search_stocks
Search Yahoo Finance for stocks by company name or ticker symbol. Get matching symbols, names, and exchange details.
Instructions
Search for stocks by company name or ticker symbol.
This tool searches Yahoo Finance's database for stocks matching your query. Works best with specific company names or partial ticker symbols.
Examples of effective queries:
"Microsoft" (company name)
"AAPL" (ticker symbol)
"Tesla" (company name)
"JPM" (partial ticker)
Note: Complex multi-word queries may return fewer results. For best results, search for one company at a time.
Args: query: Search query - company name or ticker symbol (e.g., 'Microsoft', 'AAPL') limit: Maximum number of results to return (default: 10, max recommended: 25)
Returns: Dictionary containing search results with symbol, name, type, exchange, sector, industry, relevance score, and other metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||