Real-time market data WebSocket API for live quotes, time & sales, and level 2 data
This is CompulsoryClient Ping Message
Field Name | Description |
---|---|
symbol | Ticker or option symbol |
instrumentType | Type of instrument (e.g., equity = e, option = o) |
price | Current price |
size | Trade size |
totalVolume | Total traded volume |
tickVolume | Number of ticks |
openPrice | Opening price of the session |
highPrice | Session high price |
lowPrice | Session low price |
lastPrice | Last traded price |
netChange | Net change from previous close |
tradeExchange | MPID | exchange name |
tradeTimestamp | Exchange-provided trade’s timestamp ISO8601 format - (2025-06-25T04:12:14.327-04:00) |
askPrice | Ask price |
askChange | Change in ask price |
askExchange | ask exchange |
askSize | Ask size |
askSizeChange | Change in ask size |
bidPrice | Bid price |
bidChange | Change in bid price |
bidExchange | bid exchange |
bidSize | Bid size |
bidSizeChange | Change in bid size |
quoteTimestamp | Exchange-provided quote’s timestamp ISO8601 format - (2025-06-25T04:12:14.327-04:00) |
high52Week | highest price in 52 week |
low52Week | lowest price in 52 week |
openInterest | open interest |
dividend | latest ex dividend |
* | Wildcard to subscribe to all |
tradeSeq | trade sequence uniquely assigned by exchange |
tick | Tick for a particular trade |