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.3.tar.gz
(52.5 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.3-py3-none-any.whl
(53.0 kB
view details)
File details
Details for the file nsekit-0.0.3.tar.gz.
File metadata
- Download URL: nsekit-0.0.3.tar.gz
- Upload date:
- Size: 52.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89c6bba2a9fdd561e7ebe64c4d60a34aabb226d3941c20f8c3e8796e35618d35
|
|
| MD5 |
205e8408f46efb8302563c59eb9c17db
|
|
| BLAKE2b-256 |
621ac02593e1127da0a251dfdd1cf0216c77c78c14bd95947381a9086bd4f691
|
File details
Details for the file nsekit-0.0.3-py3-none-any.whl.
File metadata
- Download URL: nsekit-0.0.3-py3-none-any.whl
- Upload date:
- Size: 53.0 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 |
c12f39bb76042a1949fabd2227d8a36be2d71ffac019ef9346eea4450b3128e5
|
|
| MD5 |
9220596b204a10a2f3c4e61103ad00b5
|
|
| BLAKE2b-256 |
ad6d49ea7be2941f0b629308940a343aadc1aa6c2b8e245eea1225b2c1411911
|