get_market_news
Retrieve categorized market news and comprehensive financial intelligence for a stock, or get general market headlines to understand factors affecting price movements.
Instructions
Retrieve comprehensive market intelligence for a ticker symbol or general market news. When a symbol is provided with comprehensive=true, returns detailed context including: - Recent news articles with automatic categorization (earnings, M&A, legal, analyst ratings, etc.) - Company fundamentals (valuation metrics, profitability, growth, financial health) - Analyst ratings and price targets - Upcoming events (earnings dates, dividends, splits) - Institutional ownership and top holders - Insider summary (NOTE: For detailed SEC Form 4 filings, use get_insider_trades tool instead) - Short interest and options activity (volatility indicators) - Sector and industry context This comprehensive view helps LLMs understand factors affecting volatility and future price movements. For basic news only, set comprehensive=false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of news articles to return (default: 20 for comprehensive, 10 for basic, max: 50) | |
| symbol | No | Ticker symbol for company-specific intelligence (e.g., AAPL, MSFT). Omit for general market news. | |
| comprehensive | No | When true and symbol is provided, returns comprehensive market context including fundamentals, analyst ratings, upcoming events, institutional holdings, insider transactions, short interest, and categorized news. When false, returns only news articles. Default: true if symbol provided, false otherwise. |