joshfraser / robinhood-to-csv

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

Exported CSV file does not include price for stock 'sell' events (only 'buy' events) #43

Open phillipalexander opened 5 years ago

phillipalexander commented 5 years ago

Looking at the exported csv file, I notice that in the price column, none of the prices are listed for any of the sell events. The value reported for sell events is always None. Strangely, all buy side transactions include the prices as expected. How can I get the prices for sell events too?

image

kfchou commented 5 years ago

I'm seeing the same error. More specifically, only some sell events shows none for their price:

image