Crypto Live Price Tracker Development

Piyush

Piyush Chauhan

🪙 Crypto Live Price Tracker

A Python-based real-time cryptocurrency tracker that fetches live prices using the CoinGecko API, visualizes price trends, and exports clean data to Excel for analysis and reporting.
🚀 Features
✅ Real-time crypto price tracking (BTC, ETH, DOGE)
✅ Fetches and processes JSON API data automatically
✅ Exports structured data to Excel with timestamp
✅ Visualizes price trends in beautiful bar charts
✅ Clean, reusable, and beginner-friendly code

📊 Example Output

You can also explore the full Excel report generated by this script: 🔗 Download sample_output.xlsx

📸 Visualization Output : Bar chart

⚡ How to Run

pip install -r requirements.txt
python scripts/crypto_price_tracker.py

---
## 🧠 Tech Stack
-Python
-Requests
-Pandas
-Matplotlib

---

## 🧠 Overview

This tool automates crypto price monitoring by fetching **live market data** for popular coins (Bitcoin, Ethereum, Dogecoin, etc.).
It provides instant visualization and structured Excel exports — making it perfect for traders, analysts, and data automation enthusiasts.

---
## License
This project is licensed under the MIT License - see LICENSE file for details.



Like this project

Posted Oct 11, 2025

Developed a Python tool for real-time crypto tracking using CoinGecko API.