Skip to content

Put-Call Parity

Fundamental no-arbitrage relationship between European call and put prices on the same underlying, strike, and expiration. Given a put price, current stock price, strike, risk-free rate, and time to expiration, the call price is uniquely determined (and vice versa).

When to use: Use to check whether observed call and put prices are internally consistent, to back out an implied put from a quoted call (or vice versa), or to construct synthetic positions (a synthetic long stock = long call + short put + lend strike).

Calculator

Formula

CP=SKerTC=P+SKerTC - P = S - K \cdot e^{-rT} \quad \Rightarrow \quad C = P + S - K \cdot e^{-rT}

Variables

SymbolNameDescriptionUnit
CallPriceCall PriceTheoretical price of the European call$
PutPricePut PriceTheoretical price of the European put$
SStock PriceCurrent price of the underlying$
StrikeStrike PriceExercise price of the option contract$
RfRisk-Free RateContinuously compounded annual risk-free rate as a decimal%
TTime to ExpirationTime to expiration in years (e.g. 0.25 for 3 months)years

Real-Life Examples

Example 1: ATM Call from a Quoted Put

Stock trades at $100. A 90-day $100-strike put is quoted at $3.50. The risk-free rate is 4% (continuous).

Given

PutPrice = 3.50S = 100Strike = 100Rf = 0.04T = 0.25

Step-by-Step

1.Discount factor = e^(−0.04 × 0.25) = e^(−0.01) = 0.99005
2.PV of strike = 100 × 0.99005 = 99.005
3.CallPrice = 3.50 + 100 − 99.005 = 4.495
Result:4.50

The arbitrage-consistent call price is $4.50. If the market quotes the call meaningfully away from this, a synthetic-vs-cash arbitrage is theoretically available (transaction costs and dividends usually erase the gap in practice).

Frequently Asked Questions

Strictly only for European options (no early exercise). For American options the relationship becomes an inequality, with bounds widened by the early-exercise premium — typically small for non-dividend-paying calls but can be material for puts and ITM dividend-paying calls.

For a continuous dividend yield q the formula generalizes to C − P = S·e^(−qT) − K·e^(−rT). For discrete dividends, subtract the present value of expected dividends from S in the right-hand side.

The continuous-compounding discount factor — the present value today of $1 received T years from now at risk-free rate r. For r = 4% and T = 0.25, e^(−0.01) ≈ 0.9900.

It exposes mispricings, helps construct synthetic positions when one leg has better liquidity, and underpins more advanced relationships (e.g., implied dividend yields can be backed out from observed call/put parity gaps).