Skip to main content

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

successful operation

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

  • ]

Loading...