Lambda

Canonical definition, formula, interpretation, and API reference.

Definition

Option leverage ratio — how much more the option price moves in percentage terms vs the underlying. Lambda = Delta x Spot / Option Price.

Formula
Lambda = Delta x S / V

Where Delta is the option delta, S is spot, V is option price. Null if price <= 0.

Inputs
deltaspot priceoption price
Output
lambda (leverage ratio)
Interpretation
  • Lambda of 10 = 1% stock move produces ~10% option move
  • Higher for OTM options (cheap = more leverage)
  • Approaches 1.0 for deep ITM

API Reference

Endpoint
GET /v1/pricing/greeks
Tier
Free
Response field
additional.lambda

Why Lambda Matters for Trading

TL;DR

Lambda (elasticity) is % change in option value per % change in underlying. It's the leverage ratio — how much bang you get per buck.

What it measures
(∂V/V) / (∂S/S) — percentage-to-percentage sensitivity. Also called option elasticity.
What it signals
Effective leverage of an option position.
Why we measure it
Delta tells you dollar exposure. Lambda tells you percentage exposure — the actual leverage retail feels.
Who uses it
Retail traders, leveraged-fund strategists, discretionary momentum traders.

How to read Lambda

High lambda (OTM options)
  • Small spot moves = big % gains
  • Common in OTM calls on breakouts
  • Retail's favourite leverage tool
  • Compounds in trending moves
Good for: directional high-conviction bets
High lambda + adverse move
  • Same leverage works both ways
  • OTM options lose 50%+ on small adverse moves
  • Theta compounds losses
  • Classic retail blow-up path
Bad for: undisciplined sizing
ATM / ITM (moderate lambda)
  • Lambda ≈ 1–3x
  • Slower loss, slower gain
  • Less dependent on big moves
  • Stable retail regime
Moderate

Rules of thumb

  • Lambda is always > delta in magnitude. A 0.3-delta OTM call has lambda of 5x+ on a normal spot. Small move = big %.
  • Pair with theta. High lambda comes with high theta. Leverage isn't free.
  • Deep OTM lambdas are misleading. Lambda is huge on 5-delta options but the edge is rarely there — survive theta first.
  • Use for sizing. Lambda × position delta × spot = notional-equivalent stock exposure. Useful for risk sizing.
  • Retail leverage metric. The closest thing retail has to a formal leverage ratio on options — take it seriously.

Related Concepts