Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 789 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 789 Bytes

Open-Interest-Data-Extractor

This is boiler plate code in python to get Option Chain from NSE official website. Data is shown on cconsole in tabular format.

Sample output

Before running script

  • 👉 Install requests library
  • 👉 Stop VPN if you have one, IPs from other countries are blocked (I guess)

📋 Todo:

  • 👉 Exception handling (if request is timed out, script thorws error on console)
  • 👉 JSON output
  • 👉 Restructure code and comment whereever possible

💾 Credit: