Volatility Risk Premium
get_volatility_risk_premiumCalculate the volatility risk premium (IV minus realized volatility) for a stock to identify whether options are overpriced or underpriced, guiding sell or buy decisions.
Instructions
Calculate the volatility risk premium (IV minus realized volatility).
VRP measures the spread between implied and realized volatility. Positive VRP means options are pricing in more volatility than actually occurs - favorable for sellers. Negative VRP means options are cheap relative to actual moves.
Use this tool when the user asks about:
Volatility risk premium or VRP
IV vs RV spread
Whether to sell or buy volatility
Premium edge assessment
Args: ticker: Stock symbol lookback_days: Days for realized vol calculation (default 30) view: "current" (snapshot), "timeseries" (IV vs HV through time), or "by_expiration" (VRP per expiration)
Returns: VRP data with assessment and strategy recommendation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | current | |
| ticker | Yes | ||
| lookback_days | No |