get_options_flow_overview
Retrieve daily options flow data including call/put volume ratio, total premium, implied volatility, and consecutive-day streaks for notable symbols. Sort by streak, volume, call/put ratio, or premium.
Instructions
Return the daily options flow table for one trading day — aggregated call/put volume, premium, implied volatility, and consecutive-day streaks for every notable symbol. Use when the user asks 'what's the options flow today' or 'show me the top premium plays'. Each row includes call_put_volume_ratio (bullish if > 1.0), consecutive_days (streak length), total_premium (dollar size), call_avg_iv/put_avg_iv. Returns { date, sort, limit, data: [...], stats, dates }. Tier: Pro only — Basic users get 403.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Trading day (YYYY-MM-DD). Default = latest available day. | |
| sort | No | Sort order: streak=longest streaks first, volume=highest volume, callput=most extreme C/P, premium=biggest dollar | streak |
| limit | No | Rows to return (max 500) |