Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
/ crypto-taxes Public archive

Tax preparation helper for converting coinbase transaction records into tax return information

License

Notifications You must be signed in to change notification settings

sklarsa/crypto-taxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Tax Calculator

DISCLAIMER: This material has been prepared for informational purposes only, and is not intended to provide, and should not be relied on for, tax, legal or accounting advice. You should consult your own tax, legal and accounting advisors before engaging in any transaction.

Description & Motivation

Parses coinbase csvs to calculate P&L on crypto transactions using the FIFO (First-In-First-Out) method.

Because coinbase's csv export is not compatible with Turbotax. See:

How to run

  1. Download the release for your CPU architecture & operating system type from the this project's releases page

  2. Optionally rename the file (the rest of the examples use crypto-taxes as the name of the executable)

  3. (Mac OSX Only) Find the executable in the Finder, right-click it and select "Open" to bypass OSX's overly-cautious security features

  4. In the terminal, navigate to the directory of the executable and run the following command:

    # Change file permissions to allow execution
    $ chmod 740 crypto-taxes
    
    # Run the file on a downloaded csv from Coinbase.  The -csv flag outputs a valid csv to stdout.
    ./crypto-taxes -csv your-coinbase-file.csv

About

Tax preparation helper for converting coinbase transaction records into tax return information

Resources

License

Stars

Watchers

Forks

Packages

No packages published