Codisimus / crypto_tax_calc

Income Calculator for Cryptocurrencies
4 stars 2 forks source link

Write ReadMe #1

Open Codisimus opened 4 years ago

Codisimus commented 4 years ago

Must include:

astrolope commented 4 years ago

Do you have tl;dr on how to run this? Was going to try it on my Coinbase Pro transactions. Thanks!

Codisimus commented 4 years ago

Yes, let me push the latest code first.

Codisimus commented 4 years ago

I pushed the latest code. tl;dr is to put the exported CSV from Coinbase Pro into the input directory (renamed to cbpro.csv). Run crypto_tax_calc.py and then look in the export directory and pick out the trades.csv for the algorithm you wish to use (report.csv gives more information). That trades.csv can be imported into TurboTax, just choose Coinbase as the source.

I might get around to writing it more thoroughly tomorrow. I can answer questions too.

astrolope commented 4 years ago

thanks for getting to uploading it, really appreciate it! I had tried to write my own using node but think my queue logic was a little off. I will give this a shot and see,

Codisimus commented 4 years ago

I added some validation checks as well which I can explain more later. But the gross transactions are calculated and should matchup with the number which was provided on the tax form. I was only able to thoroughly test my own data though (~800 total transactions)