analyze_sentiment
Analyze news sentiment for a stock ticker or custom text. Returns sentiment direction (Bullish/Bearish/Neutral/Mixed) with a 0-100 score and key influencing factors.
Instructions
AI-powered sentiment analysis of news text or recent news for a ticker. Returns: Bullish/Bearish/Neutral/Mixed with a 0-100 score and key factors. Uses Groq (LLaMA 3.3-70B) with NVIDIA NIM fallback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Custom text to analyze (overrides symbol news fetch) | |
| symbol | No | Stock symbol to fetch and analyze news for (e.g. AAPL, TCS) |