joshfraser / robinhood-to-csv

Python script to export Robinhood trades to a CSV file
MIT License
259 stars 109 forks source link

Csv file format #67

Open dhawaldarji7 opened 3 years ago

dhawaldarji7 commented 3 years ago

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 csv like this? Thanks you!