stock market calculators

Options Price Calculator (Black-Scholes)

Calculates the theoretical fair value of a European call option using the Black-Scholes model. Use it when pricing options, comparing market premiums to theoretical value, or understanding how volatility affects pricing.

About this calculator

The Black-Scholes model prices European call options using five inputs: stock price (S), strike price (K), time to expiration (T, in years), implied volatility (σ), and the risk-free rate (r). The call price is: C = S × N(d₁) − K × e^(−rT) × N(d₂), where d₁ = [ln(S/K) + (r + σ²/2) × T] / (σ × √T) and d₂ = d₁ − σ × √T. N(·) is the cumulative standard normal distribution function. The first term represents the expected benefit of receiving the stock, and the second represents the present value of paying the strike price. Implied volatility is the most influential input — as it rises, so does the option premium. This model assumes no dividends, constant volatility, and European-style exercise (at expiry only).

How to use

Inputs: Stock Price = $100, Strike Price = $105, Days to Expiry = 30, Volatility = 25%, Risk-Free Rate = 5%. Step 1 — T = 30/365 = 0.0822 years. Step 2 — d₁ = [ln(100/105) + (0.05 + 0.03125) × 0.0822] / (0.25 × √0.0822) = [−0.04879 + 0.006684] / 0.07168 = −0.588. Step 3 — d₂ = −0.588 − 0.072 = −0.660. Step 4 — N(d₁) ≈ 0.278, N(d₂) ≈ 0.255. Step 5 — C = 100 × 0.278 − 105 × e^(−0.004) × 0.255 ≈ $27.80 − $26.74 ≈ $1.06. The theoretical call price is approximately $1.06.

Frequently asked questions

What does implied volatility mean in the Black-Scholes options pricing model?

Implied volatility (IV) is the market's forward-looking estimate of how much a stock's price will fluctuate over the life of the option, expressed as an annualized percentage. In Black-Scholes, higher IV directly inflates the option premium because there is a greater probability the option will move in-the-money before expiry. Unlike historical volatility, which looks backward, implied volatility is derived by solving the Black-Scholes formula in reverse using the current market price of the option. Traders watch changes in IV — known as volatility expansion and contraction — to assess whether options are cheap or expensive.

Why does the Black-Scholes model only price European-style options?

The Black-Scholes formula assumes the option can only be exercised at expiration, which is the defining feature of European-style contracts. American-style options, which can be exercised at any time before expiry, have an additional early-exercise premium that Black-Scholes cannot capture. This matters most for deep in-the-money put options or options on dividend-paying stocks, where early exercise may be rational. For American options, numerical methods like the Binomial Options Pricing Model are more appropriate.

How does time to expiration affect the price of a call option in Black-Scholes?

More time to expiration increases an option's value because there is a greater window for the stock price to move favorably — a concept called time value. This effect is captured in Black-Scholes through the √T term in d₁ and d₂: longer time amplifies the impact of volatility on potential outcomes. As expiry approaches, time value erodes at an accelerating rate, a phenomenon known as theta decay. An option with 30 days left will lose time value much faster than one with 180 days, all else being equal.