IV Surface
What is this endpoint for?
The IV surface endpoint lets you calculate volatility from options market prices. Feed the endpoint a set of maturity dates or timeframes for when options can be exercised, and you'll receive a volatility surface, which shows how volatility changes over different dates and prices.
You can get volatility estimates based on:
A specific set of strike prices
A forward-log-moneyness grid
A specific set of delta values
A delta grid
The calculation methodology leverages space and time 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.
Endpoint
https://us.market-api.kaiko.io/v2/data/analytics.v2/implied_volatility_surface
Parameters
Short listed-maturities (e.g. 7 days time-to-maturity) are only available for individual exchange.
Time extrapolation is not permitted. I.e. the shortest requested expiry should be after the exchange’s shortest expiry, and the furthest requested expiry must be before the exchange’s latest expiry. If these conditions are not met, only a partial surface will be returned within the available expiry range. The completeness of the output is indicated in the
complete_output
field.Strikes and forward-log-moneynesses are only available when retrieving implied volatilities by strikes or forward-log-moneynesses (not by delta).
Fields
Request examples
Use this example to calculate IV Surface using Deltas.
https://us.market-api.kaiko.io/v2/data/analytics.v2/implied_volatility_surface?base=btc"e=usd&exchanges=drbt%2Cokex&value_time=2024-09-12T10%3A00%3A00.000Z&expiry_list=2024-09-20T08%3A00%3A00.000Z%2C2024-09-27T08%3A00%3A00.000Z%2C2024-10-04T08%3A00%3A00.000Z%2C2024-10-25T08%3A00%3A00.000Z%2C2024-11-08T08%3A00%3A00.000Z&delta_min=0.1&delta_max=0.9&delta_step=0.1
Use this example to calculate IV Surface using forward log moneyness.
https://us.market-api.kaiko.io/v2/data/analytics.v2/implied_volatility_surface?base=btc"e=usd&exchanges=drbt&value_time=2024-09-12T10%3A00%3A00.000Z&tte_min=0.01&tte_max=1.&tte_step=0.02&f_log_m_min=-0.5&f_log_m_max=0.5&f_log_m_step=0.5
Use this example to calculate IV Surface using strikes.
https://us.market-api.kaiko.io/v2/data/analytics.v2/implied_volatility_surface?base=btc"e=usd&exchanges=drbt&value_time=2024-09-12T10%3A00%3A00.000Z&tte_min=0.01&tte_max=1.&tte_step=0.02&strike_list=55000%2C56000%2C57000%2C58000%2C59000%2C60000
Response examples
{
"query":{
"base":"btc",
"quote":"usd",
"exchanges":[
"drbt",
"okex"
],
"value_time":"2024-09-12T10:00:00.000Z",
"data_version":"v2",
"commodity":"analytics",
"request_time":"2024-09-12T17:12:07.699Z"
},
"time":"2024-09-12T17:12:07.699Z",
"timestamp":1726161128874,
"complete_output":true,
"data":[
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-09-20T08:00:00.000Z",
"time_to_expiry":0.021689497716894976,
"implied_volatilities":[
{
"implied_volatility":0.55567045411767,
"delta":0.1,
"interest_rate":0.05222290146213202,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5304086533216835,
"delta":0.2,
"interest_rate":0.05222290146213202,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5204807466788227,
"delta":0.30000000000000004,
"interest_rate":0.05222290146213202,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5176080670107802,
"delta":0.4,
"interest_rate":0.05222290146213202,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5198235126846833,
"delta":0.5,
"interest_rate":0.05222290146213202,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5271474253673343,
"delta":0.6,
"interest_rate":0.05222290146213202,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5412722397557681,
"delta":0.7,
"interest_rate":0.05222290146213202,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5672860200574902,
"delta":0.7999999999999999,
"interest_rate":0.05222290146213202,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.6234279466167519,
"delta":0.8999999999999999,
"interest_rate":0.05222290146213202,
"current_spot":58033.01112255454
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-09-27T08:00:00.000Z",
"time_to_expiry":0.0408675799086758,
"implied_volatilities":[
{
"implied_volatility":0.5621097108504748,
"delta":0.1,
"interest_rate":0.052497499225334636,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5272061410113572,
"delta":0.2,
"interest_rate":0.052497499225334636,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5131506051610666,
"delta":0.30000000000000004,
"interest_rate":0.052497499225334636,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5082456534252546,
"delta":0.4,
"interest_rate":0.052497499225334636,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5095651826004636,
"delta":0.5,
"interest_rate":0.052497499225334636,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.51677777797711,
"delta":0.6,
"interest_rate":0.052497499225334636,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5314642342464321,
"delta":0.7,
"interest_rate":0.052497499225334636,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5587288797341338,
"delta":0.7999999999999999,
"interest_rate":0.052497499225334636,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.6167183766301421,
"delta":0.8999999999999999,
"interest_rate":0.052497499225334636,
"current_spot":58033.01112255454
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-10-04T08:00:00.000Z",
"time_to_expiry":0.06004566210045662,
"implied_volatilities":[
{
"implied_volatility":0.5666208561497174,
"delta":0.1,
"interest_rate":0.06524195117082478,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5323692982650756,
"delta":0.2,
"interest_rate":0.06524195117082478,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5186955773995799,
"delta":0.30000000000000004,
"interest_rate":0.06524195117082478,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5138985541028067,
"delta":0.4,
"interest_rate":0.06524195117082478,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5150201900956664,
"delta":0.5,
"interest_rate":0.06524195117082478,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5216164561118771,
"delta":0.6,
"interest_rate":0.06524195117082478,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5349940736116142,
"delta":0.7,
"interest_rate":0.06524195117082478,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5595467577751186,
"delta":0.7999999999999999,
"interest_rate":0.06524195117082478,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.6109550611499716,
"delta":0.8999999999999999,
"interest_rate":0.06524195117082478,
"current_spot":58033.01112255454
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-10-25T08:00:00.000Z",
"time_to_expiry":0.11757990867579908,
"implied_volatilities":[
{
"implied_volatility":0.5922138420961504,
"delta":0.1,
"interest_rate":0.06444166091264596,
"current_spot":58033.0026110549
},
{
"implied_volatility":0.5520922097809197,
"delta":0.2,
"interest_rate":0.06444166091264596,
"current_spot":58033.0026110549
},
{
"implied_volatility":0.5329630080551225,
"delta":0.30000000000000004,
"interest_rate":0.06444166091264596,
"current_spot":58033.0026110549
},
{
"implied_volatility":0.5231218680220053,
"delta":0.4,
"interest_rate":0.06444166091264596,
"current_spot":58033.0026110549
},
{
"implied_volatility":0.5194493140150083,
"delta":0.5,
"interest_rate":0.06444166091264596,
"current_spot":58033.0026110549
},
{
"implied_volatility":0.5213876755567547,
"delta":0.6,
"interest_rate":0.06444166091264596,
"current_spot":58033.0026110549
},
{
"implied_volatility":0.5302377211015243,
"delta":0.7,
"interest_rate":0.06444166091264596,
"current_spot":58033.0026110549
},
{
"implied_volatility":0.550749699660159,
"delta":0.7999999999999999,
"interest_rate":0.06444166091264596,
"current_spot":58033.0026110549
},
{
"implied_volatility":0.6010333506232379,
"delta":0.8999999999999999,
"interest_rate":0.06444166091264596,
"current_spot":58033.0026110549
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-11-08T08:00:00.000Z",
"time_to_expiry":0.15593607305936072,
"implied_volatilities":[
{
"implied_volatility":0.6624300907047234,
"delta":0.1,
"interest_rate":0.06396819887540026,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.6181620638701805,
"delta":0.2,
"interest_rate":0.06396819887540026,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5977210831388879,
"delta":0.30000000000000004,
"interest_rate":0.06396819887540026,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5873014915704046,
"delta":0.4,
"interest_rate":0.06396819887540026,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5831399288267296,
"delta":0.5,
"interest_rate":0.06396819887540026,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5842407024308494,
"delta":0.6,
"interest_rate":0.06396819887540026,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.5912675169813805,
"delta":0.7,
"interest_rate":0.06396819887540026,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.6074281344387386,
"delta":0.7999999999999999,
"interest_rate":0.06396819887540026,
"current_spot":58033.01112255454
},
{
"implied_volatility":0.6449624313701908,
"delta":0.8999999999999999,
"interest_rate":0.06396819887540026,
"current_spot":58033.01112255454
}
]
}
],
"result":"success",
"access":{
"access_range":{
"start_timestamp":1262304000000,
"end_timestamp":1924991999000
},
"data_range":{
"start_timestamp":1262304000000,
"end_timestamp":1924991999000
}
}
}
{
"query":{
"base":"btc",
"quote":"usd",
"exchanges":[
"drbt"
],
"value_time":"2024-09-12T10:00:00.000Z",
"data_version":"v2",
"commodity":"analytics",
"request_time":"2024-09-13T10:22:26.108Z"
},
"time":"2024-09-13T10:22:26.108Z",
"timestamp":1726222946604,
"complete_output":false,
"data":[
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-09-16T01:36:00.000Z",
"time_to_expiry":0.01,
"implied_volatilities":[
{
"strike":35205.07731688165,
"forward_log_moneyness":-0.5,
"implied_volatility":1.219961822819801,
"delta":0.9999840518413259,
"gamma":9.862878922173833e-09,
"interest_rate":0.029882129261974883,
"current_spot":58026.01780838781
},
{
"strike":58043.35980898536,
"forward_log_moneyness":0,
"implied_volatility":0.47173352808037106,
"delta":0.5094088500573186,
"gamma":0.00014570314379410554,
"interest_rate":0.029882129261974883,
"current_spot":58026.01780838781
},
{
"strike":95697.3219399751,
"forward_log_moneyness":0.5,
"implied_volatility":0.9995009904225983,
"delta":3.662902785528388e-07,
"gamma":3.2466205143302194e-10,
"interest_rate":0.029882129261974883,
"current_spot":58026.01780838781
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-09-23T08:48:00.000Z",
"time_to_expiry":0.03,
"implied_volatilities":[
{
"strike":35258.65197953432,
"forward_log_moneyness":-0.5,
"implied_volatility":1.0227076131194504,
"delta":0.998199924676951,
"gamma":5.605337511004371e-07,
"interest_rate":0.06064841675926235,
"current_spot":58026.01780838785
},
{
"strike":58131.68949487142,
"forward_log_moneyness":0,
"implied_volatility":0.5150355416768742,
"delta":0.517788278262302,
"gamma":7.69939568408782e-05,
"interest_rate":0.06064841675926235,
"current_spot":58026.01780838785
},
{
"strike":95842.95297192968,
"forward_log_moneyness":0.5,
"implied_volatility":0.8521845389437603,
"delta":0.00046039932852065535,
"gamma":1.922319739897016e-07,
"interest_rate":0.06064841675926235,
"current_spot":58026.01780838785
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-09-30T16:00:00.000Z",
"time_to_expiry":0.05,
"implied_volatilities":[
{
"strike":35306.34125006645,
"forward_log_moneyness":-0.5,
"implied_volatility":0.9000176772559828,
"delta":0.9951324086246934,
"gamma":1.2089704742589137e-06,
"interest_rate":0.06342187503569374,
"current_spot":58026.01780838792
},
{
"strike":58210.3158095819,
"forward_log_moneyness":0,
"implied_volatility":0.51382233838562,
"delta":0.522905471292496,
"gamma":5.9740914598632886e-05,
"interest_rate":0.06342187503569374,
"current_spot":58026.01780838792
},
{
"strike":95972.58584942963,
"forward_log_moneyness":0.5,
"implied_volatility":0.7922110861857629,
"delta":0.0031285593939101575,
"gamma":9.243683297678397e-07,
"interest_rate":0.06342187503569374,
"current_spot":58026.01780838792
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-10-07T23:12:00.000Z",
"time_to_expiry":0.07,
"implied_volatilities":[
{
"strike":35360.71890845669,
"forward_log_moneyness":-0.5,
"implied_volatility":0.828127141031331,
"delta":0.9916123215219155,
"gamma":1.7972889965676697e-06,
"interest_rate":0.06728679739793171,
"current_spot":58026.01780838783
},
{
"strike":58299.96941162078,
"forward_log_moneyness":0,
"implied_volatility":0.5164706953874756,
"delta":0.5272356033058659,
"gamma":5.0197042263844037e-05,
"interest_rate":0.06728679739793171,
"current_spot":58026.01780838783
},
{
"strike":96120.39965010602,
"forward_log_moneyness":0.5,
"implied_volatility":0.7464559932842119,
"delta":0.0074875726771543305,
"gamma":1.8044884826225764e-06,
"interest_rate":0.06728679739793171,
"current_spot":58026.01780838783
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-10-15T06:24:00.000Z",
"time_to_expiry":0.09000000000000001,
"implied_volatilities":[
{
"strike":35408.60142607324,
"forward_log_moneyness":-0.5,
"implied_volatility":0.7910724424510162,
"delta":0.986976336148381,
"gamma":2.4347028120210604e-06,
"interest_rate":0.06736973218397824,
"current_spot":58026.01780838783
},
{
"strike":58378.914336909846,
"forward_log_moneyness":0,
"implied_volatility":0.517020500780755,
"delta":0.5309082147347206,
"gamma":4.4192790606748824e-05,
"interest_rate":0.06736973218397824,
"current_spot":58026.01780838783
},
{
"strike":96250.55782764393,
"forward_log_moneyness":0.5,
"implied_volatility":0.7137227872343034,
"delta":0.012936414946896013,
"gamma":2.6829260079941945e-06,
"interest_rate":0.06736973218397824,
"current_spot":58026.01780838783
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-10-22T13:36:00.000Z",
"time_to_expiry":0.11000000000000001,
"implied_volatilities":[
{
"strike":35456.666405622804,
"forward_log_moneyness":-0.5,
"implied_volatility":0.7665601461136989,
"delta":0.9818598165540046,
"gamma":3.020625727200306e-06,
"interest_rate":0.06745266697002476,
"current_spot":58026.01780838783
},
{
"strike":58458.16009106899,
"forward_log_moneyness":0,
"implied_volatility":0.5173700727313382,
"delta":0.5341857547297713,
"gamma":3.9919988877804825e-05,
"interest_rate":0.06745266697002476,
"current_spot":58026.01780838783
},
{
"strike":96381.21198813876,
"forward_log_moneyness":0.5,
"implied_volatility":0.6920869662211807,
"delta":0.019532251867923345,
"gamma":3.5628982792173914e-06,
"interest_rate":0.06745266697002476,
"current_spot":58026.01780838783
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-10-29T20:48:00.000Z",
"time_to_expiry":0.13,
"implied_volatilities":[
{
"strike":35508.422803157875,
"forward_log_moneyness":-0.5,
"implied_volatility":0.746694177498397,
"delta":0.9768034365375131,
"gamma":3.5131108017826186e-06,
"interest_rate":0.06829567333489632,
"current_spot":58026.01780838791
},
{
"strike":58543.491964579865,
"forward_log_moneyness":0,
"implied_volatility":0.5441431140622193,
"delta":0.5390722837426289,
"gamma":3.4874826454214145e-05,
"interest_rate":0.06829567333489632,
"current_spot":58026.01780838791
},
{
"strike":96521.90046306486,
"forward_log_moneyness":0.5,
"implied_volatility":0.6973828419830258,
"delta":0.031246311790620984,
"gamma":4.823365346327674e-06,
"interest_rate":0.06829567333489632,
"current_spot":58026.01780838791
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-11-06T04:00:00.000Z",
"time_to_expiry":0.15,
"implied_volatilities":[
{
"strike":35563.92832597037,
"forward_log_moneyness":-0.5,
"implied_volatility":0.7304703931953009,
"delta":0.9718561610549586,
"gamma":3.930583791623972e-06,
"interest_rate":0.06960254691331551,
"current_spot":58026.01780838791
},
{
"strike":58635.005100682145,
"forward_log_moneyness":0,
"implied_volatility":0.5760490651462036,
"delta":0.544410454345521,
"gamma":3.0625222152157556e-05,
"interest_rate":0.06960254691331551,
"current_spot":58026.01780838791
},
{
"strike":96672.78011710517,
"forward_log_moneyness":0.5,
"implied_volatility":0.7118768487498811,
"delta":0.04690301547513481,
"gamma":6.125288885966162e-06,
"interest_rate":0.06960254691331551,
"current_spot":58026.01780838791
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-11-13T11:12:00.000Z",
"time_to_expiry":0.16999999999999998,
"implied_volatilities":[
{
"strike":35623.626386079304,
"forward_log_moneyness":-0.5,
"implied_volatility":0.721718174050619,
"delta":0.9663040517680004,
"gamma":4.33754130982732e-06,
"interest_rate":0.07127992585463479,
"current_spot":58026.01780838777
},
{
"strike":58733.43056220328,
"forward_log_moneyness":0,
"implied_volatility":0.5835725414364753,
"delta":0.5478798467004804,
"gamma":2.8367707863728314e-05,
"interest_rate":0.07127992585463479,
"current_spot":58026.01780838777
},
{
"strike":96835.05626909353,
"forward_log_moneyness":0.5,
"implied_volatility":0.7074557803269064,
"delta":0.05840625886740114,
"gamma":6.890948711664006e-06,
"interest_rate":0.07127992585463479,
"current_spot":58026.01780838777
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-11-20T18:24:00.000Z",
"time_to_expiry":0.18999999999999997,
"implied_volatilities":[
{
"strike":35686.87925583984,
"forward_log_moneyness":-0.5,
"implied_volatility":0.7162150934457168,
"delta":0.9605989719092229,
"gamma":4.698978158615397e-06,
"interest_rate":0.07311368692964569,
"current_spot":58026.01780838777
},
{
"strike":58837.7169140103,
"forward_log_moneyness":0,
"implied_volatility":0.5834532939997044,
"delta":0.5505933941119975,
"gamma":2.6815897656471405e-05,
"interest_rate":0.07311368692964569,
"current_spot":58026.01780838777
},
{
"strike":97006.99539556148,
"forward_log_moneyness":0.5,
"implied_volatility":0.6980481728670079,
"delta":0.06796372312397003,
"gamma":7.4336889324488815e-06,
"interest_rate":0.07311368692964569,
"current_spot":58026.01780838777
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-11-28T01:36:00.000Z",
"time_to_expiry":0.20999999999999996,
"implied_volatilities":[
{
"strike":35752.86682905489,
"forward_log_moneyness":-0.5,
"implied_volatility":0.7117290547935944,
"delta":0.9550655806596073,
"gamma":5.0025339575499e-06,
"interest_rate":0.07494744800465658,
"current_spot":58026.01780838777
},
{
"strike":58946.51202957184,
"forward_log_moneyness":0,
"implied_volatility":0.5833567425067311,
"delta":0.553165792670529,
"gamma":2.548960158194958e-05,
"interest_rate":0.07494744800465658,
"current_spot":58026.01780838777
},
{
"strike":97186.36821673607,
"forward_log_moneyness":0.5,
"implied_volatility":0.6903385981988979,
"delta":0.07746421798228281,
"gamma":7.903447063197836e-06,
"interest_rate":0.07494744800465658,
"current_spot":58026.01780838777
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-12-05T08:48:00.000Z",
"time_to_expiry":0.22999999999999995,
"implied_volatilities":[
{
"strike":35812.19117271369,
"forward_log_moneyness":-0.5,
"implied_volatility":0.7003313174745773,
"delta":0.9512015953587601,
"gamma":5.190199441737905e-06,
"interest_rate":0.0756386005296464,
"current_spot":58026.017808387885
},
{
"strike":59044.32133683242,
"forward_log_moneyness":0,
"implied_volatility":0.5832516696271334,
"delta":0.5556142376297987,
"gamma":2.4339914970530187e-05,
"interest_rate":0.0756386005296464,
"current_spot":58026.017808387885
},
{
"strike":97347.62850208905,
"forward_log_moneyness":0.5,
"implied_volatility":0.6847615396060961,
"delta":0.0871790227762283,
"gamma":8.32207559076525e-06,
"interest_rate":0.0756386005296464,
"current_spot":58026.017808387885
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-12-12T16:00:00.000Z",
"time_to_expiry":0.24999999999999994,
"implied_volatilities":[
{
"strike":35870.454419064496,
"forward_log_moneyness":-0.5,
"implied_volatility":0.6890995916966378,
"delta":0.9477527318136644,
"gamma":5.3422925542408805e-06,
"interest_rate":0.076089868386676,
"current_spot":58026.017808387885
},
{
"strike":59140.38119039104,
"forward_log_moneyness":0,
"implied_volatility":0.5831585060645141,
"delta":0.5579562673771701,
"gamma":2.332998570562908e-05,
"interest_rate":0.076089868386676,
"current_spot":58026.017808387885
},
{
"strike":97506.00442591147,
"forward_log_moneyness":0.5,
"implied_volatility":0.6802080704226982,
"delta":0.09678568327529857,
"gamma":8.68254579910703e-06,
"interest_rate":0.076089868386676,
"current_spot":58026.017808387885
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-12-19T23:12:00.000Z",
"time_to_expiry":0.26999999999999996,
"implied_volatilities":[
{
"strike":35929.46100111083,
"forward_log_moneyness":-0.5,
"implied_volatility":0.6793853817266143,
"delta":0.9444046325229148,
"gamma":5.476954016936011e-06,
"interest_rate":0.07654113624370561,
"current_spot":58026.017808387885
},
{
"strike":59237.666597322146,
"forward_log_moneyness":0,
"implied_volatility":0.5830791327701744,
"delta":0.5602047706056178,
"gamma":2.2433334744525613e-05,
"interest_rate":0.07654113624370561,
"current_spot":58026.017808387885
},
{
"strike":97666.4009456475,
"forward_log_moneyness":0.5,
"implied_volatility":0.6763050082388905,
"delta":0.10618110384420681,
"gamma":8.98967405231349e-06,
"interest_rate":0.07654113624370561,
"current_spot":58026.017808387885
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2024-12-27T06:24:00.000Z",
"time_to_expiry":0.29,
"implied_volatilities":[
{
"strike":35989.21427362662,
"forward_log_moneyness":-0.5,
"implied_volatility":0.670898179511778,
"delta":0.9411587869242752,
"gamma":5.595987585552628e-06,
"interest_rate":0.07699240410073521,
"current_spot":58026.017808387885
},
{
"strike":59336.18308871287,
"forward_log_moneyness":0,
"implied_volatility":0.5830106988432193,
"delta":0.562369866190329,
"gamma":2.163016442831909e-05,
"interest_rate":0.07699240410073521,
"current_spot":58026.017808387885
},
{
"strike":97828.82718051813,
"forward_log_moneyness":0.5,
"implied_volatility":0.672922129747721,
"delta":0.11534592709962938,
"gamma":9.250622938852245e-06,
"interest_rate":0.07699240410073521,
"current_spot":58026.017808387885
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2025-01-03T13:36:00.000Z",
"time_to_expiry":0.31,
"implied_volatilities":[
{
"strike":36048.92648425896,
"forward_log_moneyness":-0.5,
"implied_volatility":0.6679678626792047,
"delta":0.9370374303516131,
"gamma":5.7317087485274615e-06,
"interest_rate":0.07737287709195237,
"current_spot":58026.01780838792
},
{
"strike":59434.63188050294,
"forward_log_moneyness":0,
"implied_volatility":0.5859817537938207,
"delta":0.5647921240926812,
"gamma":2.0794233277177758e-05,
"interest_rate":0.07737287709195237,
"current_spot":58026.01780838792
},
{
"strike":97991.14179761717,
"forward_log_moneyness":0.5,
"implied_volatility":0.6700214502235391,
"delta":0.12429742545143802,
"gamma":9.472272436634292e-06,
"interest_rate":0.07737287709195237,
"current_spot":58026.01780838792
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2025-01-10T20:48:00.000Z",
"time_to_expiry":0.33,
"implied_volatilities":[
{
"strike":36109.279532657514,
"forward_log_moneyness":-0.5,
"implied_volatility":0.665421495511619,
"delta":0.933083062177843,
"gamma":5.846592519268601e-06,
"interest_rate":0.07775269759592703,
"current_spot":58026.01780838792
},
{
"strike":59534.137235149225,
"forward_log_moneyness":0,
"implied_volatility":0.5886063557855834,
"delta":0.5671269691023384,
"gamma":2.004462300938605e-05,
"interest_rate":0.07775269759592703,
"current_spot":58026.01780838792
},
{
"strike":98155.19839237105,
"forward_log_moneyness":0.5,
"implied_volatility":0.6674624799068604,
"delta":0.13300206105083862,
"gamma":9.659172856765809e-06,
"interest_rate":0.07775269759592703,
"current_spot":58026.01780838792
}
]
},
{
"value_time":"2024-09-12T10:00:00.000Z",
"expiry":"2025-01-18T04:00:00.000Z",