Equity Details
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.
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
Response shape
data: Array of objects; each mirrors Redis snapshot fields (trade, quote, fundamentals). Optional keys are omitted when empty.hasOptionsandisETFare always booleans.errors: Present per the API schema when a symbol cannot be returned; see the reference below for the object shape.
Demo response (representative live payload)
Live responses are typically sparse. Fields are omitted when data is unavailable in cache/upstream. Do not assume everyEquityDetailsDTO key appears for every symbol.
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
One or more uppercase ticker symbols, separated by commas (e.g. AAPL,MSFT,GOOGL). At least one is required. The response order matches the request order.
"AAPL,MSFT"
Response
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.