MINARA

Batch ticker quotes

GET /v1/quote/batch — Quotes for up to 25 symbols in one round trip. `mode=compact` skips fundamentals, deduplicates concurrent symbol loads,

GET /v1/quote/batch

Quotes for up to 25 symbols in one round trip. mode=compact skips fundamentals, deduplicates concurrent symbol loads, and caches each quote for 5 seconds for the shared live-price REST fallback.

MethodGET
Path/v1/quote/batch
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorymarket

Response body

{ "quotes": { "AAPL": { "supported": true, "source": "yahoo", "price": 220.5, "change_pct": 1.2, "updated_at": 1786200000000 } } }

On this page