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.14.tar.gz
(57.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.14-py3-none-any.whl
(58.8 kB
view details)
File details
Details for the file nsekit-0.0.14.tar.gz.
File metadata
- Download URL: nsekit-0.0.14.tar.gz
- Upload date:
- Size: 57.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a73f71d6a40fca0269e211e05ce845f7ca7d800308a82c824d4cb2ab85e95439
|
|
| MD5 |
e547f00836af5b004678b79134a03064
|
|
| BLAKE2b-256 |
8a8da5b679804bd97e0b43c08e0a95ac2a46587be50b4c2fe5d207c5ff5edb18
|
File details
Details for the file nsekit-0.0.14-py3-none-any.whl.
File metadata
- Download URL: nsekit-0.0.14-py3-none-any.whl
- Upload date:
- Size: 58.8 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 |
e7e8ba2e85487434e3ba46446076112b414260a49cc6de2a65ed41ff99f9c7e0
|
|
| MD5 |
1393ead38a318f7018599892867c05be
|
|
| BLAKE2b-256 |
87dcd7baa606fa45a3fc455645fdcd86414d9eb3a8ed5c32f4943a6fb700f0fb
|