π GitHub Project Description π Project Title: Bitcoin Price Analysis & Technical Indicators Dashboard
This project provides a comprehensive analysis of Bitcoin price movements using real-time data from the CoinGecko API. It demonstrates the power of Python, Pandas, Matplotlib, and Requests in performing financial data analysis and visualization.
π Key Features
β API Integration β Real-time Bitcoin price data fetched directly from the CoinGecko API.
β Technical Indicators β Computed SMA (Simple Moving Averages), Volatility, and RSI (Relative Strength Index) using pure Python (without heavy external dependencies).
β Data Visualization β Plotted Bitcoin price trends, SMA overlays, volatility analysis, and RSI indicators using Matplotlib.
β Jupyter Notebook Workflow β Easy-to-follow, modularized code for exploration and analysis.
β Scalable Design β Can be extended to multiple cryptocurrencies or more indicators.
βοΈ Tech Stack
Python
Pandas
Matplotlib
Requests (for API integration)
Jupyter Notebook
π Use Case
This project is a practical example of financial data analysis and can be used by:
π Students learning Python for Data Science
π° Crypto traders wanting to explore technical analysis indicators
π§βπ» Developers showcasing API-driven data visualization projects