Prerequisites
Ensure the following are installed
To set up this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/thebugged/stocks-dashboard-gs.git
- Change into the project directory:
cd stocks-dashboard-gs
- Install the required dependencies:
pip install -r requirements.txt
- Run the command:
streamlit run main.py
The application will be available in your browser at http://localhost:8501.
For the stock data the Last Trade Time
& Date
columns may need to be genrated again. Run the following in the function cells respectively:
=GOOGLEFINANCE(A2, "tradetime")
=(GOOGLEFINANCE("AAPL", "all", DATE(2023, 1, 1), today()))