get_quote
Fetch current price and key intraday data for any Yahoo Finance ticker symbol, enabling quick access to stock quotes.
Instructions
Get the current price and key intraday figures for a Yahoo symbol.
symbol must be a native Yahoo Finance ticker (e.g. AAPL, SAP.DE),
never an ISIN, WKN, or company name. Do not build a symbol by appending an
exchange suffix to an ISIN. If you only have a name or ISIN, call the
search tool first and use the symbol it returns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | A native Yahoo Finance ticker symbol, e.g. 'AAPL', 'MSFT', 'SAP.DE', or 'BMW.DE'. This is NOT an ISIN, a WKN, or a company name, and must NOT be built by appending an exchange suffix to an ISIN (e.g. 'US0378331005.DE' is invalid). If you only have a name or ISIN, call the 'search' tool first and pass the 'symbol' value it returns. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||