robinhood-to-csv icon indicating copy to clipboard operation
robinhood-to-csv copied to clipboard

Python script to export Robinhood trades to a CSV file

Results 21 robinhood-to-csv issues
Sort by recently updated
recently updated
newest added

While the run without ` --profit` works without problems, profit calculation is encountering `DataFrame` not having certain attribute! $ python csv-options-export.py --profit Username: Password: MFA: Generated device token: Pulling trades....

While the run without ` --profit` works without problems, profit calculation is encountering `ParserError ` every time! $ python csv-export.py --profit Username: Password: MFA: Generated device token: Pulling trades. Please...

Currently trying to login using my email (RH doesn't use usernames anymore) and I only get invalid inputs. I assume this no longer works?

wasn't able to use tool. read issues. figured out what to do. updated readme to make it easier for next person.

Is there any way to download all the ETFs symbols in robinhood?

``` Generated device token: a3de19ea-6d92-11eb-a3d9-448500a61369 Invalid inputs. Please try again. Robinhood username: ``` Entering the right login credentials (double checked) but I keep getting invalid input. Any ideas?

My tax software wants a csv file with the following format: name,acquired,sold,proceeds,cost example: ALPHABET INC CLASS A COMMON STOCK,10/19/2016,11/03/2016,779.07,824.52 TESLA MOTORS INC,12/02/2016,12/06/2016,1468.19,1460.64 How can I get the output in the...

After running csv-export.py or csv-options-exprot.py the terminal doesn't let me input/type in my password... anybody else having this issue?

Not an issue with code but How do I correctly open/import the csv file in excel the data is skewed due to json in the data which is also a...

Add an auth_token parameter that let's you bypass the login by supplying a JWT OAuth2 token (eg. from your browser's login). The parameter is the "access_token" field value in the...