Batch equity details for comma-separated symbols. Response includes data with per-symbol fields from cache; JSON names match the API (bidPrice, openPrice, sicCode, hasOptions, isETF, etc.).
Use Case: Quote tiles, watchlists, and fundamentals using GET /v1/marketdata/equities/details.
data: Array of objects; each mirrors Redis snapshot fields (trade, quote, fundamentals). Optional keys are omitted when empty. hasOptions and isETF are always booleans.errors: Present per the API schema when a symbol cannot be returned; see the reference below for the object shape.EquityDetailsDTO fields)EquityDetailsDTO (not generic placeholders). Live APIs may still omit keys when a value is empty.
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Comma-separated list of equity symbols (required). At least one symbol required (e.g., AAPL,MSFT,GOOGL).
"AAPL,MSFT"
data holds per-symbol objects matching EquityDetailsDTO. Omitted keys were empty in cache. See schema for the errors array shape when a symbol cannot be returned.