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.22.tar.gz
(61.2 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.22-py3-none-any.whl
(62.5 kB
view details)
File details
Details for the file nsekit-0.0.22.tar.gz.
File metadata
- Download URL: nsekit-0.0.22.tar.gz
- Upload date:
- Size: 61.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b84baf18712bf337cb3ae68d19a88f553b785862e7b2cfca1a00ef48d619ed5
|
|
| MD5 |
81c0759a642e61092ed322f09c1a147e
|
|
| BLAKE2b-256 |
d2061741a6d94b06eda71f37725f7d30f9105b5aa7c8c3abe446bf7f4c4f8aa8
|
File details
Details for the file nsekit-0.0.22-py3-none-any.whl.
File metadata
- Download URL: nsekit-0.0.22-py3-none-any.whl
- Upload date:
- Size: 62.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
868fa6f8a07b3f332df677835e171c38ac394cf05ecb905a1aae31e32ef5d7d1
|
|
| MD5 |
f1f96f66083ac7d0eaf72b4e47e77ab3
|
|
| BLAKE2b-256 |
171092bcd288f52ca41c08c1445b446f2e57150352c3bbe67de4bb493be96006
|