Convert GBP to CDF
British Pound → Congolese Franc
1 GBP = 3,061.597 CDF(1 CDF = 0.000326627 GBP)
Currency converter
1 GBP =
3,061.597 CDF
GBP to CDF: last 30 days
Over the last 30 days, 1 GBP traded between 3,049.6011 and 3,127.6026 CDF, averaging 3,091.4576 CDF. The GBP/CDF rate is down 1.78% since 2026-08-28.
- 30-day high
- 3,127.6026
- 2026-09-09
- 30-day low
- 3,049.6011
- 2026-09-20
- 30-day average
- 3,091.4576
- Days with data: 30
- 30-day change
- -1.78%
- since 2026-08-28
3,127.6026
3,049.60112026-08-28 → 2026-09-26
| Date | 1 GBP in CDF | Daily change |
|---|---|---|
| 2026-09-26 | 3,061.597 | 0.00% |
| 2026-09-25 | 3,061.597 | +0.25% |
| 2026-09-24 | 3,054.0514 | -0.43% |
| 2026-09-23 | 3,067.1626 | -0.61% |
| 2026-09-22 | 3,086.0851 | -0.27% |
| 2026-09-21 | 3,094.5247 | +1.47% |
| 2026-09-20 | 3,049.6011 | -0.76% |
| 2026-09-19 | 3,072.9527 | -0.35% |
| 2026-09-18 | 3,083.8405 | -0.01% |
| 2026-09-17 | 3,084.0166 | -0.79% |
| 2026-09-16 | 3,108.6423 | -0.11% |
| 2026-09-15 | 3,112.1261 | -0.09% |
| 2026-09-14 | 3,115.0278 | +1.69% |
| 2026-09-13 | 3,063.1154 | -0.06% |
| 2026-09-12 | 3,064.9023 | -1.72% |
| Date | 1 GBP in CDF | Daily change |
|---|---|---|
| 2026-09-11 | 3,118.6677 | -0.07% |
| 2026-09-10 | 3,120.8171 | -0.22% |
| 2026-09-09 | 3,127.6026 | +0.10% |
| 2026-09-08 | 3,124.6184 | +0.34% |
| 2026-09-07 | 3,114.09 | +1.51% |
| 2026-09-06 | 3,067.7002 | -0.51% |
| 2026-09-05 | 3,083.5005 | -0.99% |
| 2026-09-04 | 3,114.1838 | +0.60% |
| 2026-09-03 | 3,095.6512 | +0.07% |
| 2026-09-02 | 3,093.5642 | -0.38% |
| 2026-09-01 | 3,105.3789 | +0.90% |
| 2026-08-31 | 3,077.7052 | -0.48% |
| 2026-08-30 | 3,092.5479 | -0.60% |
| 2026-08-29 | 3,111.2681 | -0.19% |
| 2026-08-28 | 3,117.1894 | — |
GBP to CDF conversion table
1 GBP3,061.597 CDF
5 GBP15,307.985 CDF
10 GBP30,615.97 CDF
25 GBP76,539.925 CDF
50 GBP153,079.85 CDF
100 GBP306,159.7 CDF
500 GBP1,530,798.5 CDF
1,000 GBP3,061,597 CDF
5,000 GBP15,307,985 CDF
10,000 GBP30,615,970 CDF
Get the GBP/CDF rate in your app
One GET request returns the latest GBP → CDF 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/CDF"fetch('https://rate-api.com/api/v1/pair/GBP/CDF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} CDF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/CDF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} CDF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/CDF');
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']} CDF\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "CDF"
},
"rate": 3061.597,
"timestamp": 1790429359,
"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
CDF to GBPCongolese Franc → British Pound0.00032663Convert GBP to other currencies
Convert other currencies to CDF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.