codeperfectplus / Stock-Dashboard

Stock dashboard in python
MIT License
10 stars 4 forks source link
dashboard dashboard-application dashboard-templates hacktoberfest plotly plotly-dash plotly-python stock-alert stock-dashboard stock-data stock-market

Stock Dashboard

Dashboard to track the stock market and send notifications when the stock price is above or below a certain threshold.

Data for stocks is scrapped from Google Finance.

Demo

A Demo can be check here:- Demo

How to use

for sending stock alert in discord channel

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python stock_scrapper.py 

for running dashboard

python dash_server.py

Dashboard Table

Dashboard table

Dashboard Graph

Dashboard Graph

Upcoming features

Why this project?

to track your favorite stocks in one click and send notifications when the stock price is above or below a certain threshold and to keep update yourself with the stock market without any hassle.

Author