SuwaidAslam / Options-Dashboard

Options Dashboard developed using Plotly Dash Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Options Dashboard

This Dashboard does the Delta calculations of all the expiries and creates some graphs based on those calculations.

forthebadge pythonbadge

Demo

Options_Dashboard_Demo.mp4

Features of the Dashboard

  • Users can select Year, Month and Week.
  • Based on the selection the graphs will be generated.

Technology Stack

  1. Python
  2. Plotly Dash
  3. Pandas
  4. Plotly

How to Run

To see the project working, just clone the repository and install all required libraries within requirements.txt file and run the project, don't forget to unzip the Data file :)

  • 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 main.py file

Contact

For any feedback or queries, you can reach out to me at suwaidaslam@gmail.com or My Linkedin @suwaidaslam.

About

Options Dashboard developed using Plotly Dash Framework

License:MIT License


Languages

Language:Python 75.5%Language:CSS 24.5%