Skip to content

IV Rank

// where current implied volatility sits within its trailing 52-week range

IV Rank is a 0-to-100 number that locates current at-the-money implied volatility within the trailing 52-week IV range. IV Rank of 75 means current IV is in the upper quarter of the past year.

// TL;DR
  • Range-based, not percentile-based. IV Rank uses the highest and lowest IV prints over the lookback; IV Percentile counts the share of days below current.
  • Standard lookback is 52 weeks (252 trading sessions). Some platforms use 30 or 90 days.
  • High IV Rank suggests options are expensive in their own historical context; low IV Rank suggests they are cheap. It is not directional.

How it is calculated

IV_Rank = 100 * (IV_today - IV_min_52wk) / (IV_max_52wk - IV_min_52wk) IV_today is at-the-money implied volatility for the front-month or 30-day surface. IV_min_52wk and IV_max_52wk are the daily lows and highs over the trailing 52 weeks.

The simplest one-number summary of "is volatility expensive right now relative to itself." A reading of 100 means current IV is the year's high; 0 means it is the year's low. Compare to IV Percentile, which counts the percentage of trailing sessions with IV below today's reading; the two metrics agree in regime but diverge near the extremes.

What traders use it for

Worked example

// WORKED_EXAMPLE: $NVDA
IV Rank on $NVDA into earnings

Suppose NVDA 30-day at-the-money IV prints 48.2%. The 52-week IV range is 32.1% (low) to 64.7% (high). IV Rank = 100 * (48.2 - 32.1) / (64.7 - 32.1) = 100 * 16.1 / 32.6 = 49.4. As of 2026-05-02 16:00 ET. An IV Rank near 50 ahead of an event means the market has not yet pulled vol to the year's highs; some premium-buying is still priced cheaply relative to the year.

Live data: /stocks/NVDA.

Common pitfalls

Where this metric appears on Tapeboard

IV Rank renders on every `/stocks/{T}/options` page, on /scanner as a sortable column, and as a default filter in the "vol-screener" preset.

Tapeboard surfaces this metric as a first-class screening filter. See the comparison pages at all Bloomberg alternatives for how Tapeboard's iv rank surface compares against Koyfin, Finviz, TradingView, and Unusual Whales.

Related terms

Primary sources cited

Methodology last reviewed 2026-05-04 by Marcus Reilly, Editor at Tapeboard. Every claim on this page has a row in the citation registry. Glossary terms reverify on the Jan 15 / Apr 15 / Jul 15 / Oct 15 cron and any time the underlying primary-source publishes a methodology change. See methodology for the full fact-check process and corrections for the public correction log.

Disclaimer. This page is for educational and informational purposes only. Nothing on Tapeboard is investment advice. See the full risk disclaimer.