Skip to main content

A Python library for accessing data from the National Stock Exchange (NSE) of India.

Project description

PNSEA - Python NSE API

Overview

PNSEA is a Python library for fetching data from the National Stock Exchange of India (NSE). It provides easy access to stock market data, options chains, insider trading reports, mutual fund data, and more.

Features

  • Fetch real-time equity data (CMP, historical data, market status, etc.).
  • Get insider trading reports, pledged data, and SAST data.
  • Retrieve option chain data for stocks and indices.
  • Fetch mutual fund insider data.
  • Autocomplete search queries for NSE symbols.
  • Endpoint tester for API debugging.

Installation

pip install pnsea

Usage

Initialize the NSE Instance

from pnsea import NSE

nse = NSE()

Fetch Equity Data

# Get current market price of SBIN
print(nse.equity.info("SBIN")['priceInfo']['lastPrice'])

# Fetch historical data
print(nse.equity.history("ESCORTS", "01-02-2025", "14-02-2025"))

# Get market status
print(nse.equity.market_status())

Fetch Insider Trading Data

# Get general insider trading data
print(nse.insider.insider_data())

# Get insider trading data with date range
print(nse.insider.insider_data(from_date="11-12-2023", to_date="14-02-2025"))

# Get insider trading data for a specific company
print(nse.insider.insider_data("SBIN"))

# Get insider trading data for a specific company with date range
print(nse.insider.insider_data("INFY", from_date="11-12-2023", to_date="14-02-2025"))

# Get pledged data for a single company
print(nse.insider.getPledgedData("ESCORTS"))

# Get SAST data for a single company
print(nse.insider.getSastData("ESCORTS"))

# Get SAST data for a single company with date range
print(nse.insider.getSastData("INFY", from_date="01-01-2024", to_date="01-02-2025"))

Options Expiry Dates

# All expiries from symbol
print(nse.options.expiry_dates("NIFTY"))

Fetch Option Chain Data

# Get option chain for NIFTY - all data
print(nse.options.option_chain("NIFTY")[0])

# Get option chain for NIFTY - by expiry date
print(nse.options.option_chain("NIFTY", expiry_date="06-Mar-2025")[0])

# Get option chain for NIFTY - by strike price
print(nse.options.option_chain("NIFTY", strike_price=22000)[0])

# Get option chain for NIFTY - by expiry date & strike price
print(nse.options.option_chain("NIFTY", expiry_date="06-Mar-2025", strike_price=22000)[0])

# Get option chain for NIFTY - All Expiries
print(nse.options.option_chain("NIFTY")[1])

# Get option chain for NIFTY - Underlying Value
print(nse.options.option_chain("NIFTY")[2])

Fetch Mutual Fund Data

#Get mutual fund insider data with date range
print(nse.mf.mf_insider_data(from_date="01-02-2025", to_date="02-02-2025"))

#Get mutual fund insider data by ISIN
print(nse.mf.mf_insider_data(isin="INF879O01027"))

#Get mutual fund insider data by symbol
print(nse.mf.mf_insider_data(symbol="PPFAS Mutual Fund"))

Autocomplete Search

# Search for NSE symbols
print(nse.autocomplete("Info"))

Author

Written by Anil Sardiwal

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pnsea-0.2.29.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pnsea-0.2.29-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

Details for the file pnsea-0.2.29.tar.gz.

File metadata

  • Download URL: pnsea-0.2.29.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for pnsea-0.2.29.tar.gz
Algorithm Hash digest
SHA256 6136a0aa31e398ae540f1058b9e26b6092e0ef5f636266e25761270916a02691
MD5 5ef7867051cb2e5f06546252fcca1ecb
BLAKE2b-256 964ae0231f571a1dd450c0a8de2744530927f72d9be1c31cf78c775fa6ec0a41

See more details on using hashes here.

File details

Details for the file pnsea-0.2.29-py3-none-any.whl.

File metadata

  • Download URL: pnsea-0.2.29-py3-none-any.whl
  • Upload date:
  • Size: 11.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for pnsea-0.2.29-py3-none-any.whl
Algorithm Hash digest
SHA256 3fbf953be2b3907c10165db54d49fcd3f7c3743f7c5ce8c88e495533f2784444
MD5 079ac834fe5e0e798822b6982efa2376
BLAKE2b-256 bbf0e779a6faa91fa920bfa91c2ede100c23b3659e6834954c7a4e1be107033d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page