An interactive stock price and volume dashboard built with Streamlit and Plotly, using yfinance to fetch real market data.
Live app: https://companies-stocks-dashboard.streamlit.app/
This project visualizes historical stock price and trading volume data for major technology companies:
- Apple (AAPL)
- Microsoft (MSFT)
- Alphabet / Google (GOOGL)
- Amazon (AMZN)
- Tesla (TSLA)
The dashboard is implemented as a Streamlit web app with interactive Plotly charts.
- Historical stock price charts
- Trading volume visualization
- Interactive Plotly graphs (zoom, pan, hover)
- Simple web interface using Streamlit
- Streamlit
- Plotly
- pandas
- yfinance
- Python