Convert KYD to JPY
Cayman Islands Dollar → Japanese Yen
1 KYD = 189.10821 JPY(1 JPY = 0.00528798 KYD)
Currency converter
1 KYD =
189.1082 JPY
KYD to JPY: last 30 days
Over the last 30 days, 1 KYD traded between 184.2884 and 194.5692 JPY, averaging 188.8172 JPY. The KYD/JPY rate is down 1.54% since 2026-08-28.
- 30-day high
- 194.5692
- 2026-08-30
- 30-day low
- 184.2884
- 2026-09-09
- 30-day average
- 188.8172
- Days with data: 30
- 30-day change
- -1.54%
- since 2026-08-28
194.5692
184.28842026-08-28 → 2026-09-26
| Date | 1 KYD in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 189.1082 | 0.00% |
| 2026-09-25 | 189.1082 | -0.80% |
| 2026-09-24 | 190.6256 | +0.59% |
| 2026-09-23 | 189.5014 | -0.04% |
| 2026-09-22 | 189.5714 | +0.16% |
| 2026-09-21 | 189.2621 | -1.58% |
| 2026-09-20 | 192.2961 | +1.39% |
| 2026-09-19 | 189.6579 | +0.09% |
| 2026-09-18 | 189.4814 | +1.04% |
| 2026-09-17 | 187.5239 | +0.59% |
| 2026-09-16 | 186.4287 | -0.03% |
| 2026-09-15 | 186.4787 | +0.34% |
| 2026-09-14 | 185.8535 | -0.90% |
| 2026-09-13 | 187.5446 | +1.31% |
| 2026-09-12 | 185.1223 | -0.06% |
| Date | 1 KYD in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 185.2265 | -0.39% |
| 2026-09-10 | 185.9434 | +0.90% |
| 2026-09-09 | 184.2884 | -0.75% |
| 2026-09-08 | 185.6732 | -0.22% |
| 2026-09-07 | 186.0781 | -2.33% |
| 2026-09-06 | 190.5217 | +1.46% |
| 2026-09-05 | 187.7735 | -0.36% |
| 2026-09-04 | 188.4477 | +0.39% |
| 2026-09-03 | 187.7183 | -2.19% |
| 2026-09-02 | 191.9274 | -0.36% |
| 2026-09-01 | 192.6124 | +0.18% |
| 2026-08-31 | 192.2676 | -1.18% |
| 2026-08-30 | 194.5692 | +1.43% |
| 2026-08-29 | 191.8309 | -0.13% |
| 2026-08-28 | 192.0741 | — |
KYD to JPY conversion table
1 KYD189.1082 JPY
5 KYD945.541 JPY
10 KYD1,891.0821 JPY
25 KYD4,727.7051 JPY
50 KYD9,455.4103 JPY
100 KYD18,910.821 JPY
500 KYD94,554.103 JPY
1,000 KYD189,108.21 JPY
5,000 KYD945,541.03 JPY
10,000 KYD1,891,082.1 JPY
Get the KYD/JPY rate in your app
One GET request returns the latest KYD → JPY rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/KYD/JPY"fetch('https://rate-api.com/api/v1/pair/KYD/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KYD = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KYD/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KYD = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KYD/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KYD = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "KYD",
"to": "JPY"
},
"rate": 189.1082,
"timestamp": 1790437572,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
JPY to KYDJapanese Yen → Cayman Islands Dollar0.005288Convert KYD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.