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
Key | Datatype | Required | Description |
---|---|---|---|
symbols | string | (Required) Comma separated list of symbols. | |
feed | string | The 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. | |
currency | string | The currency of all prices in ISO 4217 format. Default is USD. | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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"}}}