Reading the Greeks as curves, not points
A single set of Greeks tells you how an option reacts right now, at one spot price — but the real intuition comes from seeing how those numbers evolve as the underlying moves. Delta sweeps an S-shape from 0 to 1 for a call; gamma, its slope, bulges at the money and fades at the wings; vega and theta both peak where the option is most uncertain. Each Greek is a slice of the same Black-Scholes surface, and plotting them against the spot turns abstract sensitivities into shapes you can actually read. If you want the price and Greeks of one specific option rather than the whole sweep, use theBlack-Scholes calculator(for a single option’s price and Greeks).
The Greek definitions
Δ = e−qT·N(d₁) (call)
Γ = e−qT·n(d₁) / ( S·σ·√T )
ν = S·e−qT·n(d₁)·√T
Θ, ρ — see the working
where n(·) is the standard normal density and N(·) its cumulative distribution. Gamma and vega are identical for calls and puts on the same terms. By convention the values are scaled the way traders read them: vega per 1% change in volatility,theta per day, and rho per 1% change in the rate.
What makes this calculator different
- It charts each Greek across the spot. Rather than a single snapshot, delta, gamma, vega, theta, and rho are drawn as curves over a range of underlying prices, so you see the full shape of every sensitivity at a glance.
- It marks the strike and current spot. Reference lines pin the strike and the spot on every chart, making it obvious where each Greek is at the money versus out in the wings.
- It shows where things spike. The at-the-money peak in gamma and the steepening of theta are visible directly on the curves — exactly the regions where hedging is hardest and time decay bites fastest.
- Calls and puts side by side. Because gamma and vega are shared while delta, theta, and rho differ, the charts make the symmetry and the differences plain instead of leaving them as algebra.
- Built to teach. The underlying maths uses a high-accuracy normal distribution, and edge cases like expiry or zero volatility resolve cleanly rather than flashing NaN.
Frequently asked questions
What are the option Greeks?+
The Greeks are the partial derivatives of an option’s price with respect to its inputs — they measure how the value responds when one thing changes and the rest holds still. Delta is the change in price per $1 move in the spot; gamma is how fast delta itself changes; vega is sensitivity to volatility; theta is time decay; and rho is sensitivity to interest rates. Together they describe the shape and risk of a position far better than the price alone, which is why traders hedge in Greek-space rather than chasing the premium.
How does delta change as the spot moves?+
For a call, delta traces an S-curve from 0 to 1 as the spot rises: deep out of the money it is near 0 (the option barely reacts), at the money it sits around 0.5, and deep in the money it approaches 1 (the option moves almost dollar-for-dollar with the stock). A put’s delta runs the mirror image from 0 down to −1. Gamma is the slope of that S-curve — it is largest where delta is changing fastest, which is right around the strike, and tapers to zero at both extremes where delta has flattened out.
Why is gamma highest at the money and near expiry?+
Gamma measures how quickly delta flips between its extremes, and that transition is sharpest exactly where the option is poised between finishing in or out of the money — at the strike. As expiry approaches there is less time for the spot to drift, so the same small move in price decides the outcome more decisively: delta snaps from near 0 to near 1 over a narrow band, making the curve almost a step. That steepening is why at-the-money gamma spikes dramatically in the final days, and why short-gamma positions become hardest to hedge right before expiry.
What is theta and why does time decay accelerate near expiry?+
Theta is the rate at which an option loses value purely from the passage of time, holding everything else constant — it is almost always negative for a long option and is usually shown per calendar day. Time value exists because of the remaining chance the option moves further into the money, and that optionality shrinks as the clock runs down. The decay is not linear: it accelerates as expiry nears, roughly in proportion to 1/√T, so an at-the-money option bleeds its premium far faster in its last week than it did months earlier. This is the flip side of gamma — the convexity you gain from high gamma is paid for with steep theta.
How do vega and rho behave?+
Vega measures sensitivity to volatility and is largest for at-the-money options with plenty of time left, because a longer horizon gives volatility more room to matter; it shrinks toward expiry and toward the wings. It is conventionally quoted per 1% change in volatility. Rho measures sensitivity to the risk-free rate and is the quietest Greek for short-dated options, growing more relevant the longer the time to expiry — positive for calls, negative for puts. Note that gamma and vega are identical for a call and a put on the same terms, while delta, theta, and rho differ in sign or level.
Disclaimer: This calculator is foreducation and illustration only. The Greeks shown are derived from the Black-Scholes model, which rests on simplifying assumptions (constant volatility and rates, European exercise, frictionless markets); real-market sensitivities will differ. Nothing here is investment, tax, or trading advice.