The market doesn't price all options equally. When AAPL at $185 shows 25-delta puts trading at 28% implied volatility while 25-delta calls trade at only 22% IV, that 6-point skew tells you exactly what the market fears—and how to profit from it. Here's how AI turns 30 minutes of IV calculations into 30 seconds of conversation.
Andrew Grosser
February 16, 2026 • 14 min read
October 2023: AAPL at $185. The 30-day option chain shows the $175 put (roughly 25-delta) priced at $4.20 with 28% implied volatility. The $195 call (also 25-delta) trades at $3.60 with 22% IV. That $0.60 difference—the 25-delta risk reversal—costs you $60 per contract to establish bullish positioning. But here's what matters: that 6-point skew differential is at the 73rd percentile of the past 90 days. The market is overpaying for downside protection.
This is volatility skew trading. The market prices out-of-the-money puts more expensively than equivalent calls because investors buy puts to hedge portfolios and fear crashes more than they fear missing rallies. When this skew gets extreme—when puts become absurdly expensive relative to calls—you can sell the skew and profit when it normalizes. You're not betting on direction. You're betting the market is overpricing fear.
Or you use Sourcetable. Try it free.
Volatility skew isn't a single number—it's a relationship between dozens of options across the entire strike chain. For AAPL at $185, you might have strikes from $165 to $205 in $2.50 increments. That's 17 different strikes per expiration, each with its own bid-ask spread, its own trading volume, and its own implied volatility. Analyzing skew means calculating IV for all 17 strikes, plotting them against delta or strike price, identifying inflection points, and quantifying how steeply volatility increases as you move into out-of-the-money puts.
And it changes constantly. The skew you calculated this morning is obsolete by lunch. Stock moves up 2%? Your skew flattens as fear subsides. VIX spikes 3 points? Skew steepens as hedging demand surges. Every calculation needs to be recalculated in real-time, which makes Excel-based analysis a Sisyphean nightmare.
Implied volatility can't be calculated directly—there's no closed-form solution. You have to iterate. Start with a guess (say, 25%), plug it into Black-Scholes to get a theoretical price, compare that to the market price, adjust your guess, and repeat until you converge within acceptable tolerance. For the $175 put priced at $4.20, you might iterate 8-12 times before arriving at 28.3% IV.
Now multiply that by 17 strikes. Then multiply by 3-4 expiration dates if you're analyzing term structure of skew. You're looking at 50-70 separate iterative calculations, each requiring nested Excel formulas or custom VBA functions. And if any of your market prices have stale data or wide bid-ask spreads, your IV calculations become garbage.
A risk reversal—buying an OTM call and selling an OTM put with matching deltas—requires finding which strikes correspond to your target delta (typically 25-delta or 10-delta), looking up their prices, calculating the net cost, and expressing that cost both in dollar terms and as an IV differential. In our AAPL example at $185:
That $0.60 cost tells you the market's directional bias. You're paying to be bullish because puts are more expensive than calls. But is $0.60 cheap or expensive? You need historical context: What's the 90-day average risk reversal cost? What's the percentile ranking? How does AAPL skew compare to SPY or QQQ skew?
Answering those questions in Excel requires building historical databases, writing percentile formulas, creating comparison tables across multiple securities, and updating everything daily. It's a part-time job masquerading as analysis.
Sourcetable doesn't eliminate the complexity—it eliminates the manual labor of managing complexity. Upload your options chain data (or connect live feeds), and the AI handles IV calculations, skew curve generation, risk reversal pricing, historical comparisons, and cross-asset analysis. You interact with volatility skew the way you'd interact with a quantitative analyst: by asking questions in plain English.
In Excel, calculating IV for 17 strikes requires 17 separate iterative solvers—VBA macros using Newton-Raphson or Goal Seek for each option. In Sourcetable, you upload your option chain with strikes, prices, expiration date, and underlying price, then ask: "Calculate implied volatility for all options."
The AI instantly returns a new column showing IV for every option: the $175 put at 28.3%, the $177.50 put at 27.1%, the $180 put at 25.8%, and so on. It automatically applies the appropriate pricing model (Black-Scholes for European, binomial for American), handles dividends if present, and flags any strikes where IV calculation failed due to extreme moneyness or pricing anomalies. What would take 30 minutes in Excel takes 3 seconds in Sourcetable.
The volatility smile or skew curve plots implied volatility against either strike price, moneyness, or delta. This visualization instantly reveals whether you're looking at symmetric smile (commodities often show this) or negative skew (equities almost always show this—puts more expensive than calls). In Excel, generating this chart requires calculating IV, sorting by strike, creating an XY scatter plot, and manually formatting axes and labels.
Ask Sourcetable: "Show me the volatility skew curve." It generates a publication-ready chart with IV on the Y-axis and delta on the X-axis. You instantly see AAPL's characteristic negative skew: 10-delta puts (deep OTM) at 32% IV, 25-delta puts at 28%, at-the-money (50-delta) at 24%, 25-delta calls at 22%, and 10-delta calls at 20%. The curve slopes downward from left to right, quantifying the market's fear asymmetry.
Want to compare multiple expirations? Ask: "Compare 30-day and 90-day skew curves." Sourcetable overlays both on a single chart with clear legends, showing how near-term skew is typically steeper than long-term skew. This term structure insight helps you identify whether to trade front-month or back-month options.
The 25-delta risk reversal is the industry standard for quantifying skew. It tells you exactly how much more expensive 25-delta puts are versus 25-delta calls. In Excel, calculating this requires: finding the 25-delta strikes using a delta lookup table, retrieving their prices, calculating net cost, and converting to IV differential. Then you need to compare this to historical levels—pulling past risk reversal costs, computing percentiles, and plotting time series.
Ask Sourcetable: "What's the 25-delta risk reversal cost?" It returns: $0.60 debit (6-point IV differential). Then ask: "How does this compare to history?" The AI calculates: 73rd percentile of past 90 days, elevated compared to 60-day average of $0.45.
That context is everything. The $0.60 cost isn't just a number—it's telling you the market is pricing in above-average fear of downside. This creates a trading opportunity: sell the elevated skew and profit when fear normalizes. Sourcetable identifies this in seconds. Excel would take you 20 minutes and require maintaining historical databases.
Professional volatility traders don't analyze skew in isolation—they compare it across related assets. AAPL, MSFT, and NVDA are all mega-cap tech stocks. They should show similar skew patterns. When one diverges significantly, arbitrage opportunities emerge.
Upload option chains for all three and ask Sourcetable: "Compare 25-delta risk reversal costs across AAPL, MSFT, and NVDA." The AI generates a comparison table:
Now ask: "Is NVDA skew unusually elevated relative to AAPL and MSFT?" Sourcetable calculates historical relationships and responds: NVDA skew is at 88th percentile versus AAPL over past 60 days, suggesting relative overpricing. This points to a pair trade: sell NVDA skew, buy AAPL skew, profit when the relationship normalizes.
This kind of relative value analysis would require multiple Excel workbooks, complex VLOOKUP formulas across files, and manual chart creation. Sourcetable does it conversationally.
Professional options traders don't just trade skew—they manage skew exposure across entire portfolios. If you're short 10 different risk reversals across various stocks, you have aggregate vega skew exposure that needs monitoring. A volatility spike could hit all positions simultaneously if they're correlated.
Sourcetable aggregates skew exposure automatically. Upload all your positions and ask portfolio-level questions:
This portfolio-level intelligence is what separates professional volatility traders from amateurs who manage positions in isolation. Sourcetable makes it accessible without Bloomberg terminals or proprietary risk systems.
Volatility skew trading isn't always profitable. It works in specific market regimes and fails catastrophically in others. Understanding when to deploy skew strategies—and when to stay away—is the difference between consistent profits and blown-up accounts.
Elevated Skew at Historical Extremes: When risk reversal costs hit 80th-90th percentile levels, mean reversion is likely. The market is overpaying for protection, and selling that protection becomes profitable.
Post-Event Skew Normalization: After earnings or Fed announcements, event-driven skew often collapses rapidly. If you sold expensive pre-event skew, you profit from the normalization even if the stock doesn't move.
Cross-Asset Skew Divergences: When correlated assets (like SPY and QQQ) show unusually different skew levels, the relationship typically reverts. Sell the expensive skew, buy the cheap skew.
Low Realized Volatility Environments: When actual stock volatility is low but implied volatility remains elevated (high IV/RV ratio), options are overpriced. Selling skew captures this premium decay.
Pre-Catalyst Skew Spikes: Skew elevates before earnings or major announcements for good reason—uncertainty is real. Selling skew right before catalysts exposes you to gap risk that can exceed your premium collected.
Trending Markets Breaking New Ground: When stocks are hitting all-time highs or multi-year lows, skew can stay elevated much longer than seems rational. Don't fade skew in strongly trending markets.
Liquidity Crunches: During market stress, skew can reach extreme levels and stay there. Selling skew during 2008, COVID March 2020, or regional banking crisis of 2023 would have generated catastrophic losses.
When You Lack Historical Context: Skew on individual stocks varies wildly. TSLA typically shows much different skew patterns than JNJ. Don't trade skew without understanding what's normal for that specific security.
Sourcetable helps you identify favorable conditions. Connect live data and ask: "Which stocks on my watchlist have 30-day skew above 75th percentile with realized volatility below 20th percentile?" The AI scans and returns candidates where implied vol is rich relative to actual vol—classic mean reversion setups.
Let's walk through three actual skew trades, showing exactly how to structure positions, calculate risk, and monitor for exit signals using Sourcetable.
NVDA at $880, reporting earnings in 5 days. The 25-delta risk reversal costs $2.40 debit—massively elevated compared to 30-day average of $1.10. The market expects volatility but is pricing in extreme downside fear. Your thesis: post-earnings, skew will collapse as uncertainty resolves, even if the stock doesn't move much.
Upload NVDA options to Sourcetable and ask: "Show me the profit from selling a 25-delta risk reversal." The AI models selling the $850 put and buying the $910 call for $2.40 credit per share ($240 per contract). Your risk: unlimited above $912.40 (call strike plus credit), and you own stock synthetically below $850.
After earnings, NVDA gaps to $895—up 1.7%. Implied volatility collapses 40%. Ask Sourcetable: "What's my position worth now?" It calculates the risk reversal has compressed to $0.90. Your profit: $1.50 per share, or $150 per contract—a 62% return in one day.
This isn't directional gambling—it's volatility mean reversion. You profited because pre-earnings fear was overpriced relative to the actual outcome.
SPY and QQQ typically trade with similar skew levels—both are large-cap equity ETFs with comparable volatility profiles. But today, SPY 25-delta risk reversal costs $1.80 while QQQ costs $1.20. That 60-cent divergence is at the 94th percentile over the past 180 days.
Upload both option chains to Sourcetable and ask: "Show me the profit from selling SPY skew and buying QQQ skew." The AI models the spread trade:
This position profits when SPY skew compresses relative to QQQ skew, regardless of directional movement. Sourcetable calculates your Greeks: approximately delta-neutral (long and short exposure offset), positive correlation vega (profit from SPY IV declining relative to QQQ IV).
Two weeks later, SPY skew normalizes to $1.50 while QQQ remains at $1.20. The spread tightens from $0.60 to $0.30. Ask: "What's my profit?" Sourcetable returns: $0.30 per share or $30 per spread—a 50% gain on the initial credit in 14 days.
Financial sector ETF (XLF) is showing 25-delta risk reversal at $2.10—elevated at 88th percentile versus its own history. Meanwhile technology (XLK) shows $0.90, below average. The market fears financials and is complacent on tech.
Upload both sector ETF option chains and ask Sourcetable: "Is XLF skew unusually elevated?" It responds: XLF skew at 88th percentile, has only exceeded current levels twice in past year, both times preceding 5%+ rallies as pessimism reversed.
This is a contrarian signal. Rather than buying XLF stock outright, you sell the elevated skew to collect premium. Ask: "Model selling XLF 25-delta risk reversal." Sourcetable shows:
You're establishing bullish exposure while collecting $210 per contract from elevated skew. You profit if XLF rallies (directional gain), if skew normalizes (volatility gain), or if time decays options faster than stock moves. This multi-faceted edge—created by selling overpriced fear—is what makes skew trading powerful.
Volatility skew reflects the market's asymmetric fear—puts are typically more expensive than calls for equities. When this asymmetry reaches extremes, mean reversion opportunities emerge.
Risk reversals (buying OTM calls, selling OTM puts, or vice versa) let you profit from skew changes without taking pure directional bets. The 25-delta risk reversal is the industry standard for quantifying skew.
Traditional skew analysis requires iterative Black-Scholes solvers, VBA macros, manual curve plotting, and historical database maintenance—30-45 minutes per analysis in Excel.
Sourcetable turns skew analysis into natural language: "Calculate IV for all options" → Done. "Show skew curve" → Instant chart. "What's the 25-delta risk reversal cost?" → $0.60 at 73rd percentile.
Best conditions for skew trading: elevated risk reversal costs at historical extremes, post-event normalization opportunities, cross-asset divergences, and low realized volatility environments.
Avoid trading skew before major catalysts, during strongly trending markets, in liquidity crunches, or without proper historical context for what's "normal" for that security.
If your question is not covered here, you can contact our team.
Contact Us