Stock Selling Price Calculator is a calculation utility which calculate the selling price of stocks by inputting the purchase price, quantity, and target return rate. It also supports commission and tax calculations.
📌 Stock Selling Price Calculation Process
💰 Total Purchase Amount = Purchase Price × Quantity
📈 Target Selling Amount = Total Purchase Amount × (1 + Target Profit Rate / 100)
💸 Fee = Total Selling Amount × Fee Rate (%)
🏦 Tax = Total Selling Amount × Tax Rate (%)
🔢 Selling Price = (Total Selling Amount + Fee + Tax) ÷ Quantity
🔢 Net Profit = Target Selling Amount - Total Purchase Amount - Fee - Tax
📌 Fee and Tax Information
✅ Fee Rate: Varies by brokerage, generally around 0.015% to 0.25%
✅ Tax Rate: 0.23% for both KOSPI and KOSDAQ (including rural development tax)
✅ For foreign stocks, rates vary by country, please check with your brokerage
Calculation Example
If the purchase price is $50,000, quantity is 100 shares, and the target profit rate is 10%, with a fee rate of 0.015% and a tax rate of 0.23%, the selling price is calculated as follows:
1. Total Purchase Amount = Purchase Price × Quantity = $50,000 × 100 = $5,000,000
2. Target Selling Amount = Total Purchase Amount × (1 + (Target Profit Rate / 100)) = $5,000,000 × (1 + 10 / 100) = $5,500,000
3. Fee = Target Selling Amount × (Fee Rate / 100) = $5,500,000 × (0.015 / 100) = $825
4. Tax = Target Selling Amount × (Tax Rate / 100) = $5,500,000 × (0.23 / 100) = $12,650
5. Selling Price = (Target Selling Amount - Fee - Tax) / Quantity = ($5,500,000 - $825 - $12,650) / 100 = $54,865.25
6. Net Profit = Target Selling Amount - Total Purchase Amount - Fee - Tax = 5,500,000 - 5,000,000 - 825 - 12,650 = $486,525
Thus, the selling price per share is $54,865.25.