Options Greeks Calculator
Calculate delta, gamma, theta, vega, and rho instantly using the Black-Scholes-Merton model. Enter your option parameters and get all five Greeks in real time.
Powered by the FlashAlpha API — get first, second, and third-order Greeks for any option.
First-Order Greeks
Second-Order Greeks
Third-Order Greeks
Additional
What Are Options Greeks?
Options Greeks are a family of risk metrics that quantify how sensitive an option's price is to changes in underlying parameters. Named after Greek letters, each Greek isolates a single dimension of risk — price movement, time, volatility, or interest rates — so traders can manage exposure with precision. Together, the Greeks form a complete picture of an option position's risk profile and are essential for hedging, portfolio management, and strategy construction.
The five primary Greeks — Delta, Gamma, Theta, Vega, and Rho — are derived from the Black-Scholes-Merton (BSM) pricing model. While BSM assumes constant volatility and European-style exercise, these Greeks remain the industry-standard language for describing option risk across all markets.
How to Use This Calculator
- API key (optional) — the calculator works instantly without a key using client-side BSM. Add an API key for real-time market data and higher-order Greeks from the FlashAlpha API.
- Choose Call or Put — select the option type you want to price.
- Enter the stock price (S) — the current market price of the underlying asset.
- Enter the strike price (K) — the exercise price of the option contract.
- Set time to expiry — number of calendar days until the option expires.
- Set the risk-free rate — typically the yield on a Treasury bill matching the option's maturity. The default 5% is a reasonable current estimate.
- Enter implied volatility (IV) — the market's expectation of future volatility, usually sourced from an option chain or IV surface.
- Enter dividend yield — the annualized continuous dividend yield. Set to 0 for non-dividend-paying stocks.
- Click Calculate Greeks — the FlashAlpha API returns the theoretical price, all first-order Greeks, plus second-order (vanna, charm, vomma, dual delta), third-order (speed, zomma, color, ultima), and additional Greeks (lambda, veta).
Understanding Each Greek
Delta (Δ)
Delta measures how much the option price changes for a $1 move in the underlying asset. A call with delta 0.60 gains approximately $0.60 when the stock rises $1. Call deltas range from 0 to 1; put deltas range from −1 to 0. Delta also approximates the probability that the option expires in-the-money, making it useful for quick probability assessments. Traders use delta to determine the equivalent stock position (the "delta-equivalent") and to construct delta-neutral portfolios.
Gamma (Γ)
Gamma measures the rate at which delta changes per $1 move in the underlying. It represents the curvature (convexity) of the option's price with respect to the stock price. Gamma is highest for at-the-money options near expiration and lowest for deep in- or out-of-the-money options. High gamma means delta shifts rapidly, requiring more frequent rebalancing for delta-neutral strategies. Gamma is always positive for long options (both calls and puts).
Theta (Θ)
Theta quantifies time decay — the amount the option loses in value each day, all else being equal. For option buyers, theta is a cost; for sellers, it is income. Theta accelerates as expiration approaches, especially for at-the-money options. This calculator displays theta as a per-day value. A theta of −0.05 means the option loses $0.05 per day from time decay alone.
Vega (ν)
Vega measures sensitivity to a 1-percentage-point change in implied volatility. If vega is 0.15, the option price rises $0.15 when IV increases from 25% to 26%. Vega is highest for at-the-money, longer-dated options and is always positive for long positions. Understanding vega is critical when trading around earnings, FOMC announcements, or any event that can cause volatility shifts.
Rho (ρ)
Rho measures sensitivity to a 1-percentage-point change in the risk-free interest rate. Rho is positive for calls and negative for puts. While rho is often the smallest Greek for short-dated options, it becomes significant for long-dated LEAPS options or in rapidly changing rate environments.
The Black-Scholes Formula
This calculator implements the generalized Black-Scholes-Merton model with continuous dividend yield $q$:
For a call:
$$C = S e^{-qT} N(d_1) - K e^{-rT} N(d_2)$$For a put:
$$P = K e^{-rT} N(-d_2) - S e^{-qT} N(-d_1)$$Where:
$$d_1 = \frac{\ln(S/K) + (r - q + \sigma^2/2)\,T}{\sigma\sqrt{T}}$$ $$d_2 = d_1 - \sigma\sqrt{T}$$$S$ is the stock price, $K$ is the strike, $T$ is time to expiry in years, $r$ is the risk-free rate, $\sigma$ is volatility, $q$ is dividend yield, and $N(\cdot)$ is the standard normal cumulative distribution function.
Frequently Asked Questions
Want Live Greeks for Real Options?
The FlashAlpha API delivers real-time Greeks, implied volatility surfaces, and dealer positioning data for every listed US equity option — via a single REST call.