Earnings Screener
get_earnings_screenerCross-sectional earnings screener: ranks upcoming events by VRP richness, cheapest implied move, highest historical IV crush, or importance. Returns implied-move percent, premium ratio (implied / realized-median), median historical IV crush, and richness assessment for each event. Configurable forward window, row limit, and minimum importance filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Forward window in days (1–60, default 14). | |
| sort | No | Ranking: 'vrp_richest' (default), 'cheapest_move', 'highest_crush', or 'importance'. | |
| limit | No | Max rows returned (1–300, default 20). | |
| apiKey | No | FlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp. | |
| min_importance | No | Only include events with importance >= this value. |