data_get_news_sentiment
Analyze news sentiment for a stock ticker, aggregating articles and scoring bullish or bearish outlook via Tiingo API or AI fallback.
Instructions
Get news sentiment analysis for a stock using Tiingo News API or LLM analysis.
This enhanced tool provides reliable sentiment analysis by:
Using Tiingo's news API if available (requires paid plan)
Analyzing sentiment with LLM (Claude/GPT)
Falling back to research-based sentiment
Never failing due to missing EXTERNAL_DATA_API_KEY
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock ticker symbol | |
| timeframe | No | Time frame for news (1d, 7d, 30d, etc.) | 7d |
| limit | No | Maximum number of news articles to analyze |