A Python script to export your Robinhood trades to a .csv file. Based on the Robinhood library by Rohan Pai. Read the back story on my blog.
Works on Python 2.7+ and 3.5+
pip install -r requirements.txt
For exporting stock trades, run:
python csv-export.py
For exporting options trades, run:
python csv-options-export.py