Skip to content

Utility scripts to calculate personal cryptocurrency taxation

License

Notifications You must be signed in to change notification settings

mihneasim/CryptoTaxation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoTaxation

Py library intended to calculate the taxes contributions based on an exchange activity report file.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

Clone/Download the project, preferably set up a virtualenv, then install dependencies:

pip install -r requirements.txt

Running the tests

Tests should pass

pytest

Running the app

Go to Kraken, click "History", download your report with all columns checked, unzip, move it in the root folder of the project. Suppose it's named trades.csv

python run.py trades.csv

Enjoy.

Built With

Long Term Vision

  • Multiple exchanges
  • Cache historical rates
  • Multiple tax authorities one can report to using this tool.

Authors

License

This project is licensed under the Mozilla Public License Version 2.0 - see the LICENSE.md file for details

About

Utility scripts to calculate personal cryptocurrency taxation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages