Get trades data (also known as time and sales)
Market Data
Trades
Use this endpoint to get count trades for a specific stock ticker, printed immediately before the to timestamp. The trades are ordered by time, ascending.
GET
Get trades data (also known as time and sales)
Currently only returns data for current trading day. Access to historical tick data is not implemented yet
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your key. Get the key here
Query Parameters
US stock market ticker symbol, e.g. AAPL, TSLA, etc.
The number of trades to return
End of the requested period, unix timestamp with milliseconds