---
title: "Off/Lit Price Levels"
method: GET
path: "/api/stock/{ticker}/stock-volume-price-levels"
---

# Off/Lit Price Levels

`GET /api/stock/{ticker}/stock-volume-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.

## Path parameters

- `ticker` string, required

## Query parameters

- `date` string, date

## Response `200`

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

- OffLitPriceLevel[]
  - `lit_vol` integer — The lit volume (this only represents stock trades executed on exchanges operated by Nasdaq).
  - `off_vol` integer — The off-lit stock volume (this only represents the FINRA operated exchanges).
  - `price` string — The price level.

## Other responses

- `422` — Validation Error
- `500` — Server Error

---

[API](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api.md) · [All operations](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/the-unnatural-group--llc/tradesignals-api/revisions/0b37cadfb125/schema)
