show_news
Fetch recent company news headlines, summaries, and sources for a stock ticker. Configure days to look back and max articles.
Instructions
Recent company news from Finnhub for a single ticker — headline, summary, source, published timestamp, URL. Default lookback is 7 days, capped to limit items (default 10). For news across all holdings in one call, prefer get_brief which aggregates the last 24h.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock ticker symbol (e.g. AAPL) | |
| days | No | Days to look back (default: 7) | |
| limit | No | Max articles to return (default: 10) |