Black-Scholes Option Pricing Calculator
Calculate the theoretical fair value of a European call or put option using the Black-Scholes model.
How to use this tool
- Enter option type, current stock price (s), strike price (k), time to expiry (t), risk-free interest rate (r) and implied volatility (σ) in the fields above.
- Results update instantly as you type — or click Calculate.
- Read your option price and the full breakdown beneath it.
⚠ This tool provides general estimates for education only and is not financial, tax or legal advice. Figures may not reflect your situation — verify with a qualified professional.
Formula
d1 = [ln(S/K) + (r + σ²/2)·T] / (σ√T)
d2 = d1 − σ√T
Call: C = S·N(d1) − K·e−rT·N(d2)
Put: P = K·e−rT·N(−d2) − S·N(−d1)
How it works
The Black-Scholes model prices European options under the assumptions of no dividends, constant volatility, continuous trading, and a lognormally distributed underlying asset. The inputs are current stock price (S), strike price (K), annualised volatility (σ), risk-free rate (r), and time to expiry in years (T). N(·) denotes the cumulative standard normal distribution function.
This calculator does not account for dividends, early exercise (American options), or discrete trading costs. For dividend-paying stocks, use the Black-Scholes-Merton extension with a continuous dividend yield.
Worked example
At-the-money call: S=$100, K=$100, T=1yr, r=5%, σ=20%
- d₁ = [ln(100/100) + (0.05 + 0.02)×1] / (0.20×1) = [0 + 0.07] / 0.20 = 0.35
- d₂ = 0.35 − 0.20 = 0.15
- N(0.35) ≈ 0.6368, N(0.15) ≈ 0.5596
- Call = 100×0.6368 − 100×e⁻⁰·⁰⁵×0.5596 = 63.68 − 100×0.9512×0.5596 ≈ 10.45
Call option price ≈ $10.45
Common mistakes to avoid
- Entering implied volatility as a percentage (e.g., 25) instead of a decimal (0.25), which produces wildly incorrect option prices.
- Using the wrong time unit for T — the model requires years; entering days without dividing by 365 overstates time value dramatically.
- Applying the model to American options without adjustment — Black-Scholes prices European options only; American puts on dividend-paying stocks can be worth more due to early exercise.
Key terms
- Implied volatility (σ)
- The annualised standard deviation of the stock's continuously compounded returns, reflecting the market's expectation of future price swings.
- Delta
- The rate of change of the option price with respect to the underlying stock price; ranges from 0 to 1 for calls and −1 to 0 for puts.
- Gamma
- The rate of change of delta with respect to the underlying price; measures the curvature of the option's value curve.
- Risk-free rate
- The theoretical return on an investment with zero risk, typically approximated by the yield on short-term government securities.
- European option
- An option that can only be exercised at expiration, in contrast to American options which can be exercised at any time before expiry.
Frequently asked questions
- What is implied volatility and how does it affect the Black-Scholes price?
- Implied volatility (IV) is the market's expectation of future price swings, expressed as an annualized standard deviation. Higher IV increases both call and put prices because greater uncertainty raises the probability of the option finishing in-the-money.
- Does Black-Scholes account for dividends?
- The basic model assumes no dividends. For dividend-paying stocks, use a modified version that subtracts the present value of expected dividends from the stock price (Merton adjustment).
- Why does an option have value even when it is out-of-the-money?
- Time value. There is still a chance the stock price will move enough before expiration for the option to become profitable. This extrinsic value decays as expiration approaches (theta decay).