hbjORbj / stock-profit-calculator

Very simple stock profit calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Very simple stock profit calculator


Languages

Language:CSS 44.6%Language:JavaScript 37.9%Language:HTML 17.5%