Skip to main content

European options & Greeks

Black Scholes Calculator: Price, Greeks & Implied Vol

Price European calls and puts with the Black-Scholes-Merton model, view Greeks and put-call parity, and solve implied volatility from a market premium. All locally in your browser.

Mode

European-style options on a dividend-paying stock.

01

Contract

$
$
%
%
02

Volatility

%
Which price?
Theoretical call price
$8.1922

Both legs (per share)

Call$8.1922
Put$5.7582

Intrinsic & time value (call)

Intrinsic

$0.00

Time value

$8.1922

Putโ€“call parity check

C โˆ’ P should equal Sยทeโˆ’qT โˆ’ Kยทeโˆ’rT. Difference here: $0.00 (looks good)

Greeks

Reported for the selected side (call or put). Vega is per 1 vol point.

Delta (ฮ”)
0.5902
Gamma (ฮ“)
0.022148
Vega
$0.2729
Theta (ฮ˜)
-$0.0259
Rho (ฯ)
$0.2505

Model heads-up

  • European exercise only (compare to American puts on dividends, etc.).
  • Flat ฯƒ and r over the life of the option; continuous yield q.
  • Educational output, not a quote from an exchange or broker.

What makes this Black Scholes calculator different

The long article below explains the formula, Greeks, and limits. Here is what is unique to this page: two modes, parity checking, and fully local math.

Quick orientation

Two modes

Price & Greeks needs volatility and returns theoretical prices for both calls and puts, intrinsic versus time value, a parity line item, and five Greeks. Implied vol takes a market premium and backs out sigma.

Same currency

Spot and strike must share one currency per share. Rates and yields are annual percents. Time can be entered in days (common for equity options), weeks, months, or years.

European only

Results apply to European-style exercise. If your contract allows early exercise, treat outputs as an approximation and expect gaps near dividends.

Black Scholes explained: pricing, Greeks, and implied volatility

A practical guide to the European option formula, what each Greek measures, and where the model stops being realistic.

What this Black Scholes calculator does

This Black Scholes calculator prices European-style calls and puts on a stock or index using the Black-Scholes-Merton setup with a continuous dividend yield. You get side-by-side call and put values, a split between intrinsic and time value, a put-call parity check, and five Greeks: delta, gamma, vega (per one volatility point), theta per calendar day, and rho. There is a second mode that takes an observed option premium and solves for implied volatility. Everything runs in your browser; nothing is uploaded.
  • Who it helps:
    Finance students working problem sets, retail traders sanity-checking quotes, developers validating libraries, and anyone who wants transparent math instead of a black box.
  • What it does not do:
    It does not price American options exactly, does not model stochastic volatility or jumps, and is not investment advice. Broker platforms include fees, margin, and exercise assignment rules we do not simulate.

How the math works

Let SS be spot price, KK strike price, TT time to expiration in years, rr the continuously compounded risk-free rate, qq the continuous dividend yield, and ฯƒ\sigma annualized volatility. Define:

d1=lnโก(S/K)+(rโˆ’q+12ฯƒ2)TฯƒT,d2=d1โˆ’ฯƒTd_1 = \frac{\ln(S/K) + (r - q + \tfrac{1}{2}\sigma^2)T}{\sigma\sqrt{T}}, \qquad d_2 = d_1 - \sigma\sqrt{T}
Call and put prices are
C=Seโˆ’qTN(d1)โˆ’Keโˆ’rTN(d2),P=Keโˆ’rTN(โˆ’d2)โˆ’Seโˆ’qTN(โˆ’d1)C = S e^{-qT} N(d_1) - K e^{-rT} N(d_2), \qquad P = K e^{-rT} N(-d_2) - S e^{-qT} N(-d_1)

Here N(โ‹…)N(\cdot) is the standard normal cumulative distribution function.

Cโˆ’P=Seโˆ’qTโˆ’Keโˆ’rTC - P = S e^{-qT} - K e^{-rT}

You should see this relationship approximately in the tool after rounding.

Worked example with round numbers: spot 100, strike 100, one year to expiration, risk-free rate 5 percent, dividend yield 0 percent, volatility 25 percent. You should see a call near eight dollars and change per share before fees, with the put tying out through parity. Raise dividend yield to about two percent and the call price falls because the forward price falls.

How to use this calculator

Start with spot and strike in the same currency. Pick a time unit that matches how you think about the trade: days are natural for weekly options, months for LEAPS-style planning. Enter the risk-free rate and dividend yield as annual percents. If you do not know qq for a single stock, you can start at zero and stress-test later.
  • Price & Greeks:
    Enter implied volatility. Toggle call or put for the headline figure; both prices always appear in the summary panel. Read intrinsic versus time value for the side you care about.
  • Implied volatility:
    Type the premium you see in the market for one share worth of option. Pick call or put to match that quote. The tool solves for ฯƒ\sigma. If it fails, your premium may sit outside the no-arbitrage band.

Why traders still talk about Black Scholes in 2026

Markets now use far richer models for desk pricing, but Black-Scholes remains the shared vocabulary for implied volatility. When someone says โ€œ30 vol,โ€ they usually mean the ฯƒ\sigma that sits inside this formula family. Understanding the Greeks still explains why short-dated options whip around on headline days and why deep in-the-money puts can behave almost like stock.

Where the model breaks down (and what to do)

Real stocks gap on news. Volatility smiles mean different strikes imply different sigmas at the same expiry. Borrow costs for hard-to-borrow names can matter for parity trades. American puts can be worth more than European puts when deep in the money. For homework or intuition, the calculator is excellent. For live execution, treat it as a teaching aid next to your broker and its disclosures.

How to read each Greek without drowning in jargon

Delta is the hedge ratio traders borrow when they say โ€œIโ€™m long delta.โ€ For a call it stays between zero and one for standard vanilla contracts; for a put it stays between negative one and zero. Gamma spikes near at-the-money when expiration is close, which is why delta itself moves fastest in the final weeks. Vega is often quoted per one volatility point because talking about a shift from 25 vol to 26 vol is more intuitive than moving sigma by a full hundred percent.
Theta is the cost of carrying long premium: each passing day scrapes time value if nothing else moves. Rho matters more for longer-dated options and for LEAPS-style trades where rates actually have time to compound into the discount factor. None of these numbers stay fixed; they are snapshots at the inputs you typed.

Why lognormal stock prices show up in this formula

The classic derivation assumes the stock price follows geometric Brownian motion under the risk-neutral measure, which produces lognormally distributed prices at horizon. That choice is why volatility enters both the drift adjustment and the diffusion term. Real markets fat-tail more than lognormal life allows, which is one reason desk models add stochastic volatility and jumps. For teaching purposes, the lognormal assumption keeps closed-form prices and clean Greeks.

Related tools on CalcRegistry

Explore other finance threads without leaving the site: bond math in the Bond Calculator, long-run growth in the Compound Interest Calculator, portfolio intuition in the Investment Calculator, and distribution math in the Probability Calculator if you are bridging into lognormal intuition.

FAQ

What is the Black Scholes model used for?

It gives a theoretical price for a European option on a stock or index, and a standard set of sensitivities called Greeks. Traders and students use it as a common language: you plug in spot price, strike, time to expiration, risk-free rate, dividend yield, and volatility, and you get a fair-value option price under the modelโ€™s assumptions. It is a model, not a market guarantee.

What is the difference between a call and a put?

A call is the right to buy the underlying at the strike. A put is the right to sell at the strike. The calculator shows both prices. Put-call parity links them: the difference between call and put prices should match the discounted spot minus the discounted strike, after you adjust for dividends in the Merton extension.

What does implied volatility mean?

It is the volatility number that makes the Black-Scholes formula match an optionโ€™s market price. If the model price at 20% vol is too low but 30% vol fits the quote, the market is โ€œimplyingโ€ about 30% annualized vol. Our implied vol mode solves for that number with a root-finder, using your other inputs as fixed.

Why is my implied volatility result missing?

The solver needs a premium that could actually happen in the model. If your price is below intrinsic value, or above the no-arbitrage upper bound for that option, there is no positive volatility that works. Also check that time to expiration is greater than zero and that spot and strike are positive.

What are option Greeks in plain English?

Delta measures how much the option moves when the stock moves a dollar. Gamma says how fast delta changes. Vega measures sensitivity to volatility (we report vega per one percentage point move in vol). Theta is how much value tends to decay per day, holding other inputs fixed. Rho is sensitivity to the risk-free rate. They are all local approximations and change as inputs change.

Does this calculator work for American options?

No. The closed form here is for European exercise only. American calls on non-dividend stocks are often priced like Europeans, but American puts and calls on dividend stocks can be worth more than European equivalents because you can exercise early. For those cases you need trees, finite differences, or broker tools.

How should I pick the risk-free rate?

People often match Treasury yields to the optionโ€™s horizon as a rough continuous rate. For short-dated equity options the rate is rarely the biggest swing factor compared with volatility, but it still matters for rho and for discounting the strike. Use a rate you could defend in a homework memo or a desk note, not magical precision.

What dividend yield should I use for an index option?

Indexes do not pay cash dividends like a single stock, but the futures and options market behaves as if there is a blended continuous yield from constituent dividends. Analysts sometimes use an estimate near the indexโ€™s implied dividend yield from futures. If you are unsure, try a small range (say 1% to 2%) and see how much the theoretical price moves.

Sources & citations

References used for the calculation method and definitions. Links open in a new tab when available.

[1]
Nobel Prize in Economic Sciences 1997 (Black-Scholes-Merton)

Background on the Nobel-winning framework for derivative pricing that popularized the equity option model.

[2]
SEC Investor.gov glossary: Options

Plain-language definitions of calls, puts, and how listed options work from U.S. regulators.

[3]
FINRA: Options (investor education)

FINRA overview of calls and puts, strike price, leverage, risks, and how listed equity options work.

Financial Estimation Note

General Projections: Results are mathematical estimates based on the rates and formulas currently loaded for this tool, including year-specific tax data where noted. They are intended for high-level planning only.

No Advice Provided: This site does not provide financial, tax, or legal advice. Using this tool does not create a client-advisor relationship with CalcRegistry.

Confirm Numbers: Financial laws change frequently. Please verify all results with a qualified professional (CPA, Financial Planner, or Lawyer) before making significant financial decisions.

ยฉ 2026 CalcRegistry Reference Last Formula Sync: May 2026Free Online Utility Tools