Quotes
quotesFetch up to 20 stock quotes in a single call with parallel requests. Unknown symbols return in error details instead of failing the batch, and results stay in input order.
Instructions
Batch of quote() rows, up to 20 per call (more raises), fetched in PARALLEL (v0.1.1): 8 quote() calls in flight at once, so 10 cold symbols complete in roughly one RTT instead of ten. Unknown symbols do not fail the batch - they land in errors: [{symbol, reason}] while the rest return normally, and the output order matches the input order. Example: quotes(symbols=["AAPL", "MSFT", "NVDA"])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||