FOREX Conversion
What is this endpoint for?
This endpoint retrieves any single-asset Benchmark and converts USD into a local currency of your choosing using TP-ICAP as the source for the conversion. Currencies available are:
AUD
CHF
EUR
GBP
JPY
Endpoints
Parameters
index_code
KK_RR_BTCUS
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.
Fields
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.
Request examples
Make sure to read our Python quick-start guide before starting.
Response Example
Last updated