get_quotes
Fetch current quotes for multiple Yahoo Finance tickers in one call, returning price, open, high, low, and market cap. Invalid symbols are listed separately.
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. Symbols must be native
Yahoo tickers (e.g. AAPL, SAP.DE), never ISINs, WKNs, or names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | A list of native Yahoo Finance ticker symbols, e.g. ['AAPL', 'MSFT', 'SAP.DE']. Each must be a native ticker, never an ISIN, WKN, or company name; resolve those via 'search' first. Up to 50 symbols; extras are dropped (the result flags this as truncated). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||