market_news
Fetch recent market news for a specific stock or the overall market. Returns up to 10 articles including title, publisher, and link. Leave symbol empty for general news.
Instructions
Get latest market news for a stock or general market.
Returns up to 10 recent news articles with title, publisher, and link.
Args: symbol: Stock ticker for company-specific news (optional). Leave empty for general market news.
Examples: market_news("AAPL") → Apple-related news market_news("RELIANCE.NS") → Reliance Industries news market_news() → General market news
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |