get_sentiment
Aggregates financial news sentiment for a stock ticker over a rolling window, returning score, confidence, article count, distribution, and recent articles with rationale from bilingual sources.
Instructions
Get aggregated financial news sentiment for a single stock ticker over a rolling time window. Returns an -1 to +1 average score, confidence, article count, bullish/neutral/bearish distribution, and up to 3 latest articles with one-line rationale each. Sources: Reuters, Bloomberg, Yahoo Finance (English) + 經濟日報, 工商時報, Anue 鉅亨 (Traditional Chinese). Useful for: gauging market mood before opening a position, monitoring sentiment shifts post-earnings, explaining unusual price moves with news context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock ticker symbol (e.g. NVDA, TSM, AAPL). 1-10 letters, case-insensitive. Coverage skews to US large-caps and Taiwan-listed semis. | |
| window_hours | No | Rolling time window in hours. Default 24, max 168 (7 days). |