Monday 3 February 2020

I wrote a Python tool to help with my taxes

Having received a 1099-k from Coinbase, I was looking to claim my BTC gains through form 8949. I looked for existing solutions but they either cost money or weren't built for Coinbase (Pro).

So I wrote this to take a CSV of BUYs/SELLs and pair them together in order to create a CSV of trades. The plan is to produce output for me to import into TurboTax, but as of now it gives me an income to report from my hundreds of transactions.

It is available on GitHub for anyone interested. https://github.com/Codisimus/crypto_tax_calc

I hope that others who find themselves in a similar scenario can also benefit from my work. I am open to feature requests and of course bug fixes.

Or, if someone has a different solution which does not require subscribing to some tracking/tax service, I'm all ears.



Submitted February 03, 2020 at 12:58AM by Codisimus http://bit.ly/2S9Na3i

No comments :

Post a Comment