A Python application that fetches the top cryptocurrencies an visualizes hypothetical profits if $100 was invested 1 year ago
Developed by Janko
- Fetches the top 4 cryptocurrencies from the CoinGecko API
- Normalizes prices from the last year to simulate a $100 investment
- Plots interactive line graphs displaying monthly performance
- Automatic retry attempts on API rate limits
- Python 3.10+
requestsmatplotlib
- Clone the repository
- Navigate to the project folder
- Install required Python packages
pip install requests
pip install requests matplotlib
- Run the script
python main.py
- Interact with the automatically generated graph
- Crypto data sourced from CoinGecko API