Get Level-2 Price Level Book
GET/v1/native/iex/level2-price-level-update/:symbol
Get Level-2 Price Level Book
Request
Path Parameters
symbol stringrequired
The symbol identifier
Query Parameters
date date-timerequired
Optional date in format YYYY-MM-DD (defaults to latest available data)
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
symbol stringnullable
The stock symbol
timestamp_nanos int64
Original timestamp in nanoseconds since epoch
timestamp date-time
Time when the price level update was recorded as DateTime
is_side_buy boolean
Indicates if this is a price level update for the Buy Side.
is_event_processing_complete boolean
Indicates if event processing is complete.
size int32
Aggregate quoted size at the price level
price double
Price level as decimal
[
{
"symbol": "string",
"timestamp_nanos": 0,
"timestamp": "2025-04-29T06:11:29.399Z",
"is_side_buy": true,
"is_event_processing_complete": true,
"size": 0,
"price": 0
}
]
Loading...
Was this section helpful?