get_company_news
Retrieve company-specific news for any stock symbol and date range, returning headlines, summaries, and article URLs.
Instructions
Get news for a specific company over a date range.
Args:
symbol: The stock symbol (e.g., AAPL for Apple Inc.)
from_date: Start date in YYYY-MM-DD format
to_date: End date in YYYY-MM-DD format
Returns:
str: Company-specific news in JSON format with headlines, summaries, and URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| to_date | Yes | ||
| from_date | Yes |