7 days Pro+ free · no cardStart my free trial

Black-Scholes Options Pricing & Greeks Calculator

Price European calls and puts, read every Greek, and solve implied volatility

$
$
Option Price
Call
$10.45
Delta
0.6368
Gamma
0.0188
Vega
0.3752
Theta
-0.0176
Rho
0.5323
Formulas Used

d1 = [ln(S/K) + (r + v^2 / 2) T] / (v sqrt(T))

d2 = d1 - v sqrt(T)

Call Price = S N(d1) - K e^(-rT) N(d2)

Put Price = K e^(-rT) N(-d2) - S N(-d1)

d1 = 0.3500, d2 = 0.1500

The Black-Scholes Model Explained

Black-Scholes is the closed-form model that made modern options trading possible, earning its authors a Nobel Prize. It prices a European option from five inputs: the spot price of the underlying, the strike, the time left to expiry, the risk-free interest rate, and the expected volatility. The core idea is that an option can be replicated by continuously trading the underlying and cash, so its fair value is the cost of that replicating portfolio. From those inputs the model builds two terms, d1 and d2, and combines them with the normal distribution to return a single theoretical price. This calculator runs the exact formula in your browser, so you can see how a price responds the moment you change any input.

Reading the Option Greeks

The Greeks turn a single price into a risk profile that tells you what a position will do as the market moves. Delta is the most direct: it is roughly how many dollars the option gains for a one dollar rise in the underlying, and it also approximates the probability of finishing in the money. Gamma measures how quickly delta itself shifts, which is why near-the-money options close to expiry feel so twitchy. Vega captures sensitivity to volatility, theta captures the daily bleed from time decay, and rho captures sensitivity to interest rates. Traders watch these together because two options with the same price can carry completely different risk, and the Greeks are how you tell them apart.

Implied Volatility and Why It Matters

Volatility is the one Black-Scholes input you cannot observe directly, so the market works backwards: given the price an option actually trades at, what volatility must be plugged in to reproduce it? That number is the implied volatility, and it represents the market's forecast of how much the underlying will move before expiry. In this tool's Implied Volatility mode you supply the market price instead of a volatility figure, and a Newton-Raphson solver iterates on vega until the model price matches. Rising implied volatility makes every option more expensive, and comparing implied against realized volatility is one of the most common ways options traders decide whether contracts look cheap or rich.

Assumptions and Limitations

Black-Scholes is powerful but built on simplifying assumptions that never hold perfectly. It assumes constant volatility, a constant risk-free rate, no dividends, frictionless trading with no fees, and returns that follow a smooth lognormal path. Real markets gap, jump, and show a volatility smile where out-of-the-money options trade at different implied volatilities than the model predicts. The formula also prices European options, which can only be exercised at expiry, so it is an approximation for American style contracts that allow early exercise. Treat the output as a rigorous baseline and a sensitivity map, not a guaranteed market price, and always sanity check it against live quotes.

Related Tools