Last updated
Last updated
This endpoint retrieves any single-asset Benchmark and converts USD into a local currency of your choosing using as the source for the conversion. Currencies available are:
AUD
CHF
EUR
GBP
JPY
Requesting multiple tickers at the same time
To configure multiple tickers in the same stream, provide the indexCode
as a comma separated list eg KK_PR_BTCUSD,KK_AAVE_USD
Alternatively, use a wildcard by entering a *
and you'll receive all tickers you have as part of you Kaiko subscription.
Make sure to read our before starting.
For more advanced users, you can access our full SDK , where you'll find more coding languages, examples and guidance.
index_code
The Kaiko Benchmark Reference Rate ticker. You can find a full list of our tickers here.
KK_RR_BTCUS
indexCode
The ticker identifying the rate.
commodity
The type of publication. Either real-time or fixings
interval_startTime
The start time for the interval.
interval_endTime
The end time for the interval.
composition_underlying_name
The Kaiko Reference Rate Ticker.
composition_underlying_tsEvent
The exact time of original reference rate publication.
price
The price of the Reference Rate in the converted currency.
tsEvent
The exact time of converted reference rate publication.
detail_underlying_name
The ticker of the underlying reference rate.
detail_underlying_price
The original published price of the Reference Rate in USD.
detail_underlying_tsEvent
The exact timestamp of original reference rate publication.
fxrate_name
The name of the FOREX conversion rate we've sourced to convert USD into your chosen currency.
fxrate_price
The price of the FOREX conversion rate we've used to convert USD into your chosen currency.
fxrate_tsEvent
The timestamp for when we collected the FOREX conversion rate we've used to convert USD into your chosen currency.