markalfred / robinhood-to-csv

(Node JS) Export Robinhood transactions to CSV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚨 This Package is Deprecated 🚨

Now that Robinhood has a web application, its API has changed and this package no longer works.

I hope you all found it as useful as I did. Thanks for the support!

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.

About

(Node JS) Export Robinhood transactions to CSV


Languages

Language:JavaScript 100.0%