Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.21 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.21 KB

Robinhood Gain/Loss Calculator

This TypeScript library provides functionality to calculate Robinhood trading gains or losses using reports as input. We do this because Robinhood does not provide gains and losses in the monthly statements.

IMPORTANT: The robinhood-fifo project DOES NOT generate tax forms of any kind. It helps you calculate gains and losses.

Build

git clone git@github.com:baloian/robinhood-fifo.git
cd robinhood-fifo
npm install

Setup

STEP 1:

Generate your individual report in your Robinhood account and download the generated .csv file.

STEP 2:

Put the .csv file in the project's root directory and rename it to robinhood.csv.

Run

In the root directory, execute the following command

npm run start

Contributions

Contributions are welcome and can be made by submitting GitHub pull requests to this repository. In general, the project source code follows Airbnb JavaScript Style Guide and the rules specified in .eslintrc.json file.

License

This source code is available to everyone under the standard MIT LICENSE.