This application provides an interactive dashboard for visualizing real-time stock data with selectable indicators.
- Real-time data fetching using Yahoo Finance
- Interactive plots with Bokeh
- Selectable stocks and indicators (SMA, EMA, RSI)
-
Clone the repository:
git clone https://github.com/yourusername/StockMarket_Dashboard.git cd StockMarket_Dashboard -
Create a virtual environment (optional but recommended):
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate -
Install dependencies:
pip install -r requirements.txt -
Run the application:
bokeh serve --show app.py
The dashboard will open in your default web browser.