Exchange-provided metrics
Available in the "basic" pack of Derivatives Risk Indicators.
What is this endpoint for?
This endpoint is part of Derivatives Risk Indicators. It can be used to get risk information such as greeks and IV in real-time.
Endpoints
Parameters
instrumentCriteria
A nested object to configure following properties for your stream:
exchange
(String) - The code(s) for the exchange(s)instrument_class
(String) - The class(es) of the instrument(s) . The instrument must be a derivative class.code (String) -
The Kaiko code for the instrument.
cbse
option
algo-btc
commodities
AlwaysSDICK_RISK
SDICK_RISK
Configuring a wildcard
A wildcard allows you to request all information we have on a specific instrument or exchange in the same stream.
Use a *
in place of the relevant exchange
or class
parameter.
For example, the configuration below would deliver all perpetual future contracts on OkEX.
exchange: okex
class: perpetual-future
instrument: *
Fields
Value
The value for the commodity (price, 24 hour volume etc) received in the message.
59583.2
commodityKind
Always SDICK_RISK
SDICK_RISK
tsCollection
The timestamp for when Kaiko received the trade from the exchange.
2024-08-30T10:19:38.044166107Z
tsEvent
The timestamp for the interval.
2024-08-30T10:19:39.206955912Z
commodity:
funding_rate
perpetual-future
only. The current funding rate.
-0.0000756735759807
commodity:
predicted_funding_rate
perpetual-future
only. The predicted funding rate for the next period.
-0.0000845044644161
commodity:
time_to_expiry
future
& option
only. The number of minutes remaining before expiry.
41504
commodity:
nearby
future
& option
only. The soonest expiring contract with the same base & quote asset on the specified exchange
boolean value
commodity:
quarterly_nearby
future
& option
only. The soonest expiring quarterly contract with the same base & quote asset on the specified exchange
boolean value
commodity:
ask_iv
option
only. Implied volatility for the best ask.
57.5
commodity:
bid_iv
option
only. Implied volatility for the best bid.
65.4
commodity:
mark_iv
option
only. The implied volatility for the mark price.
69.42
commodity:
delta
option
only. The delta value for the option.
0.8841
commodity:
gamma
option
only. The gamma value for the option.
0.00003
commodity:
rho
option
only. The rho value for the option.
21.26122
commodity:
theta
option
only. The theta value for the option.
-26.18193
commodity:
vega
option
only. The vega value for the option.
2.36321
Request examples
Response Example
Last updated