A Live Stock Price Dashboard, developed to show stock prices live using candlestick graph. Graph data is fetched by calling the API method, but for this demo I have used dumy data from the CSV file.
DashApp_Demo.mp4
- Python
- Plotly Dash
- Pandas
- Plotly
To see the project working, just clone the repository and install all required libraries within requirements.txt file and run the project :)
- Clone the repository
- Setup Virtual environment
$ python3 -m venv env
- Activate the virtual environment
$ source env/Source/activate
- Install dependencies using
$ pip install -r requirements.txt
- Run index.py file
For any feedback or queries, please reach out to me at suwaidaslam@gmail.com or My Linkedin @suwaidaslam.