An open API service indexing awesome lists of open source software.

https://github.com/henry-richard7/nse-py

A python script that scrapes data from NSE india
https://github.com/henry-richard7/nse-py

national-stock-exchange nse nse-stock-data

Last synced: 23 days ago
JSON representation

A python script that scrapes data from NSE india

Awesome Lists containing this project

README

        

# 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.