Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 525 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 525 Bytes

Robinhood to CSV

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+

Install:

pip install -r requirements.txt

Run:

For exporting stock trades, run:

python csv-export.py

For exporting options trades, run:

python csv-options-export.py