Skip to main content
GET
Paginated off-exchange (TRF) prints

Authorizations

Authorization
string
header
required

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

Query Parameters

tickers
string

Comma-separated tickers to include (e.g. AAPL,NVDA). Omit for all names.

Example:

"AAPL,NVDA"

date
string<date>

Single trade date (YYYY-MM-DD, ET). Defaults to today (ET).

date_start
string<date>

Inclusive start of a trade-date range (YYYY-MM-DD, ET). Max span 31 days.

date_end
string<date>

Inclusive end of a trade-date range (YYYY-MM-DD, ET). Max span 31 days.

time_start
string

Inclusive lower bound of the time-of-day window (HH:MM, ET).

Example:

"09:30"

time_end
string

Inclusive upper bound of the time-of-day window (HH:MM, ET).

Example:

"16:00"

min_notional
number<double>
default:1000000

Minimum notional (USD). Defaults to 1,000,000. Pass 0 for the firehose.

max_notional
number<double>
min_size
integer
Required range: x >= 0
max_size
integer
Required range: x >= 0
min_price
number<double>
max_price
number<double>
sectors
string

Comma-separated GICS sectors to include.

industries
string

Comma-separated GICS industries to include.

venue
enum<string>

Reporting venue filter. Omit for both.

Available options:
FINN,
FINC
limit
integer
default:500

Page size (server caps at 5000).

Required range: 1 <= x <= 5000
offset
integer
default:0

Row offset for pagination.

Required range: 0 <= x <= 50000
order
enum<string>
default:desc

Sort by trade time.

Available options:
asc,
desc

Response

Paginated dark-pool prints for the requested filters.

data
object[]
required
meta
object
required