Skip to content

KYD to JPY exchange rate API

Cayman Islands Dollar to Yen · quoted 2026-09-24

190.8003

▲ +6.90% over 1Y

1 KYD = 190.8003 JPY · 1 JPY = 0.005241 KYD · Get this rate via the API

1 KYD buys 190.8003 JPY as of 2026-09-24, so 1 JPY buys 0.005241 KYD. Over the last year, KYD/JPY traded between 176.9579 and 196.8556, averaged 188.9846 and rose 6.90%. The API holds daily KYD/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KYD/JPY over 1Y

KYD/JPY over 1Y: show the values
PointKYD/JPY
2025-09-24178.4857
2025-10-01176.9579
2025-10-08183.6824
2025-10-15182.4060
2025-10-22182.6727
2025-10-29182.9446
2025-11-05185.3397
2025-11-12186.5059
2025-11-19187.8784
2025-11-26188.2120
2025-12-03186.9324
2025-12-11187.2809
2025-12-18187.3468
2025-12-25187.3962
2026-01-01188.4188
2026-01-08188.9668
2026-01-15190.6337
2026-01-22191.3738
2026-01-29184.3047
2026-02-05188.6779
2026-02-12184.0385
2026-02-19186.1264
2026-02-26187.8182
2026-03-05189.4057
2026-03-12191.1654
2026-03-19191.3538
2026-03-26191.8205
2026-04-02191.9639
2026-04-09190.8325
2026-04-16191.2658
2026-04-23190.7223
2026-04-30187.8123
2026-05-07187.6162
2026-05-15190.2100
2026-05-23191.0961
2026-05-30191.3446
2026-06-06192.5429
2026-06-15192.9555
2026-06-22194.6742
2026-06-29194.9572
2026-07-06195.1376
2026-07-13194.8837
2026-07-20195.2538
2026-07-27196.8556
2026-08-03189.0023
2026-08-10190.7747
2026-08-17191.5245
2026-08-25191.4783
2026-09-01192.6172
2026-09-08185.6690
2026-09-15186.4844
2026-09-22189.5657

High

196.8556

Low

176.9579

Average

188.9846

For developers

Get this rate via the API

One GET request returns the KYD/JPY rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD&currencies=JPY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD&currencies=JPY").json()

Replace YOUR_API_KEY with the key from your dashboard.

KYD/JPY API questions

How do I get the KYD/JPY exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD&currencies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KYD/JPY rate in rates.JPY.

How far back does KYD/JPY historical data go?

Daily KYD/JPY rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free KYD/JPY exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.