Skip to content

Volatility

A statistical measure of the dispersion of returns for a given asset. Realized volatility is calculated from historical price returns over a specific window. Higher volatility means larger price swings and more risk (or opportunity). Measured in annualized percentage terms.

Definition

A statistical measure of the dispersion of returns for a given asset. Realized volatility is calculated from historical price returns over a specific window. Higher volatility means larger price swings and more risk (or opportunity). Measured in annualized percentage terms.

Live Data Example </> API
# Volatility live data
$ curl command:
curl https://algotick.dev/v1/signals/volatility?coin=BTC
Endpoint: /v1/signals/volatility?coin=BTC
Explore the API →

Current Volatility data from the Algo Tick API:

{
  "timestamp": "2026-06-17T06:07:17.530Z",
  "volatility": [
    {
      "atr": {
        "1h": 0.02,
        "24h": 0.0353,
        "4h": 0.026,
        "5m": 0.0106
      },
      "coin": "BTC",
      "mark_price": 65813,
      "realized_vol": {
        "1h": 19.73,
        "24h": 36.29,
        "4h": 26.57,
        "5m": 10.78
      },
      "regime": "normal",
      "timestamp": "2026-06-17T06:07:17.530Z"
    }
  ]
}
# Fetch this yourself:
curl https://algotick.dev/v1/signals/volatility?coin=BTC

Related Terms

Don't just stare at the dashboard. Automate it.

Every metric on this page is available via our sub-millisecond API.
Build trading bots, backtest strategies, and power AI agents with institutional-grade data.

Explore API →

Continue the Research

📚 Learn🔬 Methodology🎓 Academy📁 Data Library