amallia / robinhood-to-csv

Python script to export Robinhood trades to a CSV file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python script to export Robinhood trades to a CSV file

License:MIT License


Languages

Language:Python 100.0%