Largest individual dark-pool prints for a ticker
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
Largest individual dark-pool prints for a ticker
Authorizations
Skylit API key in the Authorization header
(Authorization: Bearer fs_live_<key>). X-API-Key is also accepted.
Path Parameters
Underlying ticker symbol (uppercase, e.g. SPY, AAPL).
Example:
"SPY"
Query Parameters
Number of largest prints to return.
Required range:
1 <= x <= 20Calendar-day trailing window.
Required range:
1 <= x <= 180Optional anchor date (YYYY-MM-DD); the window becomes
[as_of_date - lookback_days, as_of_date]. Omit for a today-anchored window.

