get_quotes
Fetch current quotes for multiple Yahoo symbols in one call, returning price, currency, and market data. Handles missing symbols gracefully for easy comparison.
Instructions
Get compact current quotes for several Yahoo symbols in one call.
Use this to compare or fetch prices for multiple tickers at once. Each symbol
is looked up individually and returns currency, last price, previous close,
open, day high/low, and market cap. Symbols that return no data are listed
under not_found rather than failing the whole call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Yahoo tickers or ISINs, e.g. ['AAPL', 'MSFT', 'SAP.DE']. Not company names. Up to 50, extras are dropped. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||