TradeStation Crypto Transaction Parser for Koinly.io
TradeStation Crypto is shutting down and all crypto must be sold or withdrawn!
Koinly does not support importing the Transactions.csv
from TradeStation. They do support the Tax.csv
file but it misses some transactions and does not include interest.
- Python 3
- arrow
pip3 install arrow
- Download your
Transactions.csv
from TradeStation (set your start date to before the account was opened) - Run
python3 tradestation.py
- Import
trades.csv
andincome.csv
into Koinly
- The parser does not handle incoming crypto deposits. It should be easy to add but I have no example data.
- I do not guarentee the accuracy of the output CSV data and there could be bugs. Speak to a tax professional before filing!
MIT