A Python package to fetch data from the National Stock Exchange (NSE) of India
Project description
NseKit
A Python package to fetch data from the National Stock Exchange (NSE) of India, including market data, IPOs, indices, and more.
Installation
pip install NseKit
Usage
from NseKit import Nse
get = Nse()
# Fetch trading holidays
holidays = get.nse_trading_holidays()
print(holidays)
# Fetch live market turnover
turnover = get.nse_live_market_turnover()
print(turnover)
# Fetch historical index data
nifty_data = get.index_historical_data("NIFTY 50", period="1M")
print(nifty_data)
Requirements
- Python 3.7+
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nsekit-0.0.12.tar.gz
(57.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
nsekit-0.0.12-py3-none-any.whl
(58.2 kB
view details)
File details
Details for the file nsekit-0.0.12.tar.gz.
File metadata
- Download URL: nsekit-0.0.12.tar.gz
- Upload date:
- Size: 57.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cdcb65467442620bd0f83385345b02b35d52cf194e03336cf59056437bca8e2
|
|
| MD5 |
52fb52d59b19d5f893dfb1fc311013fb
|
|
| BLAKE2b-256 |
029daf65e2667b46c059267e3bb026761619ea16fbce452fd0692e2c59968431
|
File details
Details for the file nsekit-0.0.12-py3-none-any.whl.
File metadata
- Download URL: nsekit-0.0.12-py3-none-any.whl
- Upload date:
- Size: 58.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
784a8d214ac9bd89fbd947e86e3be47c2b0188a3c8b3a67013a3315e3ca93625
|
|
| MD5 |
fd60b04def7f1935cfb9acbc50f53392
|
|
| BLAKE2b-256 |
0adc67ed538d8c3445c903ee310ee375a59140eba94082908fbf7c18925c4a3b
|