Convert EUR to KYD
Euro → Cayman Islands Dollar
1 EUR = 0.95025 KYD(1 KYD = 1.052355 EUR)
Currency converter
1 EUR =
0.95025 KYD
EUR to KYD: last 30 days
Over the last 30 days, 1 EUR traded between 0.94096 and 0.96916 KYD, averaging 0.95875 KYD. The EUR/KYD rate is down 1.83% since 2026-08-28.
- 30-day high
- 0.96916
- 2026-08-29
- 30-day low
- 0.94096
- 2026-09-20
- 30-day average
- 0.95875
- Days with data: 30
- 30-day change
- -1.83%
- since 2026-08-28
0.96916
0.940962026-08-28 → 2026-09-26
| Date | 1 EUR in KYD | Daily change |
|---|---|---|
| 2026-09-26 | 0.95025 | 0.00% |
| 2026-09-25 | 0.95025 | +0.32% |
| 2026-09-24 | 0.94725 | -0.39% |
| 2026-09-23 | 0.95092 | +0.05% |
| 2026-09-22 | 0.95044 | -0.45% |
| 2026-09-21 | 0.95478 | +1.47% |
| 2026-09-20 | 0.94096 | -1.37% |
| 2026-09-19 | 0.95404 | -0.09% |
| 2026-09-18 | 0.95493 | +0.18% |
| 2026-09-17 | 0.9532 | -0.66% |
| 2026-09-16 | 0.95951 | +0.04% |
| 2026-09-15 | 0.95911 | -0.15% |
| 2026-09-14 | 0.96054 | +0.89% |
| 2026-09-13 | 0.95211 | -1.29% |
| 2026-09-12 | 0.96457 | +0.06% |
| Date | 1 EUR in KYD | Daily change |
|---|---|---|
| 2026-09-11 | 0.96403 | +0.09% |
| 2026-09-10 | 0.96317 | -0.61% |
| 2026-09-09 | 0.96908 | +0.41% |
| 2026-09-08 | 0.96516 | -0.14% |
| 2026-09-07 | 0.96653 | +1.41% |
| 2026-09-06 | 0.95314 | -1.44% |
| 2026-09-05 | 0.96709 | +0.36% |
| 2026-09-04 | 0.96363 | -0.17% |
| 2026-09-03 | 0.9653 | +0.26% |
| 2026-09-02 | 0.96278 | -0.10% |
| 2026-09-01 | 0.96373 | +0.04% |
| 2026-08-31 | 0.96336 | +0.82% |
| 2026-08-30 | 0.95552 | -1.41% |
| 2026-08-29 | 0.96916 | +0.13% |
| 2026-08-28 | 0.96793 | — |
EUR to KYD conversion table
1 EUR0.95025 KYD
5 EUR4.7512 KYD
10 EUR9.5025 KYD
25 EUR23.7562 KYD
50 EUR47.5125 KYD
100 EUR95.025 KYD
500 EUR475.1248 KYD
1,000 EUR950.2496 KYD
5,000 EUR4,751.2481 KYD
10,000 EUR9,502.4962 KYD
Get the EUR/KYD rate in your app
One GET request returns the latest EUR → KYD 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/EUR/KYD"fetch('https://rate-api.com/api/v1/pair/EUR/KYD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} KYD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/KYD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} KYD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/KYD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} KYD\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "KYD"
},
"rate": 0.9502,
"timestamp": 1790429426,
"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
KYD to EURCayman Islands Dollar → Euro1.0524Convert EUR to other currencies
Convert other currencies to KYD
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.