get_company_news
Retrieve news articles for a stock symbol with pagination. Supports JSON, DataFrame, and AI-optimized output formats.
Instructions
Get company news from stock market Args: symbol: str page_size: int = 10 page: int = 0 output_format: Literal['json', 'dataframe', 'toon'] = 'toon' (output format, 'toon' is optimized for AI) Returns: pd.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| page_size | No | ||
| page | No | ||
| output_format | No | toon |