ignacioct / StockDashboard

Personal Stock Dashboards made using Python and Streamlit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change way in which CSV manages amount of stocks

ignacioct opened this issue · comments

The idea of storing the amount of stocks bought and the price only works for whole stocks. It should be changed to (Stock, Price, InvestedAmount)

Postponing this to backlog, as there are also fractions of stocks and some of the investors works with those numbers instead of money invested, which can be reconstructed.