Get tick-level trade data for a stock with precise timestamps. Provides granular trade information including exchange, conditions, and participant timestamps.
Use Case: Build time and sales displays, analyze order flow, and create tick-by-tick trading analysis tools.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Stock ticker symbol
"AAPL"
Query by timestamp (YYYY-MM-DD or nanoseconds)
"2024-01-15"
From this timestamp (inclusive)
"2024-01-01"
After this timestamp (exclusive)
"2024-01-01"
To this timestamp (inclusive)
"2024-01-31"
Before this timestamp (exclusive)
"2024-01-31"
Sort order
asc, desc "asc"
Maximum number of results
1 <= x <= 500001000
Sort field
"timestamp"
Pagination cursor