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
- Host: GitHub
- URL: https://github.com/henry-richard7/nse-py
- Owner: henry-richard7
- License: mit
- Created: 2023-07-10T15:55:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T16:17:23.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T07:41:56.644Z (4 months ago)
- Topics: national-stock-exchange, nse, nse-stock-data
- Language: Jupyter Notebook
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.