/NSE-Py

A python script that scrapes data from NSE india

Primary LanguageJupyter NotebookMIT LicenseMIT

NSE-Py

A python script that scrapes data from NSE india

Install dependencies

pip install -r requirements.txt
or
pip3 install -r requirements.txt
or
python -m pip install -r requirements.txt
or
python3 -m pip install -r requirements.txt

What you can get

  • List of market indices in NSE.
  • List stocks for given NSE indices.
  • Live data of Stock.
  • Historical data.

How to use?

Follow the sample.ipynb file.