工具 API

yfinance_search

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.

finance1 积分

调用信息

工具标识
smg-yfinance.yfinance_search
服务提供方
Yahoo Finance
平均响应
6645 ms
近 7 天调用
2

输入参数

query必填

Search query - company name, ticker symbol, or keywords

search_type必填

Filter results: 'all' (quotes + news), 'quotes' (stocks/ETFs only), or 'news' (articles only)