Options - Trades
Get Options Trades
Retrieves comprehensive, tick-level trade data for a specified options ticker within a defined time range. Includes price, size, exchange, conditions, and precise timestamps. Max 50,000 results per request.
get/options/trades/{optionsTicker}
Path parameters
optionsTickerstring required
The specific options ticker symbol (e.g., O:AAPL240119C00175000).
Query parameters
timestampstring
Query by trade timestamp. Either YYYY-MM-DD or nanosecond timestamp.
timestamp.gtstring
Timestamp greater than.
timestamp.gtestring
Timestamp greater than or equal to.
timestamp.ltstring
Timestamp less than.
timestamp.ltestring
Timestamp less than or equal to.
order'asc' | 'desc'
Order results (asc/desc).
limitinteger
Limit the number of results. Max 50,000.
sortstring
Sort field (defaults to 'timestamp').
Response
Successful response with options trade data. Keys are in kebab-case.