quant_check_events
Check upcoming earnings and dividend events for a US stock to manage binary risk. Returns days to earnings, recent earnings, and ex-dividend data.
Instructions
Upcoming earnings and dividend events for a ticker.
Earnings inside the holding window are the classic binary risk: pass days_to_earnings into quant_score_decision, which vetoes swing/position entries within the configured window (default 3 days) and warns intraday.
Args: params (TickerInput): ticker, response_format.
Returns: str: {next_earnings, days_to_earnings, recent_earnings, ex_dividend}. Fields are null when the provider has no data — treat unknown as risk and check the company's IR page before a swing entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |