Theta Decay (0DTE)
Canonical definition, formula, interpretation rules, and API reference for intraday theta decay on expiration day.
The dollar cost of time decay per hour remaining on expiration day. Computed as net theta divided by hours to close. Accelerates nonlinearly as the close approaches, creating the characteristic 0DTE theta curve that punishes late-day option holders.
Where net_theta_dollars is the aggregate theta in dollar terms across all 0DTE contracts, and hours_to_close is the fractional hours remaining until market close (4:00 PM ET).
- Morning (6.5h left): Theta per hour is at its lowest. Best window for 0DTE option sellers to collect premium.
- Midday (3-4h left): Acceleration becomes visible. ATM options lose value noticeably faster than OTM.
- Final hour (< 1h left): Theta per hour peaks. Option values collapse unless the option is deep ITM. Gamma and charm dominate pricing.
The 0DTE Theta Curve
Standard theta decay is proportional to 1 / sqrt(T), where T is time to expiration. On a 30-day option, one hour of theta is barely noticeable. On a 0DTE option with 2 hours left, one hour represents 50% of remaining time — and theta reflects that concentration.
This creates a predictable but powerful dynamic. ATM 0DTE options can lose 30-50% of their remaining value in the final hour alone. For sellers, this is the edge: if the underlying stays within range, theta harvesting accelerates into the close. For buyers, this is the headwind: any directional bet must overcome an accelerating decay rate.
The charm regime adds a second dimension. Charm (delta decay over time) intensifies alongside theta on 0DTE. When charm is large, out-of-the-money options see their delta collapse toward zero, while in-the-money options see delta converge toward 1.0. This makes late-day 0DTE positions behave almost like binary bets — you are either deep enough ITM to survive, or your option is dying.
Get 0DTE Theta via API
symbol(path, required) — underlying ticker, e.g.SPY
{
"symbol": "SPY",
"decay": {
"net_theta_dollars": number,
"theta_per_hour_remaining": number,
"gamma_acceleration": number,
"charm_regime": "accelerating" | "stable" | "decelerating"
}
}
curl -H "X-Api-Key: YOUR_KEY" \
https://lab.flashalpha.com/v1/exposure/zero-dte/SPY
Trading Applications
For option sellers: Track theta_per_hour_remaining to understand your real-time edge. The morning session offers the best risk-adjusted theta collection because you capture decay without the extreme gamma risk of the final hour. Many 0DTE sellers close positions with 60-90 minutes remaining to avoid the gamma spike.
For option buyers: Use theta per hour to set breakeven timing. If theta per hour is $X and your option costs $Y, you have roughly Y/X hours before theta alone kills the position. This is your gamma clock — you need a move before it runs out.
Combine with gamma acceleration for the full picture. High theta + high gamma acceleration = the classic 0DTE tension where both the opportunity (gamma) and cost (theta) are maximized simultaneously.
Why Theta Decay Matters for Trading
Theta decay is the dollar bleed long option holders pay and short option sellers collect. Accelerates in the final days — that's when the edge is largest.
- What it measures
- The rate of option value decay as time passes, expressed as $ per day (or per hour for 0DTE).
- What it signals
- How fast the clock is running on a position. Short-dated theta dwarfs long-dated.
- Why we measure it
- Theta is the other side of gamma: sellers collect theta and pay gamma; buyers pay theta and collect gamma. The balance is the short-vol trade.
- Who uses it
- Premium sellers, credit-spread traders, 0DTE specialists, income-strategy retail.
How to read Theta Decay
- Daily $ income from decay
- Fastest decay on 7DTE and shorter
- Iron condors / short strangles
- Works in positive gamma
- Daily $ bleed
- Spot must move within a window to compensate
- Long vol strategies
- Dangerous without a catalyst
- Theta nets to near zero
- Vega and direction drive P&L
- Structured multi-leg trades
- Sophisticated setups
Rules of thumb
- Theta is non-linear. A 7DTE option decays far faster per day than a 60DTE one. Size positions by remaining theta, not just DTE.
- Pair with gamma. Theta gain from selling = gamma risk from spot moves. The trade lives in their balance.
- Weekends count. Options decay Sat and Sun. Monday opens reflect 3 days of theta.
- Event theta is not linear. Pre-earnings theta is priced in; most of it vanishes overnight post-announcement.
- 0DTE theta dominates Friday close. Same-day options lose most of their remaining value in the final hour.
Related Concepts
The foundational Greek measuring time decay — the daily rate of option value erosion, all else equal.
Delta decay over time — how quickly an option's delta changes as expiration approaches, driving 0DTE re-hedging.
Net dealer charm exposure across the chain — the time-decay-driven hedging pressure.
The ratio of 0DTE to 7DTE ATM gamma — the sensitivity side of the 0DTE theta/gamma trade-off.