Insights
How to Calculate Option Greeks (Delta, Gamma, Theta, Vega, Rho)
Alphanume Team · June 10, 2026
Every Greek defined, computed, and visualized against the calculator — so you know exactly what each sensitivity is telling you.
The option greeks are the partial derivatives of an option's price with respect to its inputs. They answer a concrete question: if one input moves by a small amount, how much does the option's value change? Delta, gamma, theta, vega, and rho each measure sensitivity to a different variable — the underlying price, the underlying price again (second order), time, volatility, and the risk-free rate. If you've spent time with an options pricing calculator, you've already watched them move; this post gives you the math and intuition behind each reading. All five fall directly out of the Black-Scholes formula, so they share its assumptions: European exercise, no dividends, constant volatility, lognormal returns.
A reference table: what each Greek measures
Before diving into the formulas, a compact summary. Signs below are for a long position — long call or long put respectively.
| Greek | Measures sensitivity to | Long call | Long put |
|---|---|---|---|
| Delta | Underlying price | 0 to +1 | −1 to 0 |
| Gamma | Underlying price (2nd order) | Positive | Positive |
| Theta | Time to expiration | Negative | Usually negative |
| Vega | Implied volatility | Positive | Positive |
| Rho | Risk-free rate | Positive | Negative |
Delta — sensitivity to the underlying price
Delta is the first derivative of the option price with respect to the underlying price S. For a call, it equals N(d₁); for a put, N(d₁) − 1. Both expressions use the same d₁ from the Black-Scholes pricing equations: d₁ = [ln(S/K) + (r + σ²/2)·T] / (σ·√T).
Interpretation: a call with delta 0.55 gains roughly $0.55 for every $1 rise in the underlying, all else equal. Delta runs from 0 to 1 for calls and −1 to 0 for puts. An at-the-money option sits near ±0.50 because N(0) ≈ 0.5. Deep in-the-money options approach ±1 and behave almost like the underlying itself; far out-of-the-money options approach 0 and barely move.
Delta also doubles as the hedge ratio. To delta-hedge one long call with delta 0.55, you short 55 shares per 100-share contract. The position is then instantaneously neutral to small moves in S — though not to large moves, which is where gamma comes in.
Gamma — the rate of change of delta
Gamma is the second derivative of the option price with respect to S, or equivalently the first derivative of delta with respect to S. Its closed-form expression is:
Γ = N'(d₁) / (S·σ·√T)
where N'(d₁) is the standard normal probability density function evaluated at d₁: N'(x) = (1/√(2π))·e−x²/2.
Gamma is always positive for both long calls and long puts. It is largest when the option is at the money and when expiration is near — ATM options close to expiry have a gamma that can swing delta dramatically on even a modest move. A call with delta 0.50 and gamma 0.08 would have a delta of approximately 0.58 after a $1 rise in S. This curvature is what makes delta-hedging a dynamic, not static, exercise.
Concretely: suppose S = 100, K = 100, σ = 0.20, T = 0.25 years, r = 0.05. Then d₁ ≈ 0.175, N'(0.175) ≈ 0.3932, and gamma ≈ 0.3932 / (100 × 0.20 × 0.50) ≈ 0.039. A $1 move in the underlying shifts delta by about 0.04.
Theta — time decay
Theta measures how much the option price falls as one calendar day passes, with everything else held fixed. For a call on a non-dividend-paying stock:
Θcall = −[S·N'(d₁)·σ / (2·√T)] − r·K·e−rT·N(d₂)
For a put the second term flips sign: Θput = −[S·N'(d₁)·σ / (2·√T)] + r·K·e−rT·N(−d₂).
Theta is almost always negative for long options — time is an asset you own, and it erodes. The standard convention divides the formula output by 365 to express theta in dollars per calendar day. Using the same example above — S = 100, K = 100, σ = 0.20, T = 0.25, r = 0.05 — theta for the call works out to roughly −$0.04 per day. An option priced at $4.00 will lose about $0.04 of value overnight, assuming the underlying doesn't move. Theta accelerates as expiration approaches, which is why the last week before expiry is where the decay is most violent.
Vega — sensitivity to volatility
Vega is the partial derivative of the option price with respect to the volatility σ. Both calls and puts share the same expression:
ν = S·N'(d₁)·√T
Vega is always positive for long options. A rise in implied volatility benefits the holder of any vanilla option — more uncertainty means a wider range of outcomes, which is good when your downside is capped at the premium paid. Vega is largest for at-the-money options with significant time remaining and shrinks for deep in- or out-of-the-money options.
Continuing the same example: vega = 100 × 0.3932 × 0.50 ≈ 19.66. That figure is typically quoted per point of volatility, so a one-percentage-point rise in σ (from 20% to 21%) increases the call price by about $0.1966. Because vega is denominated per unit of volatility, it is often reported per 1% move rather than per 100% — divide by 100 to get that figure, so roughly $0.197 per vol point.
Rho — sensitivity to the risk-free rate
Rho measures how the option price changes when the risk-free rate r moves. For calls and puts respectively:
ρcall = K·T·e−rT·N(d₂)
ρput = −K·T·e−rT·N(−d₂)
Calls have positive rho: higher rates reduce the present value of paying the strike, which is a benefit to the call holder. Puts have negative rho: higher rates erode the present value of receiving the strike, which hurts the put holder. Rho is the least-watched Greek for short-dated equity options because small rate changes move option prices very little over days or weeks. For long-dated LEAPS or interest-rate sensitive underlyings, rho becomes material — a two-year ATM call on a $100 stock with rho near 10 will gain roughly $0.10 for every 1% rise in rates.
Using the Greeks together
No Greek lives in isolation. A position with high positive gamma also has high negative theta — the curvature you benefit from comes at the cost of daily decay. A position with large vega is implicitly a bet on realized-versus-implied volatility. Understanding how the sensitivities interact is what separates option trading from directional guessing. Drop any set of inputs into the options pricing calculator and watch all five Greeks update simultaneously — that feedback loop is the fastest way to build the intuition that pages of formula derivation can only approximate.