Last modified:2026-08-12 18:21:49
Maintainer:Not configured
OperationId:quotes_symbol_multiple
Price or profile data for up to 10 symbols in one request. Pass the symbols as a comma-separated path segment, for example /api/v2/quotes/AAPL,MSFT,NVDA/multiple. The response payload is keyed by symbol. type=price returns the merged quote modules per symbol, and a symbol the upstream does not recognise is absent from the payload. type=info returns the fuller company profile and keeps every requested symbol, wrapped as {"data": {...}} on success or {"error": "..."} on failure. For price alone across a wider set, /api/v2/market/batch-quotes takes up to 20 symbols as a query parameter.