Django-based Crypto Portfolio Tracker – keep an eye on Shiba Inu and other Crypto
Easy asset tracking – at a glance 🚀
Dashboard to centrally monitor current crypto portfolio developments, by providing an overview of their current value.
Values can either be displayed by their current Overall value (requires adding Purchases) or by their Current value
(indicated by the V
next to the number).
The current course data is polled from CoinMarketCap’s REST API and stored in the database. The API allows you to make
a maximum of 333 points worth of daily requests (~1 request / 5min). Querying multiple cryptos may increase the
amounts of points required per API call, thus requires increasing the time between requests.
⭐ Features