show_news
Retrieve recent company news for a stock ticker, including headline, summary, source, and URL. Filter by days and limit.
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) |