stocks:trades
Trades
Get trades for a ticker symbol in a given time range.
get/v3/trades/{stockTicker}
Path parameters
stockTickerstring required
Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc.
Query parameters
timestampstring
Query by trade timestamp. Either a date with the format YYYY-MM-DD or a nanosecond timestamp.
timestamp.gtestring
Range by timestamp.
timestamp.gtstring
Range by timestamp.
timestamp.ltestring
Range by timestamp.
timestamp.ltstring
Range by timestamp.
order'asc' | 'desc'
Example:asc
Order results based on the sort field.
limitinteger
Example:10
Limit the number of results returned, default is 1000 and max is 50000.
sort'timestamp'
Example:timestamp
Sort field used for ordering.
Response
A list of trades.
Changes
No recorded changes to this endpoint across all 4 revisions of this API.