Paginated off-exchange (TRF) prints
Server-side filtered dark-pool prints from the off-exchange tape
(FINRA TRF, publisher FINN/FINC). Defaults to today (ET) with a
$1,000,000 minimum notional (the blocks-by-default rule); pass
min_notional=0 for the full firehose. The trade-date span is capped
at 31 days per request — page with limit/offset or narrow the
range for more. Prints carry no side, BBO, or greeks. Pagination
state (limit, offset, count, hasMore) is returned in meta.
Authorizations
Skylit API key in the Authorization header
(Authorization: Bearer fs_live_<key>). X-API-Key is also accepted.
Query Parameters
Comma-separated tickers to include (e.g. AAPL,NVDA). Omit for all names.
"AAPL,NVDA"
Single trade date (YYYY-MM-DD, ET). Defaults to today (ET).
Inclusive start of a trade-date range (YYYY-MM-DD, ET). Max span 31 days.
Inclusive end of a trade-date range (YYYY-MM-DD, ET). Max span 31 days.
Inclusive lower bound of the time-of-day window (HH:MM, ET).
"09:30"
Inclusive upper bound of the time-of-day window (HH:MM, ET).
"16:00"
Minimum notional (USD). Defaults to 1,000,000. Pass 0 for the firehose.
x >= 0x >= 0Comma-separated GICS sectors to include.
Comma-separated GICS industries to include.
Reporting venue filter. Omit for both.
FINN, FINC Page size (server caps at 5000).
1 <= x <= 5000Row offset for pagination.
0 <= x <= 50000Sort by trade time.
asc, desc 
