Skip to content

Get Indices List

Get Indices List The Get Indices List API returns the list of all the index symbols based on the exchange segment provided in the request

Method: GET

{{SERVER_URL}}/api/V2/marketData/getIndices?exchangeSegment=

Headers

Content-Type Value
Authorization {{MARKET_AUTH_TOKEN}}

Query Params

Param Value
exchangeSegment The segment which represents cash, derivative, commodity, or currency market [Required]

Response: 200

{
    "code": 200,
    "description": "Index list successfully",
    "result": {
        "exchangeSegment": "1",
        "indicesList": [
            "HangSeng BeES-NAV_26016",
            "Nifty IT_26008",
            "Nifty Next 50_26013",
            "Nifty Bank_26009",
            "Nifty FMCG_26021",
            "Nifty MNC_26022",
            "Nifty Pharma_26023",
            "Nifty PSE_26046",
            "Nifty PSU Bank_26025",
            "Nifty Auto_26029",
            "Nifty Metal_26030",
            "Nifty Media_26031",
            "Nifty GS Compsite_26048",
            "NIFTY MID SELECT_26074",
            "Nifty 50_26000",
            "NIFTY100 LowVol30_26052",
            "NIFTY MIDSML 400_26051",
            "NIFTY MIDCAP 100_26011",
            "Nifty 500_26006",
            "Nifty 100_26012",
            "Nifty Midcap 50_26014",
            "Nifty Realty_26018",
            "Nifty Infra_26019",
            "Nifty Energy_26020",
            "Nifty50 PR 2x Leverage_26042",
            "Nifty50 TR 2x Leverage_26043",
            "Nifty50 TR 1x Inv_26044",
            "NIfty50 Value 20_26045",
            "Nifty Pvt Bank_26056",
            "Nifty GS 10Yr_26053",
            "Nifty GS 11 15Yr_26050",
            "Nifty 15 yr and above G-Sec Index_26054",
            "Nifty Tata Group 25% Cap_26083",
            "Nifty MidSmall Healthcare_26084",
            "Nifty500 Multicap India Manufacturing 50:30:20_26085",
            "Nifty500 Multicap Infrastructure 50:30:20_26086",
            "NIFTY100 ESG SECTOR LEADERS_26068",
            "Nifty Services Sector_26026",
            "IndiaVix_26017",
            "Nifty SmallCap 100_26032",
            "Nifty 200_26033",
            "Nifty Dividend Opportunities 50_26034",
            "Nifty Commodities_26035",
            "Nifty Consumption_26036",
            "Nifty Fin Service_26037",
            "Nifty50 dividend points_26038",
            "Nifty100 Liq 15_26040",
            "Nifty CPSE_26024",
            "Nifty Growth Sectors 15_26001"
        ]
    },
    "type": "success"
}