cURL
curl --request GET \ --url http://localhost:3000/api/v1/indices/{identifier} \ --header 'Authorization: Bearer <token>'
{ "index": { "id": "idx_omxs30abc", "name": "OMX Stockholm 30", "symbol": "OMXS30", "pan_nordic": false, "exchange": { "id": "<string>", "name": "<string>", "mic_code": "<string>" }, "description": "<string>", "companies_count": 123 } }
Returns detailed information about a stock index, including description and companies count. Look up by index ID or symbol (case-insensitive, e.g. OMXS30).
OMXS30
API Key authentication using Bearer token
Bearer token for authentication
Stock index ID or symbol (e.g. OMXS30)
Stock index retrieved successfully
Show child attributes