Finance
NSE India logo

NSE India API

nseindia.com

NSE India - quotes, indices, option chains, gainers/losers, bulk deals, and corporate actions.

Actions
15
Category
Finance
Login
Not required
Output
JSON

Call the NSE India API

Submit a task, then poll the job until it settles. This example runs nse_52week_highlow.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "nse_52week_highlow",
    "params": {
      "type": "<type>"
    }
  }'

15 actions on nseindia.com

Read

  • 52 Week High Low

    nse_52week_highlowread1 credit / call

    Returns stocks hitting 52-week highs or lows.

    type
    string
  • Board Meetings

    nse_board_meetingsread1 credit / call

    Returns upcoming board meetings and earnings dates on NSE.

    index
    string
  • Bulk Deals

    nse_bulk_dealsread2 credits / call

    Returns recent bulk and block deals representing institutional trades.

  • Corporate Actions

    nse_corporate_actionsread2 credits / call

    Returns upcoming dividends, splits, bonuses, and corporate events.

    index
    string
  • Delivery Data

    nse_delivery_dataread1 credit / call

    Returns delivery percentage and trade info for a stock on NSE.

    symbol
    string · required
  • FII DII Flows

    nse_fii_diiread1 credit / call

    Returns daily investment flows on NSE's cash segment by FII and DII investors.

  • Financial Results

    nse_financial_resultsread2 credits / call

    Returns quarterly and annual financial results filings on NSE.

    index
    string
    period
    string
  • Gainers and Losers

    nse_gainers_losersread2 credits / call

    Returns top gainers or losers across NIFTY, Bank NIFTY, and all securities.

    type
    string
  • Index Constituents

    nse_index_constituentsread2 credits / call

    Returns the stocks in an index with live prices.

    index
    string
  • Indices

    nse_indicesread2 credits / call

    Returns all NSE market indices including NIFTY 50, Bank NIFTY, and sectoral indices.

  • Insider Trading

    nse_insider_tradingread2 credits / call

    Returns insider trading disclosures filed with NSE by promoters and key personnel.

    index
    string
  • Market Status

    nse_market_statusread2 credits / call

    Returns market open or close status across all segments.

  • Most Active

    nse_most_activeread2 credits / call

    Returns the most actively traded stocks by volume or value.

    by
    string
  • Pre Open Market

    nse_preopen_marketread2 credits / call

    Returns pre-open session data before the market opens.

    index
    string
  • Quote

    nse_quoteread2 credits / call

    Returns a stock quote for any NSE-listed equity.

    symbol
    string · required

NSE India API questions

Is there an API for NSE India?
NSE India does not offer a public data API for this, but Anakin Wire provides 15 maintained endpoints for nseindia.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape NSE India data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when nseindia.com changes its markup, Anakin updates the action.
Do I need a NSE India account?
No. Every NSE India action listed here runs anonymously — no account and no credentials required.
What does the NSE India API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Finance APIs

All Finance sites