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.18.tar.gz
(60.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.18-py3-none-any.whl
(61.4 kB
view details)
File details
Details for the file nsekit-0.0.18.tar.gz.
File metadata
- Download URL: nsekit-0.0.18.tar.gz
- Upload date:
- Size: 60.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef140f0106a13faf2fbd9eb27276564f3ea2acf2b3955bc1a916cf70d7a9c053
|
|
| MD5 |
edebfa9049d8db23beccdc0a42ce85cb
|
|
| BLAKE2b-256 |
84d8f725abe20d215080b3c7003e6552f2d5112b10f810f22fdbc715fe59d093
|
File details
Details for the file nsekit-0.0.18-py3-none-any.whl.
File metadata
- Download URL: nsekit-0.0.18-py3-none-any.whl
- Upload date:
- Size: 61.4 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 |
49718b60402cf5dbd1537be474f4eceb6d1449210c62fd69958ee2740119ba31
|
|
| MD5 |
0ef37c3635685b6f4e674e4382606044
|
|
| BLAKE2b-256 |
62463d493afbead6b0c54f807816037b2e2f5e711f931eff8f2ee2bdec36a943
|