horizontalsystems / unstoppable-wallet-android

A powerful non-custodial multi-wallet for Bitcoin, Ethereum, Binance Smart Chain, Avalanche, Solana and other blockchains. Non-custodial crypto and NFT storage, onchain decentralized exchange, institutional grade analytics for cryptcurrency and NFT markets, extensive privacy controls and human oriented design. Implemented on Kotlin.
https://unstoppable.money
MIT License
906 stars 373 forks source link

Track losses and profits #6671

Open d4f5409d opened 1 year ago

d4f5409d commented 1 year ago

Raw idea

serrq commented 1 year ago

You mean something like this month I spent 0.001 ₿ and earned 0.02 ₿ ?!? Statistics? Graphical pie? Histograms?

d4f5409d commented 1 year ago

Ooh yeah, all of them could help

d4f5409d commented 1 year ago

Since we pretty much got historical rates implemented it wouldn't be hard to compare it to current exchange rate

esengulov commented 1 year ago

Since we pretty much got historical rates implemented it wouldn't be hard to compare it to current exchange rate

there is a plan to implement this feature. We are still trying to figure out some details in regard to calculation i.e. how to handle incoming payments and swaps, hopefully soon

d4f5409d commented 9 months ago

Taking a look at https://portfolio.1inch.io/ could help as there is already a backend functionality. We just need to implement in Unstoppable Wallet a frontend wrapper.