ConsoleCatalog
Sign in
Nifty Indices logo

Nifty Indices

niftyindices.comFinanceno auth

Index listings, latest values, historical OHLCV, and market reports.

Advanced Charting

ASYNCREADNo auth

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

ParametersFormJSON

Index display name passed as the Iname query parameter (e.g. NIFTY 50)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -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"
    }
  }'