Welcome to the Stock Chart Dashboard! This Streamlit application allows users to view and analyze stock data from an SQLite database, utilizing real-time data from Yahoo Finance. The app displays interactive charts for various stocks, along with important stock metrics.
- Select Tables: Choose from multiple tables containing stock data.
- Interactive Charts: View candlestick charts and volume data for selected stocks.
- Daily Percentage Change: Get instant updates on stock price changes.
- Pagination: Navigate through stocks easily with pagination controls.
- Streamlit: For building the web application interface.
- SQLite: For storing stock data locally.
- yfinance: To fetch live stock data from Yahoo Finance.
- Lightweight Charts: For rendering interactive stock charts.
Make sure you have Python installed. You can download it from python.org.
git clone <your-repo-url>
cd <your-repo-folder>