Skip to main content
GET
Largest individual dark-pool prints for a ticker

Authorizations

Authorization
string
header
required

Skylit API key in the Authorization header (Authorization: Bearer fs_live_<key>). X-API-Key is also accepted.

Path Parameters

ticker
string
required

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

Example:

"SPY"

Query Parameters

top_n
integer
default:5

Number of largest prints to return.

Required range: 1 <= x <= 20
lookback_days
integer
default:45

Calendar-day trailing window.

Required range: 1 <= x <= 180
as_of_date
string<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.

data
object[]
required
meta
object
required