Coinbase pro will break up your trades into multiple transactions. Sometimes, 100s! Having to deal with this for taxes is a pain. That's why we made crypto-batchly. Take 1000s of transactions and compile them down into 10s of transactions. Easily determine your profit and loss for your taxes.
In the future, i may add in support for other exchanges. This project can morph into an open source crypto tax solution :).
Pavan Katepalli
- export a csv of your coinbase pro transactions from coinbase pro.
- note: you'll get an email with the csv sent to you
- note: sometimes this takes around 30 minutes
- clone this repository onto your machine
- move the csv into the repository folder
- change input.csv to the name of your csv
fs.createReadStream('input.csv')
- open up this repository into your cmd line or gitbash
- run
npm install
- run
node doit.js
- your batched transactions file will be in out.csv
MIT