IV Smile
If you need implied volatilities for expiry dates that are not listed, you can use the "implied volatility surface" endpoint to calculate this.
What is this endpoint for?
The IV Smile endpoint lets you calculate volatility on a minute-by-minute basis from options market prices. The endpoint returns a volatility curve for a specific expiry date.
You can get volatility estimates by providing the following information:
Strikes
Forward-log-moneyness
Deltas
The calculation methodology leverages space interpolation.
Currently supported assets and exchanges:
BTC, ETH, SOL, MATIC, XRP on Deribit.
BTC, ETH on OKX.
BTC, ETH on Deribit & OKX (aggregated).
If you need data from other exchanges, we can add them on request.
Short listed-maturities (e.g. 7 days time-to-maturity) are only available for individual exchanges.
Endpoint
Parameters
Parameter | Required | Description | Example |
---|---|---|---|
| Yes | The desired base as the underlying of the options. See supported assets above. |
|
| Yes | The desired quote as the underlying of the options.
|
|
| Yes | The time at which to compute implied volatilities The time t should be smaller than the expiry T |
|
| Yes | The expiry for which the implied volatilities are to be computed Must be an existing expiry on the selected exchange and tradable at the time of the computation. |
|
| Yes, if neither | The strike prices for which the implied volatilities are to be computed. Strike prices can be existing or non-existing ones (space interpolation included)
Either | singular: |
| Yes, if neither | The forward log moneyness for which the implied volatilities are to be computed.
Either | singular: |
| Yes, if neither | The delta levels (of a Call option) for which the implied volatilities are to be computed.
Either | |
| No | The desired exchange as source of options data. See supported exchanges above. |
|
Fields
Field | Description | Example |
---|---|---|
| The time in parameter |
|
| The expiry in parameter |
|
| The associated time to expiry in year |
|
| The list of requested implied volatilities |
|
| The first derivative of the price with regards to the underlying price. |
|
| The second derivative of the price with regards to the underlying price. |
|
| The underlying spot price at the value timestamp. |
|
| The implied interest rate. |
|
Request examples
Use this example to calculate IV using deltas.
Use this example to calculate IV using forward log moneyness.
Use this example to calculate IV using strikes.
Response examples
Last updated