Latest trades

GET {{baseUrl}}/v2/stocks/trades/latest?symbols=AAPL,TSLA

The latest multi trades endpoint provides the latest historical trade data for multiple given ticker symbols.

Request Params

KeyDatatypeRequiredDescription
symbolsstring(Required) Comma separated list of symbols.
feedstringThe source feed of the data. sip contains all US exchanges, iex contains only the Investors Exchange. otc contains over the counter exchanges. Default: sip for the non-latest endpoints or if the user has the unlimited subscription, iex otherwise.
currencystringThe currency of all prices in ISO 4217 format. Default is USD.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"trades":{"AAPL":{"t":"2022-08-17T09:50:43.361102308Z","x":"Q","p":172.78,"s":100,"c":["@","F","T"],"i":826,"z":"C"}}}