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: show the values
| Point | KYD/JPY |
|---|---|
| 2025-09-24 | 178.4857 |
| 2025-10-01 | 176.9579 |
| 2025-10-08 | 183.6824 |
| 2025-10-15 | 182.4060 |
| 2025-10-22 | 182.6727 |
| 2025-10-29 | 182.9446 |
| 2025-11-05 | 185.3397 |
| 2025-11-12 | 186.5059 |
| 2025-11-19 | 187.8784 |
| 2025-11-26 | 188.2120 |
| 2025-12-03 | 186.9324 |
| 2025-12-11 | 187.2809 |
| 2025-12-18 | 187.3468 |
| 2025-12-25 | 187.3962 |
| 2026-01-01 | 188.4188 |
| 2026-01-08 | 188.9668 |
| 2026-01-15 | 190.6337 |
| 2026-01-22 | 191.3738 |
| 2026-01-29 | 184.3047 |
| 2026-02-05 | 188.6779 |
| 2026-02-12 | 184.0385 |
| 2026-02-19 | 186.1264 |
| 2026-02-26 | 187.8182 |
| 2026-03-05 | 189.4057 |
| 2026-03-12 | 191.1654 |
| 2026-03-19 | 191.3538 |
| 2026-03-26 | 191.8205 |
| 2026-04-02 | 191.9639 |
| 2026-04-09 | 190.8325 |
| 2026-04-16 | 191.2658 |
| 2026-04-23 | 190.7223 |
| 2026-04-30 | 187.8123 |
| 2026-05-07 | 187.6162 |
| 2026-05-15 | 190.2100 |
| 2026-05-23 | 191.0961 |
| 2026-05-30 | 191.3446 |
| 2026-06-06 | 192.5429 |
| 2026-06-15 | 192.9555 |
| 2026-06-22 | 194.6742 |
| 2026-06-29 | 194.9572 |
| 2026-07-06 | 195.1376 |
| 2026-07-13 | 194.8837 |
| 2026-07-20 | 195.2538 |
| 2026-07-27 | 196.8556 |
| 2026-08-03 | 189.0023 |
| 2026-08-10 | 190.7747 |
| 2026-08-17 | 191.5245 |
| 2026-08-25 | 191.4783 |
| 2026-09-01 | 192.6172 |
| 2026-09-08 | 185.6690 |
| 2026-09-15 | 186.4844 |
| 2026-09-22 | 189.5657 |
High
196.8556
Low
176.9579
Average
188.9846
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=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¤cies=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.