get_assets_events
Returns upcoming dividend and earnings events for tickers.
Args:
tickers: Comma-separated ticker symbols (e.g. "AAPL,MSFT")
from_date: Optional start date (ISO format, e.g. "2026-03-01")
to_date: Optional end date (ISO format, e.g. "2026-06-01")
Returns: dividend dates, earnings dates, and coupon dates per ticker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tickers | Yes | ||
| to_date | No | ||
| from_date | No |