Major stock indices
GET /v1/markets/indices — Major US stock index quotes and intraday series. Cached for 30 seconds.
GET /v1/markets/indices
Major US stock index quotes and intraday series. Cached for 30 seconds.
| Method | GET |
| Path | /v1/markets/indices |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | market |
Response body
{ "indices": [{ "symbol": "^GSPC", "label": "S&P 500", "price": 5400, "changePct": 0.2 }] }