Giter Club home page Giter Club logo

csv-cost-basis's Introduction

csv-cost-basis

Export transaction history from the BitBox App and calculate the fiat value for each transaction and the overall cost basis.

How to use this

Open your terminal on linux or mac, on windows you can use powershell.

You'll need Python and either globally or in a virtual env installed:

  • pandas
  • requests
Virtual Environment
python -m venv venv
source ./venv/bin/activate
pip install pandas requests

You can also just pip install the dependencies globally without venv.

1. Clone this repository and create data dir

git clone https://github.com/NicolaLS/csv-cost-basis.git mkdir data

2. Export the transaction history as CSV from the BitBox App

Move it to the data folder of this repository and give it the name history.csv you can choose another file name and path as the second command line argument if you want.

3. Run the script

The script will default to USD if no currency is given (lowercase 3 letter code e.g chf, usd, eur) examples: python ./src/main.py python ./src/main.py chf python ./src/main.py eur /home/myuser/myspecial/file.csv

The result will be stored in the data directory even if you give a custom path

csv-cost-basis's People

Contributors

coindebit-nico avatar nicolals avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.