provinzio / CoinTaxman

Calculate your taxes from cryptocurrency gains
GNU Affero General Public License v3.0
142 stars 31 forks source link

Feature: Add nexo.io csv export to compute taxes for interest earned #126

Closed gladomat closed 2 years ago

gladomat commented 2 years ago

I would love to have a script that computes the taxable events from interest earned on nexo.io. I would also contribute to the feature, I would just need a bit of a primer on how to do it.

provinzio commented 2 years ago

Hey @gladomat,

take a look at the keynotes for developers in the readme regarding adding a new exchange.

You will need some kind of import in book.py. Either with an nexo.io API (if existing) or some kind of transaction statements.

Furthermore it is necessary to define a way to determine prices for your coins at retrieval. Nexo.io might not offer own historical prices? In that case, we could implement some kind of fallback like coingecko, ... See #15

Feel free to ask any questions.

provinzio commented 2 years ago

Closed due to inactivity. Feel free to reopen.