Stock Yield Calculator is a calculator that calculates yield based on stock purchase and selling prices.
๐ก How to Calculate Stock Yield
Transaction Fee Calculation
The transaction fee is calculated by multiplying the purchase and selling amounts by the fee percentage.
Transaction Fee = (Buy Price ร Quantity + Sell Price ร Quantity) ร (Fee รท 100)
Profit Calculation
Profit = (Sell Price ร Quantity) - (Buy Price ร Quantity) - Transaction Fee
Yield Calculation
Stock yield is calculated based on the difference between the buy price and sell price.
Yield (%) = (Profit / (Buy Price ร Quantity)) ร 100
๐ Example Calculation
Buy Price: $100, Sell Price: $120, Quantity: 10 shares, Fee: 0.1%
1. Total Buy Amount = $100 ร 10 shares = $1,000
2. Total Sell Amount = $120 ร 10 shares = $1,200
3. Transaction Fee = ($1,000 + $1,200) ร 0.1% = ($1,000 + $1,200) ร (0.1 รท 100) = $2.20
4. Profit = $1,200 - $1,000 - $2.20 = $197.80
5. Yield (%) = ($197.80 / $1,000) ร 100 = 19.78%
โ Expected Profit: $197.80
โ Expected Yield: 19.78%