Skip to content

qubiit/fetch_nse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FETCH_NSE is a web scraping example which collects live data from Nifty50 option chain API of NATIONAL STOCK EXCHANGE OF INDIA.

Download :

git clone https://github.com/qubiit/fetch_nse.git
cd fetch_nse
python -m venv .venv
source .venv/bin/activate #on unix
pip install -r requirements.txt
python fetch_nse.py

This example is for educational purpose . Furthermore NSE does not support any kind of automatic or manual web scraping. Please don't abuse this.

License: WTFPL

About

Live Nifty50 option chain data from NSE.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published