Alphanume

Insights

Where to Find Volatility-of-Volatility Data by Ticker

Alphanume Team · June 4, 2026

Per-ticker vol-of-vol, a measure of how unstable each name's volatility is, published as a daily cross-sectional feed by Alphanume.

Two stocks can have the same implied volatility and behave completely differently. One holds a steady level for weeks; the other lurches around as positioning and catalysts shift. That second kind of behavior, unstable volatility, is what vol-of-vol captures, and it is almost never available as a ready-made dataset.

Alphanume publishes it as the Vol-of-Vol Index.

What the dataset is

The Vol-of-Vol Index is a per-ticker, per-day measure of the instability of volatility. It is the coefficient of variation (standard deviation divided by mean) of implied volatility and of realized volatility over a trailing window of 21 observations, roughly one month. Because it is a coefficient of variation, it is dimensionless and comparable across names, and Alphanume adds a daily cross-sectional ranking on top. A ticker's first month of history is absent while the window warms up.

It carries the same real-time is_final settlement layer as the rest of the volatility catalog.

Key fields
  • iv_vov, hv_vov: vol-of-vol for implied and realized volatility
  • iv_mean_21, iv_std_21, hv_mean_21, hv_std_21
  • n_obs_vov, notional_volume
  • cross-sectional *_cs_ranked and *_cs_z, plus is_final and last_updated
What you can do with it
  • Rank the most volatility-unstable names in the market.
  • Filter for stable-volatility regimes when you want predictable behavior.
  • Flag volatility churn ahead of catalysts and events.
  • Combine it with IV/HV Premium and IV rank for a fuller volatility picture.
How to access it

Vol-of-Vol is on the free tier as a rolling 30-day delayed window. Filter by rank to find the most unstable names:

curl "https://api.alphanume.com/v1/vol-of-vol?min_iv_vov_rank=0.9&api_key=alp_your_key"

Grab a free Alphanume API key, read the API documentation, or explore it on Alphanume to see the current rankings.

Why level alone is not enough

Two names with identical implied volatility can behave nothing alike. One holds its level for weeks; the other lurches as positioning and catalysts shift. That second behavior is risk you cannot see in the level, and it is what vol-of-vol captures. For premium sellers especially, an unstable volatility profile means your mark-to-market can swing even when the underlying barely moves.

Computing it means tracking a rolling coefficient of variation of implied and realized volatility for every name, then ranking those values across the universe each day. Alphanume publishes the finished measure, dimensionless and cross-name comparable, with the same real-time settlement layer as the rest of its volatility datasets so it joins cleanly on date and ticker.

Frequently asked questions

What is vol-of-vol?

It is a measure of how unstable a stock's volatility is. Alphanume computes it as the coefficient of variation (standard deviation divided by mean) of implied and realized volatility over a trailing 21 observations, roughly one month.

Why is it comparable across stocks?

Because it is a coefficient of variation, it is dimensionless. That lets you rank a quiet large-cap and a jumpy small-cap on the same scale, and Alphanume adds a daily cross-sectional ranking on top.

What does a high vol-of-vol indicate?

That a name's volatility has been swinging widely relative to its average. That is a caution flag for premium sellers and an opportunity for traders positioning around volatility itself.

Is it free?

Yes, on the free tier as a rolling 30-day delayed window. Pro raises the rate limit to 600 requests per minute.

Why is a new ticker missing for a while?

The 21-observation window needs to fill before a value can be computed, so a name's first month of history is absent.