Finance & Economics · Options & Derivatives · Options Pricing
Options Greeks Calculator
Calculates all five primary options Greeks — Delta, Gamma, Theta, Vega, and Rho — for European calls and puts using the Black-Scholes model.
Calculator
Formula
S = current underlying price, K = strike price, r = risk-free interest rate (decimal), σ = implied volatility (decimal), T = time to expiration in years, N(x) = standard normal CDF, N'(x) = standard normal PDF. Delta measures directional exposure; Gamma measures the rate of change of Delta; Theta measures time decay per day; Vega measures sensitivity to a 1% change in implied volatility; Rho measures sensitivity to a 1% change in the risk-free rate.
Source: Black, F. & Scholes, M. (1973). The Pricing of Options and Corporate Liabilities. Journal of Political Economy, 81(3), 637–654.
How it works
Options Greeks are partial derivatives of the option pricing function with respect to specific inputs. Under the Black-Scholes framework, every European option price can be expressed as a closed-form function of five inputs: the current underlying price (S), the strike price (K), time to expiration (T), the risk-free rate (r), and implied volatility (σ). The Greeks quantify how sensitively that price responds to small changes in each of those inputs, giving traders a precise language for describing risk.
The calculation begins by computing the intermediate values d₁ and d₂, which normalise the log-return of the underlying into standard normal space. Delta (Δ) is the first derivative of option price with respect to S — for calls it equals N(d₁) and ranges between 0 and 1; for puts it equals N(d₁) − 1 and ranges between −1 and 0. Gamma (Γ) is the second derivative with respect to S, reflecting how quickly Delta changes and peaking for at-the-money options near expiration. Theta (Θ) represents time decay, expressed here as daily dollar erosion of option value. Vega (ν) measures the change in option value for each one-percentage-point increase in implied volatility. Rho (ρ) captures interest rate sensitivity, expressed per one-percentage-point change in the risk-free rate.
Practitioners use the Greeks at every level of options strategy. Delta-neutral hedging involves holding an offsetting position so the portfolio has near-zero directional exposure. Gamma scalping exploits rapid Delta changes near expiration. Theta decay is the core profit mechanism in strategies like covered calls, cash-secured puts, and iron condors. Vega risk dominates long-dated options and volatility surface trading. Understanding all five Greeks simultaneously allows traders to construct positions with precisely defined risk profiles and to stress-test portfolios under various market scenarios.
Worked example
Suppose you are evaluating a call option on a stock trading at $150 with a strike of $155, 30 days to expiration, implied volatility of 28%, and a risk-free rate of 5.25%.
Step 1 — Convert inputs: T = 30/365 = 0.08219 years, r = 0.0525, σ = 0.28.
Step 2 — Compute d₁: d₁ = [ln(150/155) + (0.0525 + 0.28²/2) × 0.08219] / (0.28 × √0.08219) = [−0.03279 + 0.007418] / 0.08027 = −0.3155.
Step 3 — Compute d₂: d₂ = −0.3155 − 0.28 × √0.08219 = −0.3155 − 0.08027 = −0.3958.
Step 4 — Greeks:
- Delta = N(−0.3155) ≈ 0.3762 — the call gains about $0.38 for every $1 rise in the stock.
- Gamma = N'(d₁) / (S × σ × √T) ≈ 0.0453 — Delta changes by ~0.045 for each $1 move.
- Theta ≈ −$0.068 per day — the option loses roughly 6.8 cents of value each calendar day.
- Vega ≈ $0.131 per 1% IV move — a rise in implied volatility from 28% to 29% adds ~13 cents to option value.
- Rho ≈ $0.031 per 1% rate move — a 100 bps rate increase adds ~3 cents to call value.
This snapshot tells us the option is out-of-the-money (Delta below 0.5), has moderate time decay, and is reasonably sensitive to volatility changes given the 30-day window.
Limitations & notes
The Black-Scholes Greeks are derived under several simplifying assumptions that limit their real-world accuracy. The model assumes constant implied volatility across strikes and maturities, whereas actual markets exhibit a volatility smile and term structure. American-style options — which dominate equity options markets — allow early exercise, which the Black-Scholes framework does not capture; dedicated binomial or finite-difference models are required for those instruments. The continuous-time, continuous-trading assumption breaks down during market closures, earnings announcements, and liquidity gaps where discrete jumps occur. Rho is often the least reliable Greek for short-dated options and in low-rate environments, as the sensitivity is too small to be practically significant. Finally, higher-order Greeks such as Vanna (∂Δ/∂σ), Volga (∂ν/∂σ), and Charm (∂Δ/∂T) matter significantly in sophisticated volatility trading and are not captured by the five primary Greeks alone. Always treat the Greeks as local linear approximations that require frequent recalibration as market conditions change.
Frequently asked questions
What does a Delta of 0.40 mean for a call option?
A Delta of 0.40 means the call option's price is expected to increase by approximately $0.40 for every $1 increase in the underlying asset's price, all else equal. It also represents a rough probability that the option will expire in-the-money, though this interpretation is an approximation rather than a true risk-neutral probability.
Why is Gamma highest for at-the-money options near expiration?
Gamma is the rate of change of Delta with respect to the underlying price. Near expiration, a small price movement can push an at-the-money option sharply in or out of the money, causing Delta to change rapidly. Deep in-the-money or out-of-the-money options have Deltas that are already close to their extreme values (1 or 0), so they have very little remaining rate of change and therefore low Gamma.
Is Theta always negative for an options buyer?
Yes — for a long options position (either call or put), Theta is always negative because the option loses time value as each day passes, all else equal. Options sellers collect Theta as income; this is the core profit mechanism of strategies like selling covered calls, strangles, or iron condors. Note that Theta accelerates as expiration approaches, especially for at-the-money options.
How does implied volatility affect all the Greeks simultaneously?
Implied volatility primarily affects Vega directly, but it also shifts the magnitudes of all other Greeks. Higher implied volatility increases option prices, which changes the distribution of Delta across strikes and maturities. It also affects d₁ and d₂, which enter every Greek calculation. Vanna and Volga — higher-order cross-derivatives — capture these second-order interactions between volatility and Delta or Vega, and are critical in volatility trading desks.
Can I use these Greeks for American options?
The Black-Scholes Greeks used in this calculator are technically valid only for European options, which can be exercised only at expiration. American options — which dominate equity options in the US — carry early-exercise premium, particularly for deep in-the-money puts or calls on high-dividend stocks. For American options, the Greeks should be computed using binomial trees, trinomial models, or the Barone-Adesi Whaley approximation. For practical purposes, the Black-Scholes Greeks are often used as a close approximation when early-exercise probability is low.
Last updated: 2025-01-15 · Formula verified against primary sources.