Ex-Earnings Implied Volatility 90 Day
Returns the 90-day (3-month) implied volatility with the earnings event premium removed. This metric aligns with quarterly options cycles and is useful for medium to long-term strategies.
Why Ex-Earnings IV?
Options prices include extra premium when an earnings announcement falls within the option's expiration window. This function removes that premium to show:
- The "true" underlying volatility expectation
- Better comparison across time periods (with and without earnings)
- More accurate volatility for non-earnings related strategies
Parameters
| Parameter | Required | Description |
|---|---|---|
| Symbol | Yes | Stock ticker symbol (e.g., AAPL, TSLA) |
| StartDate | No | Historical date for IV lookup |
Notes
- Covers approximately one quarter of trading
- Typically includes at least one earnings event for quarterly reporters
- Aligns well with quarterly options cycles
Examples
=ExEarningsImpliedVolatility90d("AAPL")=ExEarningsImpliedVolatility90d("TSLA")=ExEarningsImpliedVolatility90d("NVDA")=ExEarningsImpliedVolatility90d("AAPL", DATE(2024,6,15))When to Use
- Analyzing quarterly volatility expectations without earnings noise
- Planning quarterly options strategies
- Comparing volatility levels across earnings cycles
- Identifying if elevated IV is due to earnings or macro factors
- Volatility term structure analysis
When NOT to Use
Common Issues & FAQ
Q: What is earnings premium? A: Earnings premium is the extra implied volatility priced into options when an earnings announcement is expected before expiration. Stocks can move significantly on earnings, so options reflecting this risk trade at higher IV.
Q: How do I calculate the earnings premium? A: Subtract ex-earnings IV from total IV:
Q: How many earnings events are typically in 90 days? A: For quarterly reporters, typically one earnings event. The ex-earnings calculation removes all expected earnings premiums within the window.
