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.
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
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 Sort direction
asc, desc "asc"
Maximum number of results
1 <= x <= 500001000
Sort field
"timestamp"
Pagination cursor