An API to compute total profit/loss on robinhood trades
First, run csv-export.py to generate a csv of all Robinhood trades.
Then, in order to calculate losses or gains on specific stocks, run in this format:
python3 ProfitLossCalc.py "[GME, NOK]"
to calculate the net profit or loss on some specific stocks.