Calculate European call/put option theoretical prices using the Black-Scholes model. Enter spot price, strike, time to expiry and other parameters to get fair value and Greeks.
Financial Analysis · Investment ReferenceThe Black-Scholes model is the classic option pricing formula for calculating theoretical prices of European options. It assumes log-normal distribution of the underlying, frictionless markets, and continuous trading.
Call: C = S·e^(-qT)·N(d₁) - K·e^(-rT)·N(d₂)
Put: P = K·e^(-rT)·N(-d₂) - S·e^(-qT)·N(-d₁)
where d₁ = [ln(S/K) + (r - q + σ²/2)T] / (σ√T),d₂ = d₁ - σ√T
This calculator is for educational reference only and does not constitute investment advice. Options trading carries extremely high risk and may result in total loss of principal. Actual market prices may differ from model theoretical values due to liquidity, supply/demand and other factors.