Finance
Nifty Indices logo

Nifty Indices API

niftyindices.com

Nifty Indices - index listings, latest values, historical OHLCV, and market reports.

Actions
7
Category
Finance
Login
Not required
Output
JSON

Call the Nifty Indices API

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

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": "act_niftyindices_advanced_charting_ssr",
    "params": {
      "index_display_name": "NIFTY 50"
    }
  }'

7 actions on niftyindices.com

Read

  • Advanced Charting

    act_niftyindices_advanced_charting_ssrread1 credit / call

    Returns charting metadata for a named index with symbol, exchange, currency, and available indices.

    index_display_name
    string · required
  • Equity Index Category Listing

    act_niftyindices_index_category_listing_equityread1 credit / call

    Returns equity indices in a category with titles, slugs, and detail URLs.

    category_slug
    string · required
  • Equity Index Details

    act_niftyindices_index_detail_ssr_equityread1 credit / call

    Returns equity index details with name, description, currency, exchange, and comparable indices.

    category_slug
    string · required
    index_slug
    string · required
  • G Sec Index Category Listing

    act_niftyindices_index_category_listing_gsecread1 credit / call

    Returns fixed-income G-Sec indices with titles, duration category, and detail URLs.

  • G Sec Index Details

    act_niftyindices_index_detail_ssr_gsecread1 credit / call

    Returns G-Sec benchmark index details with name, symbol, description, and currency.

    index_slug
    string · required
  • Homepage Index List

    act_niftyindices_homepage_ssrread1 credit / call

    Returns indices featured on the homepage with titles, slugs, and asset class.

Write

Write actions change state on niftyindices.com and run as the account you connect.

  • Index Historical OHLC

    act_niftyindices_index_historical_ohlc_datawrite2 credits / call

    Returns daily OHLCV history for a named index over a given date range.

    index_name
    string · required
    start_date
    string · required
    end_date
    string · required
    historical_type
    string

Nifty Indices API questions

Is there an API for Nifty Indices?
Nifty Indices does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for niftyindices.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 Nifty Indices 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 niftyindices.com changes its markup, Anakin updates the action.
Do I need a Nifty Indices account?
No. Every Nifty Indices action listed here runs anonymously — no account and no credentials required.
What does the Nifty Indices 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