market_news
Retrieve recent market news filtered by keyword or ticker to support investment decisions.
Instructions
Fetch recent market news articles filtered by keyword.
Args: query: Keyword to search for in article titles (e.g. "earnings", "Federal Reserve", "AI"). ticker: Optional stock ticker to narrow results to a specific company (e.g. "AAPL", "TSLA"). When omitted the search scans broad-market index ETFs (SPY, QQQ, DIA). days_back: Number of days of history to consider (default 7).
Returns: JSON string containing a list of article objects with keys: title, source, link, published, type, related_tickers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| ticker | No | ||
| days_back | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |