v1

latestOpenAPI 3.1.02026-07-2655154175.6 KB
Dark Pool

Largest individual dark-pool prints for a ticker

The top-N largest individual off-exchange prints for {ticker} over a trailing window, ordered by notional descending. Each row is a single TRF print (not an aggregate), useful as a support/resistance anchor.

get/v1/dark-pool/top-prints/{ticker}

Path parameters

tickerstring required
Example:SPY

Underlying ticker symbol (uppercase, e.g. SPY, AAPL).

Query parameters

top_ninteger

Number of largest prints to return.

lookback_daysinteger

Calendar-day trailing window.

as_of_datestring date

Optional anchor date (YYYY-MM-DD); the window becomes [as_of_date - lookback_days, as_of_date]. Omit for a today-anchored window.

Response

Top-N largest prints for {ticker}, ordered by notional.

Example response

{
  "meta": {
    "requestId": "d7574836"
  }
}