Subscribe

What is this endpoint for?

Get a live feed / 72-hour replay for any Reference Rate from the following asset classes:

  • Equity (unless "instrument type" is "futures")

  • Fixed income

  • Foreign exchange

  • Commodities

  • Real estate

  • Digital assets

For crypto rates, please see the crypto section of the documentation.

Endpoint

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

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

index_codes

The list of tickers identifying the rate.

commodity

The type of publication. Either real-time or fixings

interval

The time period in which transaction data are considered for the calculation of the rate.

.startTime

The start time of the data interval

.endTime

The end time of the data interval

quote

The quote asset used for the rate denomination.

bases

The list of base assets included in the rate and their weight. For reference rates, this will always be a single asset.

exchanges

The exchanges involved in the computation.

percentages

The different distribution levels included in the price computation.

price

The value of the rate in the quote denomination.

pairs

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

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_HOURS

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

tsEvent

The exact time of price publication.

Request examples

cURL requests are intended for testing purposes only.

Response Example

Last updated

Was this helpful?