Tested tool guide
Tested browser tools
Checked August 15, 2026
What Black-Scholes Options Pricing Calculator does, with a checked example
This tool evaluates the closed-form Black-Scholes-Merton equation to price a European call or put from spot, strike, time to expiry, risk-free rate, and volatility. Feed it a market price instead of volatility and it inverts the formula numerically to solve for implied volatility, then reports the five Greeks and can plot a price or Greek sensitivity surface across a grid of spot and volatility values. The most common surprise: results assume European exercise and zero dividends unless you set a dividend yield, so American-style equity options near a payout date will be mispriced without that adjustment.
Worked example
A concrete input and expected output from the current implementation.
Input
S=100, K=100, T=1 year, r=5%, sigma=20%, dividend yield=0, call and put
->
Expected output
Call = $10.45, Put = $5.57, call delta N(d1) = 0.637
d1=0.35 and d2=0.15 give N(d1)=0.6368 and N(d2)=0.5596; Call = 100(0.6368) - 100e^-0.05(0.5596) = 10.45, and put-call parity (C - P = S - Ke^-rT) confirms Put = 10.45 - 100 + 95.12 = 5.57.