get_company_events
Fetch company events for a given stock symbol, with adjustable page size and output format to support market analysis.
Instructions
Get company events 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 |