Option Price Calculator

Determine the fair value of any option contract using key pricing inputs including stock price, strike price, volatility, time to expiration, and interest rates.

SC
Written by Sarah Chen, CFP
Certified Financial Planner
JW
Fact-checked by Dr. James Wilson, PhD
Options Strategy Researcher
Trading ToolsFact-Checked

Input Values

Choose call (right to buy) or put (right to sell).

$

Current market price of the underlying stock.

$

The exercise price of the option.

Number of calendar days until option expiration.

%

The market's expectation of future price movement. Higher IV = higher option price.

%

Current risk-free rate (typically the US Treasury yield).

Results

Theoretical Option Price
$0.00
Intrinsic Value
$0.00
Time Value$0.00
Delta0.00
Gamma0.00
Theta (per day)$0.00
Vega0.00
Results update automatically as you change input values.

How Option Prices Are Determined

Option pricing is a fundamental skill for any trader who wants to evaluate whether an option is overpriced, underpriced, or fairly valued. An option's market price consists of two components: intrinsic value and extrinsic (time) value. Intrinsic value is the amount the option is in-the-money, while time value reflects the probability that the option could become more valuable before expiration.

The most widely used option pricing model is the Black-Scholes model, developed by Fischer Black, Myron Scholes, and Robert Merton in 1973. This model calculates the theoretical fair value of European-style options using five inputs: stock price, strike price, time to expiration, implied volatility, and the risk-free interest rate. While no model perfectly predicts market prices, Black-Scholes provides a reliable benchmark that professional traders use daily.

i
Understanding Fair Value

If the market price of an option is significantly higher than its theoretical value, it may be overpriced (a potential sell). If the market price is lower, it may be underpriced (a potential buy). This comparison is the basis of volatility trading strategies used by institutional firms.

The Black-Scholes Option Pricing Formula

Black-Scholes Call Price
C = S * N(d1) - K * e^(-rT) * N(d2)
Where:
C = Theoretical call option price
S = Current stock price
K = Strike price
r = Risk-free interest rate (annualized)
T = Time to expiration in years
N(d) = Cumulative standard normal distribution function
d1 and d2 Calculations
d1 = [ln(S/K) + (r + sigma^2/2) * T] / (sigma * sqrt(T)); d2 = d1 - sigma * sqrt(T)
Where:
sigma = Implied volatility (annualized)
ln = Natural logarithm
sqrt = Square root function

Option Price Components Explained

Option Price Components and What Drives Them
ComponentDescriptionKey DriversExample
Intrinsic ValueAmount option is in-the-moneyStock price vs. strike priceStock at $110, $100 call has $10 intrinsic value
Time ValuePremium above intrinsic valueDays to expiry, implied volatility30-day ATM option on $100 stock: ~$3-5 time value
DeltaPrice change per $1 stock moveMoneyness, time remainingATM call delta ~0.50: option gains $0.50 per $1 stock rise
ThetaDaily time decay costDays to expiry, moneynessATM option loses ~$0.05-0.10/day with 30 days left
VegaPrice change per 1% IV changeTime to expiry, moneynessATM option with 30 DTE: vega ~0.10-0.15

Practical Option Pricing Example

Calculating a Call Option's Fair Value
Given
Stock Price
$100
Strike Price
$105
Days to Expiry
30
Implied Volatility
30%
Risk-Free Rate
5%
Calculation Steps
  1. 1Convert days to years: T = 30/365 = 0.0822
  2. 2Calculate d1: [ln(100/105) + (0.05 + 0.09/2) x 0.0822] / (0.30 x sqrt(0.0822))
  3. 3d1 = [-0.0488 + 0.0078] / 0.0860 = -0.4767
  4. 4d2 = -0.4767 - 0.0860 = -0.5627
  5. 5N(d1) = 0.3168, N(d2) = 0.2868
  6. 6Call Price = 100 x 0.3168 - 105 x e^(-0.05 x 0.0822) x 0.2868 = $1.73
Result
The theoretical fair value of this $105 call with 30 days to expiry is approximately $1.73 per share ($173 per contract). The option is entirely time value since it is out-of-the-money.

The Greeks: Measuring Option Price Sensitivity

Option Greeks measure how sensitive an option's price is to changes in various factors. Delta measures directional sensitivity, gamma measures how fast delta changes, theta quantifies time decay, and vega measures volatility sensitivity. Professional options traders manage their portfolios by monitoring and adjusting their aggregate Greek exposure rather than looking at individual positions in isolation.

  • Delta ranges from 0 to 1.0 for calls and -1.0 to 0 for puts. An ATM option has a delta near 0.50, meaning it moves roughly $0.50 for each $1 stock movement.
  • Gamma is highest for ATM options near expiration. High gamma means delta changes rapidly, which can accelerate profits or losses as the stock moves.
  • Theta is always negative for long options. It measures how much value your option loses each day, all else being equal. ATM options have the highest theta.
  • Vega is highest for ATM options with more time to expiration. A vega of 0.15 means the option price changes $0.15 for each 1% change in implied volatility.

Factors That Increase and Decrease Option Prices

Understanding what makes options more or less expensive helps you choose the right trades. Higher implied volatility, more time to expiration, and a stock price closer to the strike all increase option prices. Conversely, falling volatility, approaching expiration, and the stock moving away from the strike decrease prices. Interest rates have a minor positive effect on call prices and minor negative effect on put prices, while dividends decrease call prices and increase put prices.

Comparing Overpriced vs. Underpriced Options

When the market price of an option exceeds its theoretical value based on current implied volatility, it may be considered overpriced. This can happen before earnings announcements, during market panics, or when there is unusual demand for options protection. Conversely, options that trade below their theoretical value may present buying opportunities. Volatility traders systematically buy underpriced and sell overpriced options to capture this edge.

Frequently Asked Questions

An option's price is determined by six main factors: the current stock price, strike price, time to expiration, implied volatility, risk-free interest rate, and dividends. The most influential factors are the relationship between stock and strike prices (intrinsic value), time remaining (more time = higher price), and implied volatility (higher IV = higher price). The Black-Scholes model combines these inputs to calculate a theoretical fair value.

Sources & References

  • U.S. Securities and Exchange Commission (SEC) - Investor Education
  • Options Clearing Corporation (OCC) - Options Education
  • Chicago Board Options Exchange (CBOE) - Options Strategies
  • Hull, J.C. "Options, Futures, and Other Derivatives" (11th Edition, 2021)

Embed This Calculator on Your Website

Free to use with attribution

Copy the code below to add this calculator to your website, blog, or article. A link back to CoveredCallCalculator.net is included automatically.

<iframe src="https://coveredcallcalculator.net/embed/option-profit-calculator" width="100%" height="500" frameborder="0" title="Option Price Calculator" style="border:1px solid #e2e8f0;border-radius:12px;max-width:600px;"></iframe>
<p style="font-size:12px;color:#64748b;margin-top:8px;">Calculator by <a href="https://coveredcallcalculator.net" target="_blank" rel="noopener">CoveredCallCalculator.net</a></p>