Convert GBP to KMF
British Pound → Comorian Franc
1 GBP = 571.75635 KMF(1 KMF = 0.001749 GBP)
Currency converter
1 GBP =
571.7564 KMF
GBP to KMF: last 30 days
Over the last 30 days, 1 GBP traded between 571.131 and 576.9422 KMF, averaging 573.2207 KMF. The GBP/KMF rate is down 0.35% since 2026-08-28.
- 30-day high
- 576.9422
- 2026-08-29
- 30-day low
- 571.131
- 2026-09-18
- 30-day average
- 573.2207
- Days with data: 30
- 30-day change
- -0.35%
- since 2026-08-28
576.9422
571.1312026-08-28 → 2026-09-26
| Date | 1 GBP in KMF | Daily change |
|---|---|---|
| 2026-09-26 | 571.7564 | 0.00% |
| 2026-09-25 | 571.7564 | -0.07% |
| 2026-09-24 | 572.1487 | -0.04% |
| 2026-09-23 | 572.3883 | -0.10% |
| 2026-09-22 | 572.9414 | -0.21% |
| 2026-09-21 | 574.1519 | +0.46% |
| 2026-09-20 | 571.5498 | -0.00% |
| 2026-09-19 | 571.5747 | +0.08% |
| 2026-09-18 | 571.131 | -0.51% |
| 2026-09-17 | 574.0834 | +0.10% |
| 2026-09-16 | 573.518 | -0.26% |
| 2026-09-15 | 575.0275 | +0.19% |
| 2026-09-14 | 573.914 | +0.17% |
| 2026-09-13 | 572.9573 | -0.00% |
| 2026-09-12 | 572.9728 | +0.03% |
| Date | 1 GBP in KMF | Daily change |
|---|---|---|
| 2026-09-11 | 572.8181 | +0.22% |
| 2026-09-10 | 571.5349 | -0.39% |
| 2026-09-09 | 573.7577 | +0.09% |
| 2026-09-08 | 573.2552 | -0.01% |
| 2026-09-07 | 573.339 | +0.06% |
| 2026-09-06 | 572.9829 | -0.03% |
| 2026-09-05 | 573.1374 | +0.08% |
| 2026-09-04 | 572.6583 | +0.02% |
| 2026-09-03 | 572.5434 | -0.06% |
| 2026-09-02 | 572.8694 | -0.14% |
| 2026-09-01 | 573.7008 | -0.17% |
| 2026-08-31 | 574.651 | -0.37% |
| 2026-08-30 | 576.7845 | -0.03% |
| 2026-08-29 | 576.9422 | +0.55% |
| 2026-08-28 | 573.775 | — |
GBP to KMF conversion table
1 GBP571.7564 KMF
5 GBP2,858.7817 KMF
10 GBP5,717.5635 KMF
25 GBP14,293.909 KMF
50 GBP28,587.817 KMF
100 GBP57,175.635 KMF
500 GBP285,878.17 KMF
1,000 GBP571,756.35 KMF
5,000 GBP2,858,781.7 KMF
10,000 GBP5,717,563.5 KMF
Get the GBP/KMF rate in your app
One GET request returns the latest GBP → KMF 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/GBP/KMF"fetch('https://rate-api.com/api/v1/pair/GBP/KMF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} KMF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/KMF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} KMF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/KMF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} KMF\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "KMF"
},
"rate": 571.7563,
"timestamp": 1790429405,
"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
KMF to GBPComorian Franc → British Pound0.001749Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.