/stock-profit-calculator

Very simple stock profit calculator

Primary LanguageCSS

Stock Profit Calculator

Very simple stock profit calculator.

User enters two inputs: Buying price and Selling price.

The web app outputs your profitability using the following formula: ((Selling price - Buying price) / Buying price - 0.005) * 100%.

Commision rate is assumed to be 0.5%.

Result: https://hbjorbj.github.io/stock-profit-calculator/