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.8.tar.gz
(55.3 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.8-py3-none-any.whl
(56.5 kB
view details)
File details
Details for the file nsekit-0.0.8.tar.gz.
File metadata
- Download URL: nsekit-0.0.8.tar.gz
- Upload date:
- Size: 55.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aeb05add34bef747ca6d0d365d9c17348a0f531212f58013ebdbd8ea14303e2c
|
|
| MD5 |
96bdbcd9c72cf2a14599eded83a6de7f
|
|
| BLAKE2b-256 |
c35dff76797df91ba8b080511944fdcfbcaa3f6d8b3b5630ec5be1e2c9e0d52a
|
File details
Details for the file nsekit-0.0.8-py3-none-any.whl.
File metadata
- Download URL: nsekit-0.0.8-py3-none-any.whl
- Upload date:
- Size: 56.5 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 |
55b943bc6faca294762de52b0e2161858c93bf614a5d0487be722fbb317fd880
|
|
| MD5 |
5d19d418e65b2ae7f9bc32e54f8d8923
|
|
| BLAKE2b-256 |
dc5507043d84b6a9e3cc3bbd6cdf163d86bfd87d4dc63bbbf600efb4220dd957
|