get_news
Retrieve news articles with per-ticker sentiment scores. Filter by tickers or topics like earnings or macro, and get headlines, summaries, and sentiment labels to track market-moving news.
Instructions
News feed with per-ticker sentiment scores (Alpha Vantage NEWS_SENTIMENT). Filter by tickers (per-name news + sentiment) or topics (e.g. 'earnings', 'mergers_and_acquisitions', 'financial_markets', 'economy_macro'). Returns headlines, source, summary, sentiment label/score, and per-ticker sentiment within multi-ticker articles. Strong for 'any news on X?', 'what's driving X today?', or a portfolio-wide news roll-up (pass the portfolio's tickers). Pair with market_radar for the full 'what's happening' briefing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items (1-200, default 30) | |
| topics | No | Filter by topics (e.g. ['earnings', 'economy_macro']) | |
| tickers | No | Filter by tickers (e.g. ['AAPL', 'MSFT']) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |