provinzio / CoinTaxman

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

Support "new" Bitpanda Pro CSV export format #80

Closed uvok closed 2 years ago

uvok commented 2 years ago

Bitpanda added a "BEST_EUR rate" column.

This PR handles the new format. - In a way so that the old format is still supported. It also moves date parsing into the misc module.

This solves #79