Call Option Calculator
Calculate European call option prices and Greeks using the Black-Scholes model. Get Delta, Gamma, Theta, Vega, and Rho instantly.
Enter option parameters and press Calculate
About
Mispricing a call option by even a few cents per contract scales to significant capital loss across a portfolio. This calculator implements the full Black-Scholes analytical solution for European-style call options, computing the theoretical fair value C alongside the five primary Greeks: ฮ, ฮ, ฮ, ฮฝ (Vega), and ฯ. The model assumes log-normal asset price distribution, constant volatility ฯ, and continuous compounding at a risk-free rate r. It accounts for continuous dividend yield q. Limitations: the model does not price American-style options (early exercise premium is ignored), and real-world volatility smiles or skews are not captured. Inputs below 0 for volatility or time will produce undefined results.
Formulas
The Black-Scholes formula for a European call option with continuous dividend yield:
Where the intermediate values are:
The Greeks are derived analytically:
Where S0 = current spot price, K = strike price, T = time to expiration in years, r = risk-free interest rate (annualized, decimal), ฯ = volatility (annualized, decimal), q = continuous dividend yield (annualized, decimal), N(x) = cumulative standard normal distribution function, ฯ(x) = standard normal probability density function.
Reference Data
| Greek | Symbol | Measures | Units | Typical Range (Long Call) | Sensitivity To |
|---|---|---|---|---|---|
| Delta | ฮ | Price change per $1 move in underlying | $/$ | 0 to 1 | Spot price S |
| Gamma | ฮ | Delta change per $1 move in underlying | 1/$ | 0 to 0.05 | Spot price S |
| Theta | ฮ | Value lost per calendar day | $/day | โ0.01 to โ0.10 | Time to expiry T |
| Vega | ฮฝ | Price change per 1% vol move | $/% | 0.01 to 0.50 | Implied volatility ฯ |
| Rho | ฯ | Price change per 1% rate move | $/% | 0.01 to 0.30 | Risk-free rate r |
| Intrinsic Value | - | max(S โ K, 0) | $ | 0 to S | Spot & Strike |
| Time Value | - | C โ Intrinsic | $ | 0 to C | All factors |
| Moneyness (ITM) | - | S > K | - | ฮ > 0.5 | Spot & Strike |
| Moneyness (ATM) | - | S ≈ K | - | ฮ ≈ 0.5 | Spot & Strike |
| Moneyness (OTM) | - | S < K | - | ฮ < 0.5 | Spot & Strike |
| Break-even | - | K + C | $ | Above strike | Premium paid |
| Leverage Ratio | - | ฮ ร S รท C | x | 3 to 20 | All factors |
| d1 | d1 | Log-moneyness adjusted probability | dimensionless | โ3 to 3 | All inputs |
| d2 | d2 | d1 โ ฯโT | dimensionless | โ3 to 3 | All inputs |
| N(d1) | - | CDF of d1 (risk-adjusted probability) | probability | 0 to 1 | All inputs |
| N(d2) | - | Probability option expires ITM | probability | 0 to 1 | All inputs |