A Python package to fetch data from the National Stock Exchange (NSE) of India
Project description
NseData
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+
- See
requirements.txtfor dependencies
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.1.tar.gz
(38.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.1-py3-none-any.whl
(38.8 kB
view details)
File details
Details for the file nsekit-0.0.1.tar.gz.
File metadata
- Download URL: nsekit-0.0.1.tar.gz
- Upload date:
- Size: 38.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 |
9ff2508d5bf515c3db5ec2b4793e6c2d3f03b1799479057b6288890b8e495825
|
|
| MD5 |
350d2271dc71f48a91c32dea3969c1b8
|
|
| BLAKE2b-256 |
469118dd303405d1c1033a72d63f2068149a0f4c5d3ad7d4485acdc2adb70784
|
File details
Details for the file nsekit-0.0.1-py3-none-any.whl.
File metadata
- Download URL: nsekit-0.0.1-py3-none-any.whl
- Upload date:
- Size: 38.8 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 |
71a70a6acc66761af3b3a972a8c74c390776d6aced0af796f56258a2f2fe4532
|
|
| MD5 |
26a10bff6c5f80604055ea4382b54782
|
|
| BLAKE2b-256 |
238bcacc1dd9ec55d3c43594b4d3e4ca757c9bc5e32ff2546b5b019f2bda1ee2
|