The 7 day rolling realized volatility, measured as the standard deviation of the natural log of returns calculated every 10 minutes over the past 7 days.
Name | MetricID | Category | Subcategory | Type | Unit | Interval |
---|---|---|---|---|---|---|
Volatility, realized, USD, rolling, 7 days | volatility_realized_usd_rolling_7d | Market | Volatility | Ratio | Dimensionless | 7 days |
Coin Metrics calculates realized volatility using our Real-Time Reference Rates as the price input. The Real-Time Reference Rates have been tested against many out-of-sample periods of market stress and have been reliably producing prices under numerous market conditions for a period of three years. It utilizes our Market Selection Framework which evaluates all markets in our coverage universe and uses a set of 38 qualitative and quantitative features to produce a unique set of constituent markets for each asset. It uses volume-weighted and inverse price variance-weighted techniques to produce a price that is robust to outliers and anomalies.
Volatility is calculated using the close-to-close method, as this is optimal for continuous markets and is widely accepted across financial literature. For this calculation we use the population mean with zero drift, meaning the formula reduces to:
Where $$RV$$is the realized volatility (annualized), $$N$$is the lookback window,
The real-time reference rates are resampled to calculate returns over a 10 minute period, as this frequency captures the rapid nature of volatility in cryptocurrency markets. Volatility is then annualized by setting
{
"data": [
{
"asset": "btc",
"time": "2023-01-04T01:30:00.000000000Z",
"volatility_realized_usd_rolling_7d": "0.1665951"
},
{
"asset": "btc",
"time": "2023-01-04T01:40:00.000000000Z",
"volatility_realized_usd_rolling_7d": "0.166523"
},
{
"asset": "btc",
"time": "2023-01-04T01:50:00.000000000Z",
"volatility_realized_usd_rolling_7d": "0.1665153"
},
{
"asset": "btc",
"time": "2023-01-04T02:00:00.000000000Z",
"volatility_realized_usd_rolling_7d": "0.1664952"
},
{
"asset": "btc",
"time": "2023-01-04T02:10:00.000000000Z",
"volatility_realized_usd_rolling_7d": "0.166733"
}
]
}
-
asset
: The id of the asset.\ -
time
: The exchange-reported time in ISO 8601 date-time format. Always with nanoseconds precision.\ -
volatility_realized_usd_rolling_7d
: The annualized 7-day rolling volatility.
- Released on November 30th, 2022
The realized volatility metrics are available for approximately 650 assets and is identical to the Real-Time Reference Rates coverage universe.
{% embed url="https://coverage.coinmetrics.io/asset-metrics/volatility_realized_usd_rolling_7d" %}