Convert GBP to XAF
British Pound → Central African CFA Franc
1 GBP = 762.3418 XAF(1 XAF = 0.00131175 GBP)
Currency converter
1 GBP =
762.3418 XAF
GBP to XAF: last 30 days
Over the last 30 days, 1 GBP traded between 761.706 and 769.2563 XAF, averaging 764.3009 XAF. The GBP/XAF rate is down 0.35% since 2026-08-28.
- 30-day high
- 769.2563
- 2026-08-29
- 30-day low
- 761.706
- 2026-09-18
- 30-day average
- 764.3009
- Days with data: 30
- 30-day change
- -0.35%
- since 2026-08-28
769.2563
761.7062026-08-28 → 2026-09-26
| Date | 1 GBP in XAF | Daily change |
|---|---|---|
| 2026-09-26 | 762.3418 | 0.00% |
| 2026-09-25 | 762.3418 | -0.07% |
| 2026-09-24 | 762.8649 | -0.04% |
| 2026-09-23 | 763.1844 | -0.10% |
| 2026-09-22 | 763.9219 | -0.21% |
| 2026-09-21 | 765.5358 | +0.46% |
| 2026-09-20 | 762.0664 | -0.00% |
| 2026-09-19 | 762.0996 | +0.05% |
| 2026-09-18 | 761.706 | -0.49% |
| 2026-09-17 | 765.4446 | +0.10% |
| 2026-09-16 | 764.6906 | -0.26% |
| 2026-09-15 | 766.7033 | +0.19% |
| 2026-09-14 | 765.2186 | +0.17% |
| 2026-09-13 | 763.9431 | -0.00% |
| 2026-09-12 | 763.9638 | +0.03% |
| Date | 1 GBP in XAF | Daily change |
|---|---|---|
| 2026-09-11 | 763.7575 | +0.22% |
| 2026-09-10 | 762.0466 | -0.39% |
| 2026-09-09 | 765.0103 | +0.09% |
| 2026-09-08 | 764.3403 | -0.01% |
| 2026-09-07 | 764.4521 | +0.06% |
| 2026-09-06 | 763.9772 | -0.03% |
| 2026-09-05 | 764.1832 | +0.08% |
| 2026-09-04 | 763.5444 | +0.02% |
| 2026-09-03 | 763.3912 | -0.06% |
| 2026-09-02 | 763.8259 | -0.14% |
| 2026-09-01 | 764.9344 | -0.17% |
| 2026-08-31 | 766.2013 | -0.37% |
| 2026-08-30 | 769.046 | -0.03% |
| 2026-08-29 | 769.2563 | +0.55% |
| 2026-08-28 | 765.0333 | — |
GBP to XAF conversion table
1 GBP762.3418 XAF
5 GBP3,811.709 XAF
10 GBP7,623.418 XAF
25 GBP19,058.545 XAF
50 GBP38,117.09 XAF
100 GBP76,234.18 XAF
500 GBP381,170.9 XAF
1,000 GBP762,341.8 XAF
5,000 GBP3,811,709 XAF
10,000 GBP7,623,418 XAF
Get the GBP/XAF rate in your app
One GET request returns the latest GBP → XAF 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/XAF"fetch('https://rate-api.com/api/v1/pair/GBP/XAF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} XAF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/XAF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} XAF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/XAF');
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']} XAF\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "XAF"
},
"rate": 762.3418,
"timestamp": 1790429427,
"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
XAF to GBPCentral African CFA Franc → British Pound0.0013117Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.