Skip to content

KYD to JPY exchange rate API

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

190.8003

▼ +0.35% over 30D

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 30 days, KYD/JPY traded between 184.2882 and 195.0874, averaged 189.0647 and fell 0.35%. 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 30D

KYD/JPY over 30D: show the values
PointKYD/JPY
2026-08-25191.4783
2026-08-26191.3089
2026-08-27192.2055
2026-08-28192.0788
2026-08-29192.3397
2026-08-30195.0874
2026-08-31192.2645
2026-09-01192.6172
2026-09-02191.9223
2026-09-03187.7229
2026-09-04188.4438
2026-09-05187.7543
2026-09-06190.4578
2026-09-07186.0776
2026-09-08185.6690
2026-09-09184.2882
2026-09-10185.9377
2026-09-11185.2232
2026-09-12184.5889
2026-09-13186.9467
2026-09-14185.8527
2026-09-15186.4844
2026-09-16186.4275
2026-09-17187.5264
2026-09-18189.4793
2026-09-19188.4745
2026-09-20191.0938
2026-09-21189.2587
2026-09-22189.5657
2026-09-23189.8068
2026-09-24190.8875

High

195.0874

Low

184.2882

Average

189.0647

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.