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.10.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.10-py3-none-any.whl
(58.1 kB
view details)
File details
Details for the file nsekit-0.0.10.tar.gz.
File metadata
- Download URL: nsekit-0.0.10.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 |
e2b881aa01890664baad8fb950060ea12634de19f6a705dad1722a2744ebc651
|
|
| MD5 |
816833afa3f3565b595319dd0c49d295
|
|
| BLAKE2b-256 |
b9f9bf4a420e4be33c708f457555e2f0885975ef413921a9672fa1da304c7b4f
|
File details
Details for the file nsekit-0.0.10-py3-none-any.whl.
File metadata
- Download URL: nsekit-0.0.10-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 |
76e002428904568603509e8403fa2b76e5829de687ab1b1dd128f4491468079e
|
|
| MD5 |
3892288439ade8bba932c50c8cd2985c
|
|
| BLAKE2b-256 |
bbf6396f6fd554381435f0d8a5e49a686afbc7a64daa3644eb0a6e8796ff91dc
|