Global Indices
Indices
Provide field definitions and structured JSON examples for the indices category. Data is supplied by partner brokers and market makers under relevant licenses or terms of use. This platform only structures and provides access to the data, does not generate quotes or execute trades, and the data is for informational display and technical development.
Coverage
Sample instruments
- US500live
- US30live
Capabilities
What's included
- Index quote payloads
- Unified market routing
- Shared field semantics
- Static landing plus live preview rail
Quickstart
Start streaming in minutes
Hit either endpoint with your API key. All responses share the same normalized schema shown below.
GET · REST200 OK
# Latest quote snapshot
curl "https://api.tickquote.com/api/v1/market/quotes/latest?tickers=US500"
-H "Authorization: Bearer $API_KEY"SUB · WebSocketstream: quote
# Subscribe to live stream
{
"op": "subscribe",
"tickers": ["US500"],
"streams": ["quote"]
}