Skip to content

thebugged/stocks-dashboard-gs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Banner
python pandas plotly google cloud

Stocks Dashboard

A stocks dashboard app created in Python using Streamlit with insights on populat stocks.

Setup & Installation

Prerequisites

Ensure the following are installed

To set up this project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/thebugged/stocks-dashboard-gs.git
  1. Change into the project directory:
cd stocks-dashboard-gs
  1. Install the required dependencies:
pip install -r requirements.txt

Running the application

  1. 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()))

Streamlit App