v36

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2024-11-1856109168.6 KB

Off/Lit Price Levels

Returns the lit & off-lit stock volume per price level for the given ticker. Important: The volume does NOT represent the full market daily volume. It only represents the volume of executed trades on exchanges operated by Nasdaq and FINRA off-lit exchanges.

get/api/stock/{ticker}/stock-volume-price-levels

Path parameters

tickerstring required

Query parameters

datestring date

Response

The lit & off-lit stock volume per price level.

lit_volinteger

The lit volume (this only represents stock trades executed on exchanges operated by Nasdaq).

off_volinteger

The off-lit stock volume (this only represents the FINRA operated exchanges).

pricestring

The price level.

Example response

[
  {
    "lit_vol": 19941285,
    "off_vol": 22074116,
    "price": "120.12"
  }
]
All 56 operations