1.1.0 • Published 8 years ago

robinhood-to-csv v1.1.0

Weekly downloads
11
License
MIT
Repository
github
Last release
8 years ago

Robinhood to CSV

Coverage Status CircleCI

Installation

$ npm install -g robinhood-to-csv

Usage

$ robinhood-to-csv

symbol,shares,price,transaction_type,commission,date_executed
AAPL,100.00000,22.10,buy,0.00,2010-02-16T13:30:01.016000Z
GOOG,200.00000,49.75,buy,0.00,2010-08-27T14:20:24.420000Z
TSLA,99.00000,74.00,buy,0.00,2014-11-08T18:49:29.445000Z
GOOG,100.00000,743.50,sell,0.02,2016-02-16T14:20:24.420000Z

Options

-h, --help                 output usage information
-V, --version              output the version number
-u, --username <username>  Robinhood login username
-p, --password <password>  Robinhood login password
-o, --output <file>        output filename (default: stdout)

Notes

This CSV is formatted with importability into Google Finance in mind. If you need some additional data in the output, please submit an issue.

1.1.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago