Convert KYD to EUR
Cayman Islands Dollar → Euro
1 KYD = 1.052355 EUR(1 EUR = 0.95025 KYD)
Currency converter
1 KYD =
1.0524 EUR
KYD to EUR: last 30 days
Over the last 30 days, 1 KYD traded between 1.0318 and 1.0628 EUR, averaging 1.0431 EUR. The KYD/EUR rate is up 1.86% since 2026-08-28.
- 30-day high
- 1.0628
- 2026-09-20
- 30-day low
- 1.0318
- 2026-08-29
- 30-day average
- 1.0431
- Days with data: 30
- 30-day change
- +1.86%
- since 2026-08-28
1.0628
1.03182026-08-28 → 2026-09-26
| Date | 1 KYD in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 1.0524 | 0.00% |
| 2026-09-25 | 1.0524 | -0.32% |
| 2026-09-24 | 1.0557 | +0.39% |
| 2026-09-23 | 1.0516 | -0.05% |
| 2026-09-22 | 1.0521 | +0.46% |
| 2026-09-21 | 1.0474 | -1.45% |
| 2026-09-20 | 1.0628 | +1.39% |
| 2026-09-19 | 1.0482 | +0.09% |
| 2026-09-18 | 1.0472 | -0.18% |
| 2026-09-17 | 1.0491 | +0.66% |
| 2026-09-16 | 1.0422 | -0.04% |
| 2026-09-15 | 1.0426 | +0.15% |
| 2026-09-14 | 1.0411 | -0.88% |
| 2026-09-13 | 1.0503 | +1.31% |
| 2026-09-12 | 1.0367 | -0.06% |
| Date | 1 KYD in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 1.0373 | -0.09% |
| 2026-09-10 | 1.0382 | +0.61% |
| 2026-09-09 | 1.0319 | -0.40% |
| 2026-09-08 | 1.0361 | +0.14% |
| 2026-09-07 | 1.0346 | -1.39% |
| 2026-09-06 | 1.0492 | +1.46% |
| 2026-09-05 | 1.034 | -0.36% |
| 2026-09-04 | 1.0377 | +0.17% |
| 2026-09-03 | 1.0359 | -0.26% |
| 2026-09-02 | 1.0387 | +0.10% |
| 2026-09-01 | 1.0376 | -0.04% |
| 2026-08-31 | 1.038 | -0.81% |
| 2026-08-30 | 1.0466 | +1.43% |
| 2026-08-29 | 1.0318 | -0.13% |
| 2026-08-28 | 1.0331 | — |
KYD to EUR conversion table
1 KYD1.0524 EUR
5 KYD5.2618 EUR
10 KYD10.5236 EUR
25 KYD26.3089 EUR
50 KYD52.6178 EUR
100 KYD105.2355 EUR
500 KYD526.1775 EUR
1,000 KYD1,052.3551 EUR
5,000 KYD5,261.7753 EUR
10,000 KYD10,523.551 EUR
Get the KYD/EUR rate in your app
One GET request returns the latest KYD → EUR 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/EUR"fetch('https://rate-api.com/api/v1/pair/KYD/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KYD = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KYD/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KYD = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KYD/EUR');
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']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "KYD",
"to": "EUR"
},
"rate": 1.0524,
"timestamp": 1790435218,
"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
EUR to KYDEuro → Cayman Islands Dollar0.95025Convert KYD to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.