get_news
Retrieve recent news articles for a stock ticker symbol. Specify the symbol and optional count to get a dictionary of news items.
Instructions
Get recent news for a stock.
Args: symbol: Stock ticker symbol (e.g., 'AAPL', 'GOOGL') count: Number of news articles to return (default: 10)
Returns: Dictionary containing news articles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||