Convert KWD to GBP
Kuwaiti Dinar → British Pound
1 KWD = 2.443366 GBP(1 GBP = 0.409271 KWD)
Currency converter
1 KWD =
2.4434 GBP
KWD to GBP: last 30 days
Over the last 30 days, 1 KWD traded between 2.3834 and 2.4465 GBP, averaging 2.4075 GBP. The KWD/GBP rate is up 2.49% since 2026-08-28.
- 30-day high
- 2.4465
- 2026-09-24
- 30-day low
- 2.3834
- 2026-08-30
- 30-day average
- 2.4075
- Days with data: 30
- 30-day change
- +2.49%
- since 2026-08-28
2.4465
2.38342026-08-28 → 2026-09-26
| Date | 1 KWD in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 2.4434 | 0.00% |
| 2026-09-25 | 2.4434 | -0.13% |
| 2026-09-24 | 2.4465 | +0.26% |
| 2026-09-23 | 2.4401 | +0.60% |
| 2026-09-22 | 2.4255 | +0.15% |
| 2026-09-21 | 2.4219 | -0.35% |
| 2026-09-20 | 2.4304 | -0.04% |
| 2026-09-19 | 2.4314 | -0.17% |
| 2026-09-18 | 2.4355 | +0.60% |
| 2026-09-17 | 2.4211 | +0.58% |
| 2026-09-16 | 2.4071 | +0.21% |
| 2026-09-15 | 2.402 | +0.03% |
| 2026-09-14 | 2.4013 | -0.11% |
| 2026-09-13 | 2.4038 | +0.13% |
| 2026-09-12 | 2.4007 | +0.03% |
| Date | 1 KWD in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 2.4 | +0.15% |
| 2026-09-10 | 2.3964 | +0.39% |
| 2026-09-09 | 2.387 | -0.15% |
| 2026-09-08 | 2.3907 | -0.04% |
| 2026-09-07 | 2.3916 | -0.03% |
| 2026-09-06 | 2.3924 | +0.02% |
| 2026-09-05 | 2.392 | -0.02% |
| 2026-09-04 | 2.3924 | -0.22% |
| 2026-09-03 | 2.3976 | -0.02% |
| 2026-09-02 | 2.3981 | +0.27% |
| 2026-09-01 | 2.3916 | +0.02% |
| 2026-08-31 | 2.3912 | +0.32% |
| 2026-08-30 | 2.3834 | -0.00% |
| 2026-08-29 | 2.3835 | -0.03% |
| 2026-08-28 | 2.3841 | — |
KWD to GBP conversion table
1 KWD2.4434 GBP
5 KWD12.2168 GBP
10 KWD24.4337 GBP
25 KWD61.0842 GBP
50 KWD122.1683 GBP
100 KWD244.3366 GBP
500 KWD1,221.683 GBP
1,000 KWD2,443.366 GBP
5,000 KWD12,216.83 GBP
10,000 KWD24,433.66 GBP
Get the KWD/GBP rate in your app
One GET request returns the latest KWD → 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/KWD/GBP"fetch('https://rate-api.com/api/v1/pair/KWD/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KWD = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KWD/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KWD = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KWD/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KWD = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "KWD",
"to": "GBP"
},
"rate": 2.4434,
"timestamp": 1790432209,
"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 KWDBritish Pound → Kuwaiti Dinar0.40927Convert KWD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.