Skip to main content
GET
/
analytics
/
volatility
/
svi-hourly
SVI - Historical
curl --request GET \
  --url https://api.amberdata.com/markets/derivatives/analytics/volatility/svi-hourly \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "data": [
      {
        "currency": "BTC",
        "daysToExpiration": 0.981726,
        "expirationTimestamp": "2024-10-04",
        "forwardDifference": 23.761719,
        "indexPrice": 60633.29,
        "sviA": -0.0036135927428977404,
        "sviB": 0.03935472975957192,
        "sviM": 0.049948912,
        "sviRho": 0.28880113,
        "sviSigma": 0.11719716,
        "timestamp": "2024-10-03 00:00:00 000"
      },
      {
        "currency": "BTC",
        "daysToExpiration": 7.981726,
        "expirationTimestamp": "2024-11-08",
        "forwardDifference": 443.0625,
        "indexPrice": 60633.29,
        "sviA": -0.04308736417038395,
        "sviB": 0.1421164341760755,
        "sviM": -0.14133328,
        "sviRho": -0.28546438,
        "sviSigma": 0.5484994,
        "timestamp": "2024-10-03 00:00:00 000"
      },
      {
        "currency": "BTC",
        "daysToExpiration": 48.981726,
        "expirationTimestamp": "2024-11-29",
        "forwardDifference": 715.03125,
        "indexPrice": 60633.29,
        "sviA": -0.012232022257476834,
        "sviB": 0.15892159610618226,
        "sviM": -0.27807012,
        "sviRho": -0.488882,
        "sviSigma": 0.44427034,
        "timestamp": "2024-10-03 00:00:00 000"
      },
      {
        "currency": "BTC",
        "daysToExpiration": 87.981726,
        "expirationTimestamp": "2024-12-27",
        "forwardDifference": 1088.4492,
        "indexPrice": 60633.29,
        "sviA": -0.4301923736169705,
        "sviB": 0.363443476918354,
        "sviM": -0.52641076,
        "sviRho": -0.3564624,
        "sviSigma": 1.4864652,
        "timestamp": "2024-10-03 00:00:00 000"
      },
      {
        "currency": "BTC",
        "daysToExpiration": 197.981726,
        "expirationTimestamp": "2025-03-28",
        "forwardDifference": 2243.4102,
        "indexPrice": 60633.29,
        "sviA": -2.6838196813543718,
        "sviB": 1.43548647335823,
        "sviM": -2.571555,
        "sviRho": -0.6810587,
        "sviSigma": 2.7066078,
        "timestamp": "2024-10-03 00:00:00 000"
      },
      {
        "currency": "BTC",
        "daysToExpiration": 267.981726,
        "expirationTimestamp": "2025-06-27",
        "forwardDifference": 3603.3594,
        "indexPrice": 60633.29,
        "sviA": -0.5035042204544481,
        "sviB": 0.39831238488045967,
        "sviM": -0.19830601,
        "sviRho": -0.07523702,
        "sviSigma": 1.9166467,
        "timestamp": "2024-10-03 00:00:00 000"
      },
      {
        "currency": "BTC",
        "daysToExpiration": 357.981726,
        "expirationTimestamp": "2025-09-26",
        "forwardDifference": 5230.3594,
        "indexPrice": 60633.29,
        "sviA": 0.16905168861103947,
        "sviB": 0.2443234348610282,
        "sviM": -0.6533904,
        "sviRho": -0.4180356,
        "sviSigma": 0.82554317,
        "timestamp": "2024-10-03 00:00:00 000"
      }
    ],
    "metadata": {
      "api-version": "2023-09-30"
    }
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

exchange
string
default:deribit
required

[Required] The exchange for which SVI calibration occurs. [Examples] deribit

currency
string
default:BTC
required

[Required] The underlying currency for which there are listed option instruments. [Examples] BTC | ETH

startDate
string<date-time>
default:2024-10-03T00:00:00.000Z

[Options] This parameter sets the starting date of historical data to be pulled.

endDate
string<date-time>
default:2024-10-04T00:00:00.000Z

[Options] This parameter sets the ending date of historical data to be pulled.

timeInterval
string
default:hour

[Optional] Time interval of data frequency for the selected date range. [Examples] hour | day`

sviFormat
string

[Optional] This parameter can be either blank (default) or "TAU" which returns the SVI parameters and days to expiration as a decimal to years.

timeFormat
string
default:hr

[Optional] Time format of the timestamps in the return payload. [Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable

Response

200

status
integer
default:0
Example:

200

title
string
Example:

"OK"

description
string
Example:

"Successful request"

payload
object