A modern financial market research dashboard with real-time data visualization and analysis tools.
- Real-time stock and cryptocurrency data
- Interactive 3D visualizations
- Technical analysis indicators
- Price alerts
- Multiple chart types (3D, Candlestick, Volume, Technical)
- Dark theme modern UI
- Clone the repository:
git clone <repository-url>
cd market-research-dashboard
- Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Run the dashboard:
python dashboard.py
- Open your browser and navigate to:
http://127.0.0.1:8050
-
Select Asset Type (Stocks/Crypto)
-
Choose a Symbol
-
Select Chart Type:
- 3D View: Interactive 3D visualization of price and volume
- Candlestick: Traditional candlestick chart
- Line + Volume: Price and volume analysis
- Technical: Moving averages and technical indicators
-
Set Price Alerts:
- Enter target price
- Choose condition (above/below)
- Click "Set Alert"
- Stocks: Alpha Vantage API
- Cryptocurrencies: CoinGecko API
- Python 3.8+
- Dash
- Plotly
- Pandas
- NumPy
- Requests
- PyCoinGecko
MIT License