Indices List
The API retrieves index data for major stock indices such as NIFTY, BANKNIFTY, FINNIFTY, SENSEX, and BANKEX. It provides key information about these indices, including their current values, percentage changes, and other relevant market data.
Endpoint
Request
cURL
Response
Response Parameter
Parameter | Description |
---|---|
code | Unique identifier for the index. |
exchange | The stock exchange where the index is listed (e.g., "NSE", "BSE"). |
name | The name of the index (e.g., "Nifty50", "BankNifty"). |
price | The current value or price of the index. |
priceChange | The absolute change in the index value compared to the previous close. |
changePercent | The percentage change in the index value compared to the previous close. |
Last updated