Alphanume

Insights

Black-Scholes Formula Explained (With a Calculator)

Alphanume Team · June 10, 2026

The closed-form price for a European option — where it comes from, what each term does, and how to read it without a math degree.

The Black-Scholes formula is the standard model for pricing a European option. It takes five inputs you already know — the underlying price, the strike, the time to expiration, the risk-free rate, and the volatility — and returns a single number: the option's theoretical fair value. Every options desk, every pricing screen, and the options pricing calculator on this site runs some descendant of it. Understanding the formula is the difference between treating an option price as a black box and knowing exactly which input is driving it.

The formula

For a non-dividend-paying stock, the price of a European call is:

C = S·N(d₁) − K·e−rT·N(d₂)

and the corresponding put is:

P = K·e−rT·N(−d₂) − S·N(−d₁)

where

  • d₁ = [ln(S/K) + (r + σ²/2)·T] / (σ·√T)
  • d₂ = d₁ − σ·√T

The symbols: S is the current underlying price, K the strike, T the time to expiration in years, r the continuously compounded risk-free rate, σ the volatility of the underlying's returns, and N(·) the cumulative distribution function of the standard normal — the probability that a standard normal draw lands below a given value.

What each piece is doing

The formula looks intimidating, but it decomposes into two intuitive parts:

  • S·N(d₁) is the expected value of receiving the stock, conditional on the option finishing in the money, discounted appropriately. N(d₁) is also the option's delta — the hedge ratio.
  • K·e−rT·N(d₂) is the present value of paying the strike, weighted by N(d₂), the risk-neutral probability that the call expires in the money.

So a call is worth the discounted value of what you expect to receive minus the discounted value of what you expect to pay, with both legs weighted by the probability that exercise actually happens. The discounting via e−rT is why the risk-free rate enters at all.

The assumptions — and where they break

Black-Scholes is a model, and its elegance comes from strong assumptions:

  • Constant volatility. The single σ is assumed constant across strikes and time. Real markets violate this, which is exactly why the volatility smile and skew exist.
  • Lognormal returns. Prices are assumed to follow geometric Brownian motion with no jumps. Real returns have fat tails and gaps.
  • European exercise. The closed form prices only options exercisable at expiration. American options, which allow early exercise, need a binomial model or other numerical method.
  • No dividends. The base formula ignores dividends; the standard fix is to discount the spot or use the Merton extension.

None of this makes the model useless. It makes it a common language: traders quote the one input the formula can't observe — volatility — and let everything else fall out.

The input you can't see: volatility

Four of the five inputs are directly observable. The fifth, volatility, is not. In practice the formula is run backwards: take the option's market price as given and solve for the σ that reproduces it. That number is the implied volatility, and it is how the market actually quotes options. Two options on the same name with different strikes will generally imply different volatilities — the smile again — which tells you the constant-σ assumption is a convenient fiction the market prices around.

Why it still matters

Even desks that use far more sophisticated models anchor on Black-Scholes because it gives you the Greeks in closed form. Delta, gamma, theta, vega, and rho all fall out as derivatives of the pricing formula, and they are what you actually trade and hedge. The price is the starting point; the sensitivities are the job.

The fastest way to build intuition is to change one input at a time and watch the price move. Raise volatility and both calls and puts get more expensive. Push the strike further out of the money and N(d₂) collapses toward zero. Shorten the time to expiration and the extrinsic value bleeds away. Drop the five inputs into the options pricing calculator and the abstract formula becomes a feel for how each lever works.