Bitpanda Platform Profits is a tool for calculating profits and amount of avalable assets by using the FIFO method (first in, first out).
Transactions done after holding a crypto for more than one year are tax free in Germany. This is respected within the app.
Note that Metal assets and fees are currently not implemented and therefore might not be calculated correctly.
You are free to use the code and the tool "as is". I am not giving tax advices and cannot be made liable for potential errors. Feel free to contact me if you stumble upon a scenario which you think is not yet implemented.
$ yarn
# or
$ npm install
# development
$ yarn start
# or
$ npm run start
# watch mode
$ yarn start:dev
# or
$ npm run start:dev
# production mode
$ npm run start:prod
To be able to run the calculation, you need a Bitpanda Platform API token, which can be created on the Bitpanda website within your user settings.
Once you created a token, you can start the calculation by opening the website and providing the "apiToken" as a query parameter (replace TOKEN with the actual token):
http://localhost:3000/?apiToken=TOKEN
# unit tests
$ yarn test
# or
$ npm run test
If you like this tool and it helps you getting a better view on your Bitpanda assets and profits, I'd appreciate if you support my work via Paypal Me or Bitcoin (Wallet Adress: 3ALWrVpWQdeYWzBivV33eSfpU1GcvxbJXW, min BTC 0.0010).
- Author - Felix Wagner
- Twitter - @FloppyNotFound
Bitpanda Platform Profits is MIT licensed.