Fetch the latest trade prices for symbols
The latest prices endpoint returns the most recent trade data for a batch of symbols. You must specify at least one symbol — the request returns a400 error otherwise. Results are keyed by symbol and include price, volume, and any additional fields captured from the last trade event.
GET https://app.stratalerts.com/api/market/v1/prices/latest
Requires scope:
prices:readRequest parameters
string
required
Comma-separated list of ticker symbols (e.g.,
AAPL,MSFT,SPY). Symbols are normalized to uppercase. Maximum 250. At least one symbol is required — omitting this parameter returns a 400 error.Response fields
object[]
required
Array of price objects, one per symbol that has a recent trade on record. Symbols with no recorded trade are omitted from the response.
Code examples
Example response
Error codes
Error responses use the following shape: