Skip to content

Extracting transaction history from Robinhood website and write them in CSV file.

License

Notifications You must be signed in to change notification settings

MRyderOC/robinhood-history-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robinhood-history-to-csv

Extracting transaction history from Robinhood website and write them in CSV file.

Technologies

Python 3.8

Required libraries

  • bs4
  • python-dotenv
  • selenium

How to use

  1. Clone the repo: git clone https://github.com/MRyderOC/robinhood-history-to-CSV.git.
  2. Create a virtual environment: python3 -m venv env.
  3. Activate the virtual environment: source env/bin/activate
  4. Install dependencies: pip3 install -r requirements.txt.
  5. Store your USERNAME and PASSWORD in .env file.
  6. Run the script: python3 history_to_CSV.py.
  7. Find the CSV results in repo folder.
  8. Enjoy!

Blog

You can find the related blog in Medium.

About

Extracting transaction history from Robinhood website and write them in CSV file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages