Convert KID to GBP
Kiribati Dollar → British Pound
1 KID = 0.530487 GBP(1 GBP = 1.88506 KID)
Currency converter
1 KID =
0.53049 GBP
KID to GBP: last 30 days
Over the last 30 days, 1 KID traded between 0.52796 and 0.53411 GBP, averaging 0.5312 GBP. The KID/GBP rate is up 0.19% since 2026-08-28.
- 30-day high
- 0.53411
- 2026-09-10
- 30-day low
- 0.52796
- 2026-08-30
- 30-day average
- 0.5312
- Days with data: 30
- 30-day change
- +0.19%
- since 2026-08-28
0.53411
0.527962026-08-28 → 2026-09-26
| Date | 1 KID in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.53049 | 0.00% |
| 2026-09-25 | 0.53049 | -0.20% |
| 2026-09-24 | 0.53153 | -0.15% |
| 2026-09-23 | 0.53233 | -0.12% |
| 2026-09-22 | 0.53299 | +0.27% |
| 2026-09-21 | 0.53155 | -0.38% |
| 2026-09-20 | 0.5336 | -0.01% |
| 2026-09-19 | 0.53364 | +0.13% |
| 2026-09-18 | 0.53296 | +0.28% |
| 2026-09-17 | 0.53144 | +0.34% |
| 2026-09-16 | 0.52966 | +0.06% |
| 2026-09-15 | 0.52934 | -0.26% |
| 2026-09-14 | 0.53072 | +0.02% |
| 2026-09-13 | 0.5306 | -0.04% |
| 2026-09-12 | 0.5308 | +0.03% |
| Date | 1 KID in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.53064 | -0.65% |
| 2026-09-10 | 0.53411 | +0.37% |
| 2026-09-09 | 0.53212 | -0.14% |
| 2026-09-08 | 0.53288 | +0.06% |
| 2026-09-07 | 0.53258 | +0.04% |
| 2026-09-06 | 0.53238 | -0.01% |
| 2026-09-05 | 0.53242 | +0.11% |
| 2026-09-04 | 0.53184 | +0.25% |
| 2026-09-03 | 0.5305 | +0.08% |
| 2026-09-02 | 0.53007 | +0.12% |
| 2026-09-01 | 0.52944 | +0.02% |
| 2026-08-31 | 0.52935 | +0.26% |
| 2026-08-30 | 0.52796 | -0.03% |
| 2026-08-29 | 0.52811 | -0.26% |
| 2026-08-28 | 0.52948 | — |
KID to GBP conversion table
1 KID0.53049 GBP
5 KID2.6524 GBP
10 KID5.3049 GBP
25 KID13.2622 GBP
50 KID26.5244 GBP
100 KID53.0487 GBP
500 KID265.2435 GBP
1,000 KID530.4871 GBP
5,000 KID2,652.4353 GBP
10,000 KID5,304.8705 GBP
Get the KID/GBP rate in your app
One GET request returns the latest KID → 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/KID/GBP"fetch('https://rate-api.com/api/v1/pair/KID/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KID = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KID/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KID = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KID/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KID = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "KID",
"to": "GBP"
},
"rate": 0.5305,
"timestamp": 1790435123,
"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 KIDBritish Pound → Kiribati Dollar1.8851Convert KID to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.