get_news_sentiment
Fetch news articles and sentiment scores for a stock ticker to assess market mood and support investment decisions.
Instructions
Get news articles and sentiment analysis for a stock.
Args: ticker: Stock symbol (e.g., 'AAPL', 'MSFT') limit: Maximum number of articles to return (default 20)
Returns: News articles with sentiment scores and overall sentiment summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||