acarlson98 / rhParser

Parse Robinhood CSV Export files to be converted to personal trade chart format
0 stars 0 forks source link

Question: How do you get the CSV file? #1

Open Parkersungwoo opened 9 months ago

Parkersungwoo commented 9 months ago

Followup question: thoughts on pulling this data from the Robinhood API directly once we get the parsing working?

acarlson98 commented 9 months ago

You can generate a report CSV file for the time range you need here: https://robinhood.com/account/reports-statements/activity-reports

I think parsing the generated files should do what we need for now, but I'd be interested in interacting with a robinhood api eventually. From what I'm reading, there isn't an official one though? Looks like there are some third parties trying to make it work.