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.
Example response
[
{
"lit_vol": 19941285,
"off_vol": 22074116,
"price": "120.12"
}
]