kryptovero.github.io icon indicating copy to clipboard operation
kryptovero.github.io copied to clipboard

Support non-pro coinbase.com report

Open jehna opened this issue 3 years ago • 2 comments

It seems that Coinbase Pro and Coinbase have different kind of reports. Now kryptovero.fi supports importing only Coinbase Pro reports. Implementing an importer for normal Coinbase should be straightforward.

jehna avatar Jul 21 '21 18:07 jehna

Here's an example of Kraken Exchange's export format:

"txid","ordertxid","pair","time","type","ordertype","price","cost","fee","vol","margin","misc","ledgers"
"ANONYMIZED","ANONYMIZED","XETHZEUR","2021-07-23 11:22:54.9881","buy","limit",1648.83000,1648.83000,4.28696,1.00000000,0.00000,"","ANONYMIZED, ANONYMIZED"

Ledgers field can safely be ignored in this case.

How to interpret the asset codes: https://support.kraken.com/hc/en-us/articles/360001185506-How-to-interpret-asset-codes

#8

tatupesonen avatar Jul 23 '21 05:07 tatupesonen

Work in progress: https://github.com/alehuo/kryptovero.fi/tree/feature/coinbase-csv-export

Still need to think how we show this in the UI.

Notes:

  • The branch supports only EUR as the currency
  • We currently use Regex to detect the currency pair. Another way would be to hard-code the CSV column names, because they are dependent on the user's country settings. Looking for opinions on which is the best way to proceed on this

alehuo avatar Sep 10 '21 06:09 alehuo