yfinance_search
Search Yahoo Finance for stocks, ETFs, and news articles. Find ticker symbols, discover related securities, or search financial news with customizable search types.
Instructions
Search Yahoo Finance for stocks, ETFs, and news articles.
Returns JSON with search results based on search_type:
- 'quotes': Array of securities with:
- symbol: Ticker symbol
- shortname/longname: Company name
- quoteType: Security type (EQUITY, ETF, MUTUALFUND, etc.)
- exchange: Exchange code
- sector: Business sector
- industry: Industry classification
- score: Search relevance score
- 'news': Array of articles with:
- uuid: Article identifier
- title: Headline
- publisher: News source
- link: Article URL
- providerPublishTime: Unix timestamp
- relatedTickers: Array of related symbols
- thumbnail: Image URLs
- 'all': Object with both 'quotes' and 'news' arrays
Use this to find ticker symbols, discover related securities, or search financial news.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query - company name, ticker symbol, or keywords | |
| search_type | Yes | Filter results: 'all' (quotes + news), 'quotes' (stocks/ETFs only), or 'news' (articles only) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |