A Python program that fetches the latest cryptocurrency data from the CoinMarketCap API, stores it in a CSV file, analyzes price change trends, and plots visualizations for comparison and Bitcoin price tracking over time.
- Connects to the CoinMarketCap API to fetch real-time cryptocurrency data.
- Stores the data in Crypto.csv, allowing historical tracking.
- Analyzes price changes over different periods:
- 1 hour
- 24 hours
- 7 days
- 30 days
- 60 days
- 90 days
- Creates visualizations using Matplotlib and Seaborn.
- Tracks Bitcoin price trends over time.
- Python
- Pandas
- Requests
- Seaborn
- Matplotlib
- CoinMarketCap API
- Ensure your API key is valid in the code.
- The CSV file automatically appends new data each run.
- The plots provide quick insights into cryptocurrency trends and Bitcoin price movements.
This project is licensed under the MIT License.
- Mohammed Amer — GitHub
- Email: mohamedamer.dev@gmail.com