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.5.tar.gz
(53.5 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.5-py3-none-any.whl
(54.8 kB
view details)
File details
Details for the file nsekit-0.0.5.tar.gz.
File metadata
- Download URL: nsekit-0.0.5.tar.gz
- Upload date:
- Size: 53.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c738788854d47ed5ebc16ed7845b5711bb4fc835ccde6b5c2e494fa4186d175
|
|
| MD5 |
b032f0b764f184e3437578788052dba2
|
|
| BLAKE2b-256 |
3bba120a8010dbed30e16c9b487827f0f6194ff4fa96e1c6aaf1e48ab699b815
|
File details
Details for the file nsekit-0.0.5-py3-none-any.whl.
File metadata
- Download URL: nsekit-0.0.5-py3-none-any.whl
- Upload date:
- Size: 54.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0f09a771ce0da374bc8cc9ec184a3b3ce0c595e7d9539a5e2a3a6b38c0dee73
|
|
| MD5 |
dca49287a6a0726d29ea684d677eb191
|
|
| BLAKE2b-256 |
7fa16b7cf0c1614442167332a370fbd9465d895cf767c08f632d5a12cf598345
|