Subscribe - futures

What is this endpoint for?

Get a live feed / 72-hour replay for any Reference Rate when the "instrument type" is:

  • Futures

Endpoint

gateway.equ.kaiko.io:443 kaiko.equities.EquitiesService/StreamFuturesRates

Request parameters

Requesting multiple tickers at the same time To configure multiple tickers in the same call, provide the index_codes as a comma-separated list, e.g. ["KK_RFR_AAPLUSD", "KK_RFR_TSLAUSD"] .

Subscribe

Parameter
Description
Examples

index_codes

The list of Kaiko Reference Rate ticker. You can find a full list of our tickers here.

["KK_RFR_AAPLUSD", "KK_RFR_TSLAUSD"]

Replay

Parameter
Description
Examples

index_codes

The list of Kaiko Reference Rate ticker. You can find a full list of our tickers here.

KK_RFR_AAPLUSD

start_time

Start date of exDate in ISO 8601 (exclusive).

2026-04-22T05:04:32.000Z

end_time

Start date of exDate in ISO 8601 (inclusive).

2026-04-22T05:04:33.000Z

Response fields

Field
Description

indexCode

The list of tickers identifying the rate

price

The value of the rate in the quote denomination

dtFinal

The discounted factor (only applicable for Kaiko Implied Spot Reference rate)

ttm

The time to maturity in seconds (only applicable for Kaiko Implied Spot Reference rate)

timestamp

The exact time of price publication.

startTime

The start time of the data interval

endTime

The end time of the data interval

frontFuture

The details of front future price calculation

.symbol

The symbol of the front future in the exchange

.price

The calculated price of front future

.expiry

The expiry date of front future

.weight

The weight in blended future when rollover is proceeding

.pairs

The list of pairs combined with additional details included in the computation.

.pair

The symbol code - quote asset code(if applicable)

.instruments

The different distribution levels included in the price computation.

.partition

The sequential number of the partition in calculation

.price

The price of the partition

.volume

The volume of the partition

.count

The number of transaction in the partition

.trade

The representative transaction details

.exchange

The exchange code

.id

The ID of orderbook update

.datetime

The datetime of orderbook update

.volume

The liquidity weight of the orderbook update

backFuture

The details of back future price calculation. It has identitical structure to the frontFuture

spotRate

The details of spot rate that is used to calculated implied spot price

.indexCode

The index code of underlying spot rate

.price

The price of underlying spot rate

quote

The quote asset code

exchanges

The exchanges involved in the computation.

sequenceId

A unique identifier for the publication.

sessionDetector

The status of market session.

  • INDEX_SESSION_DETECTOR_EARLY_HOURS

  • INDEX_SESSION_DETECTOR_REGULAR_HOURS

  • INDEX_SESSION_DETECTOR_LATE_HOURS

  • INDEX_SESSION_DETECTOR_OVERNIGHT

  • INDEX_SESSION_DETECTOR_CLOSED

Please refer to Market calendar and trading endpoint for daily session schedule.

Request examples

cURL requests are intended for testing purposes only.

Response Example

Last updated

Was this helpful?