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+
- See
requirements.txtfor dependencies
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.2.tar.gz
(51.8 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.2-py3-none-any.whl
(52.3 kB
view details)
File details
Details for the file nsekit-0.0.2.tar.gz.
File metadata
- Download URL: nsekit-0.0.2.tar.gz
- Upload date:
- Size: 51.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08b7f21dceeec69de7b9d30fcb592d7068bc037ac2cab9a2ec05855e4ff7b31c
|
|
| MD5 |
44deb089c7e24c48d99bb7d55e80b9a3
|
|
| BLAKE2b-256 |
712bccdf2efb471f64f4b43ee15564786c432f0657da11826dfa841405bcee71
|
File details
Details for the file nsekit-0.0.2-py3-none-any.whl.
File metadata
- Download URL: nsekit-0.0.2-py3-none-any.whl
- Upload date:
- Size: 52.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 |
bdac5b79b306f20259522696cd987a655a4fca74735526b020f72662a79a3a28
|
|
| MD5 |
55f2f390ab0387d03b3e87413e3dbd8c
|
|
| BLAKE2b-256 |
99b085a0ebfa00efb2def773c821346cc36e824cf55d88cccf0bb8bc1aad1090
|