biblepay / biblepay_legacy

BiblePay
MIT License
35 stars 34 forks source link

Request: BBP price in transaction export #16

Closed znffal closed 6 years ago

znffal commented 6 years ago

Hi! For tax purposes I must export every transaction from my wallet and then figure out the value in local currency of each mining or sanctuary payment. Is it possible to store the current value of BBP in USD as another column in the csv file that you get when exporting your transactions? That way I could simply multiply the BBP payment by the price in USD and get the "income" that is taxable. Thanks!

biblepay commented 6 years ago

Hi Luke! How would the core wallet get the btc price? It does not know the price in btc or the price in satoshi. So each row would be missing the data you need.

We dont have a history of BTC or BBP-BTC price in the core wallet.

znffal commented 6 years ago

Ah OK I didn't know that's how it worked. No problem, I'll download the price history off coinmarketcap.com and do it that way. Thanks Rob!