Black-Scholes Calculator

The Black-Scholes Calculator estimates the fair theoretical price of a European call and put option, so you can judge whether an option's quoted premium is cheap or expensive before you trade it. You enter the spot price, strike price, days to expiration, volatility and risk-free rate. It returns the theoretical call and put price together with the five option Greeks: delta, gamma, theta, vega and rho.

Advanced options
Call price
$10.45
European option · S $100 · K $100 · 365d · 20% IV
Put price
$5.57
Delta (call / put)
+0.6368 / −0.3632
Gamma
0.0188
Theta (call / put)
−$0.0176 / −$0.0045 per day
Vega
$0.3752 per 1% IV
Rho (call / put)
+$0.5323 / −$0.4189 per 1%

At-the-money: the call is worth $10.45 and the put $5.57. Delta near 0.5: every $1 move in the underlying moves the option by about +0.6368.

Show the math
d1 = [ln(100/100) + (0.05 − 0.00 + 0.20²/2) × 1] / (0.20·√1) = 0.35
d2 = 0.35 − 0.20·√1 = 0.15
Call = 100·e^(−0.00·1)·N(0.35) − 100·e^(−0.05·1)·N(0.15) = $10.45
Reviewed by Filippo Ucchino Founder, InvestinGoal

These results are estimates for educational purposes only and are not financial, investment or tax advice.

What is a Black-Scholes option pricing calculator?

A Black-Scholes option pricing calculator is a tool that computes the fair theoretical value of a European call and put option from five inputs, using the Black-Scholes model: the spot price of the underlying, the strike price, the time to expiration, the volatility and the risk-free interest rate. The Black-Scholes model is the closed-form formula that turns those inputs into a single theoretical price, the value an option should have today under the model's assumptions. It was published in 1973 by Fischer Black and Myron Scholes in their paper "The Pricing of Options and Corporate Liabilities", with the framework extended the same year by Robert Merton, work recognized by the 1997 Nobel Memorial Prize in Economic Sciences awarded to Scholes and Merton, Black having died in 1995. The version that adds a continuous dividend yield is often called the Black-Scholes-Merton model. Alongside the two prices, the calculator returns the five option Greeks, the sensitivities that show how the price reacts when each input moves, which is why a single European contract used in options trading produces seven outputs in one pass rather than one.

Why is the Black-Scholes calculator important for trading?

The Black-Scholes calculator is important for trading because it gives a trader the fair theoretical value and the risk sensitivity of an option before buying or selling it, turning a quoted premium into something you can judge rather than accept. An option's price is not obvious from the underlying alone: it bundles the spot, the strike, the time left, the volatility and the interest rate into one number, and without a model there is no way to tell whether the premium on the screen is cheap or expensive against fair value. By pricing the contract from those five inputs, the calculator answers the question that matters at the point of decision, which is whether the market is asking a fair price for the risk you are about to take on. Traders reach for it before the order is placed: to compare a live quote against the theoretical price, to see how the value would react if volatility, time or rates moved, and to understand the Greeks that will drive the position after they own it. Reading fair value first is the same risk-aware habit that responsible online trading demands of any leveraged instrument.

How do you use the Black-Scholes calculator?

To use the Black-Scholes calculator, enter the spot price, strike price, days to expiration, volatility and risk-free rate, and the tool returns the theoretical call and put price together with the five Greeks.

The steps to use the Black-Scholes calculator are listed below:

  1. Enter the spot price. This is the current market price of the underlying stock or index, shown in the formula as S.
  2. Enter the strike price. This is the price at which the option can be exercised, shown as K, and it is the reference the spot is measured against.
  3. Set the days to expiration. This is the number of calendar days left until the option expires, which the tool converts into a fraction of a year.
  4. Enter the volatility. This is the expected annualized volatility of the underlying as a percentage, usually the implied volatility the market is pricing in.
  5. Enter the risk-free rate. This is the annual interest rate on a safe asset such as a short-term government bond, entered as a percentage.

Under Advanced, you can add a dividend yield for a dividend-paying stock or an index, switch the day-count basis between 365 calendar days and 252 trading days, and set the currency; there is no call or put switch because the tool prices both at once and recalculates every output when you press Calculate.

What formula does the Black-Scholes calculator use?

The Black-Scholes calculator uses the Black-Scholes formula, which prices a call and a put from two intermediate terms, d1 and d2, passed through the cumulative normal distribution and combined with the discounted spot and strike.

d1=ln(S/K)+(rq+σ2/2)TσT d2=d1σT Call=SeqTN(d1)KerTN(d2) Put=KerTN(d2)SeqTN(d1)

In these formulas, S is the spot price, K is the strike price, T is the time to expiration in years (days divided by the basis), σ (sigma) is the volatility, r is the risk-free rate, and q is the dividend yield; N() is the cumulative normal distribution, so N(d2) is loosely the risk-neutral probability that the call finishes in-the-money. Plugging in the at-the-money one-year case, d1 = [ln(100/100) + (0.05 − 0 + 0.20²/2) × 1] / (0.20 × √1) = 0.35. Because a browser has no probability tables, the calculator computes N(d) with a standard polynomial approximation (Abramowitz and Stegun 26.2.17), accurate to better than one part in ten million. The formula is only valid for a European option and assumes volatility and the interest rate stay constant over the option's life.

What is an example of a Black-Scholes calculation?

An example of a Black-Scholes calculation is an at-the-money one-year call worth $10.45, worked out as follows:

  1. d1 and d2. With spot $100, strike $100, one year, 20% volatility and a 5% rate, T = 1 and σ√T = 0.20, so d1 = (0 + (0.05 + 0.02) × 1) / 0.20 = 0.35 and d2 = 0.35 − 0.20 = 0.15.
  2. Normal probabilities. N(0.35) = 0.6368 and N(0.15) = 0.5596, and the discount factor is e^(−0.05) = 0.9512.
  3. Call price = 100 × 0.6368 − 100 × 0.9512 × 0.5596 = 63.68 − 53.23 = $10.45.
  4. Put price = $5.57, which follows from put-call parity, Call − Put = S × e^(−qT) − K × e^(−rT).

The scenario is a European option struck at the money with no dividend, and the calculator returns $10.45 for the call and $5.57 for the put, the same two figures the worked example produces by hand.

How do you read the Black-Scholes calculator's result?

You read the Black-Scholes calculator's result by looking at the call and put price side by side and then checking the moneyness, the ratio of spot to strike (S/K), and the delta, which together tell you where the option sits and how it will behave. Moneyness decides how much of the price is real, intrinsic value and how much is time value, while delta tells you how tightly the option tracks the underlying.

Moneyness (S/K)How to read the option
About 1 (within 2%)At-the-money: delta is near 0.5, the call and put are priced similarly, and the value is mostly time value
Above 1.02Call is in-the-money: delta moves toward 1 and it behaves almost like the underlying, while the put is out-of-the-money and worth little
Below 0.98Call is out-of-the-money: the price is all time value and decays by theta every day

In the at-the-money example the delta of +0.6368 means the call gains about $0.64 for every $1 the underlying rises, the signature of an option struck near the money. Whatever the moneyness, one line always applies: theta costs the buyer money each day, about $0.0176 a day on this call, because time works against whoever owns the option. Read the result as a snapshot of fair value and behaviour now, then weigh it against the market quote before you place the trade.

How does volatility affect a Black-Scholes calculation?

Volatility affects a Black-Scholes calculation directly because higher volatility raises both the call and the put price, and it is the input the price is most sensitive to, measured by the Greek vega. More volatility means a wider range of possible outcomes for the underlying, so a greater chance the option finishes in-the-money, which is worth more to the holder of either a call or a put. It is also the one input you cannot simply look up: spot, strike, time and the rate are all observable, but volatility is a forecast. Traders normally use the implied volatility the market is already pricing into that option, rather than the historical volatility the underlying has shown in the past, because implied volatility reflects what the market expects going forward. This is what makes volatility the make-or-break input of option pricing: a small change in the figure you enter moves the theoretical price more than an equivalent change in any other field, so an honest estimate of market volatility matters more here than anywhere else in the model.

What are the limits of the Black-Scholes calculator?

The main limit of the Black-Scholes calculator is that it produces a theoretical estimate, not a market price, and that estimate is only as good as the volatility you feed it. The model prices a clean, idealized option, so several features of a real market sit outside it. It ignores the bid-ask spread, so you never actually trade at the single fair value it reports. It assumes constant volatility across every strike, which real markets contradict through the volatility skew or smile, where implied volatility differs by strike and expiry, a well-documented departure covered in Hull's "Options, Futures, and Other Derivatives". It treats dividends as a smooth continuous yield rather than the discrete dividends that are actually paid on set dates. And it prices European options only, those exercisable at expiration, so it does not capture the early-exercise value of the American options common on US single stocks, which are priced instead with binomial trees, the method introduced by Cox, Ross and Rubinstein in 1979. It also assumes a constant interest rate and says nothing about whether a trade is a good idea. Treat the output as a well-grounded reference value to compare a quote against, not a guarantee of what you will pay or receive, and remember it is educational information, not investment advice.

How does the Black-Scholes calculator compute the five option Greeks?

The Black-Scholes calculator computes the five option Greeks, delta, gamma, theta, vega and rho, each of which measures how the option price reacts when one input moves while the others stay fixed. They are the calculator's multi-output signature, and reading them tells you how the position will behave once you own it.

GreekValue (at-the-money example)What it measures
Delta+0.6368 call / −0.3632 putHow much the option price moves for a $1 move in the underlying
Gamma0.0188How much delta itself changes for a $1 move, the same for call and put
Theta−$0.0176/day call / −$0.0045/day putThe value the option loses each day as time passes
Vega$0.3752 per 1% IVThe price change for a 1-point rise in volatility, the same for call and put
Rho+$0.5323 call / −$0.4189 put per 1%The price change for a 1-point rise in the interest rate

Read them as sensitivities. Delta near 0.5 marks an at-the-money option and climbs toward 1 as a call moves in-the-money; gamma measures how fast that delta shifts, so it is largest near the strike and near expiration. Theta is the daily cost of time decay, which accelerates as expiration approaches, while vega shows that a 1-point rise in implied volatility adds about $0.38 to this option, confirming volatility as the biggest lever on price. Rho is usually the smallest of the five and matters most for long-dated options. Gamma and vega are identical for the call and the put, while delta, theta and rho carry opposite signs on each leg, which is why the calculator shows both.

What is the difference between a Black-Scholes calculation and an options profit calculation?

A Black-Scholes calculation differs from an options profit calculation in what it measures and when: a Black-Scholes calculation gives the fair theoretical value of an option now, before expiration, driven by volatility, time and rates, while an options profit calculation gives the profit or loss of a position at expiration, driven only by where the underlying finishes against the strike.

AttributeBlack-Scholes calculationOptions profit calculation
What it measuresFair theoretical value of the optionProfit or loss of the position
WhenNow, before expirationAt expiration
What the option is worthIntrinsic value plus time valueIntrinsic value only
What drives the numberVolatility, time and the interest rateThe underlying price versus the strike, and the premium

The practical difference is that the two tools answer different questions and return different numbers for the same option. Black-Scholes tells you what the contract should be worth today so you can judge its quoted premium, whereas an options profit calculation tells you what a position would make or lose if the underlying reached a given price at expiry. You use this calculator to price the option before you open the trade, and a profit calculator to map the payoff once you are weighing the exit.

Which calculators are related to the Black-Scholes calculator?

The calculators related to the Black-Scholes calculator sit in the same options pricing and profit workflow, from the fair value of a contract before expiry to the profit or loss it leaves once a position closes.

The calculators related to the Black-Scholes calculator are listed below:

  • Options profit calculator: works out the profit or loss at expiration of an options position, the payoff side this pricing tool leaves out.
  • Covered call calculator: models the income strategy of holding the underlying and selling a call against it, a common first step into options.
  • Stock profit calculator: computes the profit or loss on the underlying shares themselves, without the leverage an option adds.
  • Percentage gain calculator: expresses a result as a percentage return, useful for comparing an option's outcome against the premium risked.

FAQ

What is the Black-Scholes model?

The Black-Scholes model is a formula, published in 1973, that estimates the fair theoretical price of a European call or put option from the spot price, strike, time to expiration, volatility and risk-free rate. It also produces the option Greeks. The value it gives is theoretical, not a live market quote, so real traded prices differ.

What are d1 and d2 in the Black-Scholes formula?

d1 and d2 are the two intermediate terms the Black-Scholes formula feeds into the normal distribution. d1 = [ln(S/K) + (r − q + σ²/2)T] / (σ√T), and d2 = d1 − σ√T. Their probabilities N(d1) and N(d2) weight the spot and strike in the price, and N(d2) is loosely the risk-neutral probability a call finishes in-the-money. In the at-the-money one-year example, d1 = 0.35 and d2 = 0.15.

Does the Black-Scholes calculator work for American options?

No. The Black-Scholes calculator prices European options, which can be exercised only at expiration. American options, common on US single stocks, can be exercised on any day, so they are worth at least as much and are priced with binomial trees instead. Black-Scholes still gives a close approximation for American calls on non-dividend-paying stocks.

Why is my broker's option price different from Black-Scholes?

Because Black-Scholes gives a theoretical price and the market does not. A real quote carries a bid-ask spread, implied volatility varies by strike (the volatility skew), dividends arrive in discrete payments rather than a smooth yield, and US single-stock options are American-style with early-exercise value the formula ignores. The model gives fair value to compare against, not the exact traded price.

Is the Black-Scholes model still used today?

Yes. The Black-Scholes model remains the reference framework for pricing options more than fifty years after its 1973 publication, and it underpins the theoretical prices and Greeks shown on most trading platforms. Traders treat its output as a baseline and adjust for the market realities it leaves out, such as the volatility skew and early exercise, rather than discarding it.

This tool is for education, not financial advice. The Black-Scholes model gives a theoretical price for a European option, and real market prices differ because of the bid-ask spread, the volatility skew, discrete dividends and early exercise. Options trading carries a high risk of losing money, including the entire premium you pay.

Select your language

English (United States) country flag English (United States)