crypto-taxes

module
v1.0.0-rc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2021 License: MIT

README

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
    

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL