get_sentiment_batch
Analyze sentiment for multiple stock tickers in a single call, with a configurable rolling time window. More efficient than individual requests, each ticker counts toward your daily limit.
Instructions
Get sentiment for multiple tickers in one call. More efficient than calling get_sentiment N times when you have a watchlist. Each ticker counts as one request against the daily rate limit (so 10 tickers = 10 requests billed). latest_3 articles are omitted from each result to keep the response small — call get_sentiment for the full payload on any specific ticker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tickers | Yes | List of ticker symbols. 1-50 tickers per call. Example: ['NVDA', 'AMD', 'TSM', 'AVGO'] | |
| window_hours | No | Rolling time window in hours. Default 24, max 168. |