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.13.tar.gz
(57.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.13-py3-none-any.whl
(58.5 kB
view details)
File details
Details for the file nsekit-0.0.13.tar.gz.
File metadata
- Download URL: nsekit-0.0.13.tar.gz
- Upload date:
- Size: 57.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 |
620a4a7b451e260f59369094fd380fcb6e623066c258faf46aed9c444ae12b57
|
|
| MD5 |
b0e31ef4c51b46304ba719a7061c1137
|
|
| BLAKE2b-256 |
9d97c2ec60a84514ca55202a5d15f808d871c4a18a30e6b362431c3fd027b611
|
File details
Details for the file nsekit-0.0.13-py3-none-any.whl.
File metadata
- Download URL: nsekit-0.0.13-py3-none-any.whl
- Upload date:
- Size: 58.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 |
b1b18ff813006fbf49457fedd22176b695fdb37ed37b83d096ae801b75a086e0
|
|
| MD5 |
6de86ad411a1530ddc16478e3386cf81
|
|
| BLAKE2b-256 |
94a07216af561a5b3b091b9d5c73b5725c498adc05bf03952938bc5c8ce17cd0
|