Search ticker symbols
search_symbolsResolve a company or fund name to its ticker symbol using Yahoo Finance search. Use when you only have a name, then pass the returned symbol to get quotes or price history.
Instructions
Resolve a company or fund name to a ticker symbol using Yahoo Finance search. Call this first whenever you have a name rather than a symbol — "Apple" → AAPL — then pass the symbol to get_stock_quote or get_price_history. Covers equities, ETFs, and indices across global exchanges, so the same company may return several listings; prefer the one whose exchange matches the market you want. For US-listed companies you need SEC data on, get_sec_filings accepts a company name directly and needs no symbol lookup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum matches to return, best match first. Raise it for ambiguous names. | |
| query | Yes | Company or fund name, e.g. "Vanguard S&P 500" |