Valour - CDF Index
Last updated
Was this helpful?
Last updated
Was this helpful?
This endpoint is a customized index made specifically for Valour, a Kaiko Indices client. It's designed to serve as an underlying price feed for leveraged financial instruments. The price is calculated by measuring the performance of live futures contracts with a constant time to expiry to effectively reflect a price, mitigating the volatility caused by rollovers.
index_code
The Kaiko CDF Index tickers
KAIKO_CDF_BTCUSDT
See the methodology for a full list of tickers.
commodity
The type of publication. Either real-time or fixings
indexCode
The ticker identifying the rate.
base
Base asset of futures
quote
Quote asset of futures
computedCdf
Price of CDF index
exchange
frontFuture
A nested object containing:
symbol
price
expiry
The timestamp of expiration of front future
timestamp
The timestamp of the price of front future.
If price is 1-min VWAP, endTime
of the calculation
if price is from the last trade, the timestamp of the trade
weight
Applied weight to the price of front future
backFuture
A nested object containing:
symbol
price
expiry
The timestamp of expiration of back future
timestamp
The timestamp of the price of back future.
If price is 1-min VWAP, endTime
of the calculation
if price is from the last trade, the timestamp of the trade
weight
Applied weight to the price of back future
constantDuration
Constant Duration
status
Status of the publication
CDF_SUCCESS
: Calculation succeeded
CDF_NO_FUTURE
: Cannot find the relevant front or back future
CDF_NO_PRICE
: Futures are available but prices are not available
rateQuoteConversion
A nested object containing:
index
value
Price of rateQuoteConversion
/ index
timestamp
Timestamp of rateQuoteConversion
/ index
interval_startTime
The start time for the interval.
interval_endTime
The end time for the interval.
tsEvent
The exact time of the publication.
Make sure to read our Python quick-start guide before starting.
The exchange code for underlying futures trade. Please find for a full name of exchange.
Instrument code of front future. Please find for detailed information.
1-min VWAP of front future (Relevant doc of VWAP can be found .) If it's not available, last traded price
Instrument code of back future. Please find for detailed information.
1-min VWAP of back future (Relevant doc of VWAP can be found .) If it's not available, last traded price
Kaiko Reference Rate that is used to convert the currency. Detailed methodology of Kaiko Reference rate can be found
For more advanced users, you can access our full SDK , where you'll find more coding languages, examples and guidance.