Get stock quote
get_stock_quoteRetrieve current price and daily change for stocks, ETFs, or indices from Yahoo Finance by providing ticker symbols. Supports multiple symbols.
Instructions
Latest price and daily change for one or more stocks, ETFs, or indices, from Yahoo Finance. Use Yahoo-style symbols: AAPL, MSFT, VOO, ^GSPC (S&P 500), ^IXIC (Nasdaq), RELIANCE.NS (India), 7203.T (Japan). Call search_symbols first if you only have a company name. Returns a single point in time — use get_price_history for a series or a period return, and get_crypto_price for cryptocurrencies, which are not on Yahoo symbols. Prices may be delayed up to ~15 minutes and are not exchange-official, so do not treat them as execution prices. Symbols are looked up independently: one bad symbol does not fail the rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Ticker symbols, e.g. ["AAPL", "NVDA", "^GSPC"] |