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.9.tar.gz
(56.9 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.9-py3-none-any.whl
(58.1 kB
view details)
File details
Details for the file nsekit-0.0.9.tar.gz.
File metadata
- Download URL: nsekit-0.0.9.tar.gz
- Upload date:
- Size: 56.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5f23968393c52230c774decf855ab13696bcb44072c62f385be45031a39dac1
|
|
| MD5 |
573063c31d0b9b21130766512e91238f
|
|
| BLAKE2b-256 |
647d804d0911f61d961e26d60b07e6db799e6ec9077bbcb4ea898a1a98eed180
|
File details
Details for the file nsekit-0.0.9-py3-none-any.whl.
File metadata
- Download URL: nsekit-0.0.9-py3-none-any.whl
- Upload date:
- Size: 58.1 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 |
b4cba662c01115fa1ea35de2128521bafdb86a0e66a58979607cea40ed3e9fe6
|
|
| MD5 |
a33a1b5924a1bcb667f2b430eff62a67
|
|
| BLAKE2b-256 |
5d0c6ea5f08a2ee33de6b813a571e181f1bfdd65a097047f4f5a7f0be72dd5a5
|