Tested tool guide
Tested browser tools
Checked August 16, 2026
What Options Pricing (Black-Scholes) does, with a checked example
Enter an underlying price, strike, time to expiration, volatility, risk-free rate, and option type to calculate a theoretical Black-Scholes value for a European option. The tool also presents delta, gamma, theta, and vega, plus an expiration payoff diagram. A common source of confusion is comparing the current model value with the expiration payoff. Before expiration, remaining time and volatility can give an out-of-the-money option positive value even though its immediate exercise value is zero.
Worked example
A concrete input and expected output from the current implementation.
Input
Option type: Call
Underlying price: 100
Strike price: 100
Time to expiration: 1 year
Volatility: 20%
Risk-free rate: 0%
->
Expected output
Option price: 7.9656; delta: 0.53983; gamma: 0.019848; theta: -3.9695 per year, equivalent to about -0.01088 per calendar day when divided by 365; vega: 0.39695 per volatility percentage point.
With no dividends, d1 = 0.1 and d2 = -0.1. The call value is 100 x [Phi(0.1) - Phi(-0.1)] = 7.9656, and the stated Greeks follow from the same inputs.