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.20.tar.gz
(60.4 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.20-py3-none-any.whl
(61.6 kB
view details)
File details
Details for the file nsekit-0.0.20.tar.gz.
File metadata
- Download URL: nsekit-0.0.20.tar.gz
- Upload date:
- Size: 60.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
453b65e48f7c0537c0383ae28d8ac9b031706028dbd4551456b0a70ec72624b8
|
|
| MD5 |
2fdaed012246393f9a804d95b12315af
|
|
| BLAKE2b-256 |
6d23b4232dd201a6da510f380df83d89f8792288f1282140ffbe1790c8c051b4
|
File details
Details for the file nsekit-0.0.20-py3-none-any.whl.
File metadata
- Download URL: nsekit-0.0.20-py3-none-any.whl
- Upload date:
- Size: 61.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2186ee5422f607722d956203be849df85a7a130f8e7bc09be02adc9bb3d7d4e0
|
|
| MD5 |
7ebbc19a1da4525bb4a813d308269d09
|
|
| BLAKE2b-256 |
e3872092b0328c2d1efe0f73bf25dd2c112f94dcc980b506d090960d90513bf3
|