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.7.tar.gz
(55.1 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.7-py3-none-any.whl
(56.3 kB
view details)
File details
Details for the file nsekit-0.0.7.tar.gz.
File metadata
- Download URL: nsekit-0.0.7.tar.gz
- Upload date:
- Size: 55.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7ceaaa042056478634319b6e987ae96710572c9cfa47b73d5ac1e5749c5ae99
|
|
| MD5 |
cf77f4227fcbfeb36759bd08d6126ee9
|
|
| BLAKE2b-256 |
a2252aefac960a759ff3f361e379c0e92522a1b8b3bf1968d7a58c502d84f4f0
|
File details
Details for the file nsekit-0.0.7-py3-none-any.whl.
File metadata
- Download URL: nsekit-0.0.7-py3-none-any.whl
- Upload date:
- Size: 56.3 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 |
119c4745bb4999434886fb855971198ecd1d4f81bd4404035f2a99a146b84071
|
|
| MD5 |
af372283f117227055660543d82fb28c
|
|
| BLAKE2b-256 |
8ab117f43e59e98cee1fc1bb4437f39afea9bf8061b7e79af31160c7f929990c
|