Convert KYD to GBP
Cayman Islands Dollar → British Pound
1 KYD = 0.905499 GBP(1 GBP = 1.104364 KYD)
Currency converter
1 KYD =
0.9055 GBP
KYD to GBP: last 30 days
Over the last 30 days, 1 KYD traded between 0.88448 and 0.91269 GBP, averaging 0.8953 GBP. The KYD/GBP rate is up 2.25% since 2026-08-28.
- 30-day high
- 0.91269
- 2026-09-20
- 30-day low
- 0.88448
- 2026-08-29
- 30-day average
- 0.8953
- Days with data: 30
- 30-day change
- +2.25%
- since 2026-08-28
0.91269
0.884482026-08-28 → 2026-09-26
| Date | 1 KYD in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.9055 | 0.00% |
| 2026-09-25 | 0.9055 | -0.25% |
| 2026-09-24 | 0.90774 | +0.43% |
| 2026-09-23 | 0.90387 | +0.15% |
| 2026-09-22 | 0.90253 | +0.46% |
| 2026-09-21 | 0.89843 | -1.56% |
| 2026-09-20 | 0.91269 | +1.39% |
| 2026-09-19 | 0.90017 | +0.09% |
| 2026-09-18 | 0.89933 | -0.12% |
| 2026-09-17 | 0.90044 | +0.77% |
| 2026-09-16 | 0.89357 | +0.14% |
| 2026-09-15 | 0.89228 | +0.13% |
| 2026-09-14 | 0.89113 | -1.13% |
| 2026-09-13 | 0.90132 | +1.31% |
| 2026-09-12 | 0.88968 | -0.06% |
| Date | 1 KYD in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.89018 | -0.20% |
| 2026-09-10 | 0.89201 | +0.63% |
| 2026-09-09 | 0.88639 | -0.22% |
| 2026-09-08 | 0.88836 | -0.04% |
| 2026-09-07 | 0.88868 | -1.39% |
| 2026-09-06 | 0.90121 | +1.46% |
| 2026-09-05 | 0.88821 | -0.36% |
| 2026-09-04 | 0.8914 | -0.01% |
| 2026-09-03 | 0.89148 | -0.05% |
| 2026-09-02 | 0.8919 | +0.35% |
| 2026-09-01 | 0.88879 | -0.03% |
| 2026-08-31 | 0.88906 | -0.90% |
| 2026-08-30 | 0.8971 | +1.43% |
| 2026-08-29 | 0.88448 | -0.13% |
| 2026-08-28 | 0.8856 | — |
KYD to GBP conversion table
1 KYD0.9055 GBP
5 KYD4.5275 GBP
10 KYD9.055 GBP
25 KYD22.6375 GBP
50 KYD45.2749 GBP
100 KYD90.5499 GBP
500 KYD452.7495 GBP
1,000 KYD905.4989 GBP
5,000 KYD4,527.4946 GBP
10,000 KYD9,054.9892 GBP
Get the KYD/GBP rate in your app
One GET request returns the latest KYD → GBP 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/GBP"fetch('https://rate-api.com/api/v1/pair/KYD/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KYD = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KYD/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KYD = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KYD/GBP');
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']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "KYD",
"to": "GBP"
},
"rate": 0.9055,
"timestamp": 1790435267,
"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
GBP to KYDBritish Pound → Cayman Islands Dollar1.1044Convert KYD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.