Skip to content

A responsive website with login/signup authentication, powered by Flask, that retrieves and displays NSE Option Chain data for users to analyze and make informed financial decisions.

Notifications You must be signed in to change notification settings

kishanlalchoudhary/NSE-Option-Chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSE Option Chain

A responsive website with login/signup authentication, powered by Flask, that retrieves and displays NSE Option Chain data for users to analyze and make informed financial decisions.

Features

  • Built Responsive Frontend of website using HTML and CSS
  • Built the Login and Signup system with Authentication using Flask
  • Using their APIs, I retrieved NSE Option Chain data and displayed it on the front end.

Login Page

Screenshot (121)

Signup Page

Screenshot (123)

Home Page

Screenshot (125)

Data Page

Screenshot (124)

Setup & Installtion

Make sure you have the latest version of Python installed.

git clone https://github.com/kishanlalchoudhary/NSE-Option-chain.git
pip install -r requirements.txt

Running The App

python main.py

Viewing The App

Go to http://127.0.0.1:5000

API Reference

  https://www.nseindia.com/option-chain

Nifty Option Chain Data Endpoint

  https://www.nseindia.com/api/option-chain-indices?symbol=NIFTY

Finifty Option Chain Data Endpoint

  https://www.nseindia.com/api/option-chain-indices?symbol=FINNIFTY

Banknifty Option Chain Data Endpoint

  https://www.nseindia.com/api/option-chain-indices?symbol=BANKNIFTY

About

A responsive website with login/signup authentication, powered by Flask, that retrieves and displays NSE Option Chain data for users to analyze and make informed financial decisions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published