Convert CDF to GBP
Congolese Franc → British Pound
1 CDF = 0.000326627 GBP(1 GBP = 3,061.597 CDF)
Currency converter
1 CDF =
0.00032663 GBP
CDF to GBP: last 30 days
Over the last 30 days, 1 CDF traded between 0.00031973 and 0.00032791 GBP, averaging 0.00032349 GBP. The CDF/GBP rate is up 1.82% since 2026-08-28.
- 30-day high
- 0.00032791
- 2026-09-20
- 30-day low
- 0.00031973
- 2026-09-09
- 30-day average
- 0.00032349
- Days with data: 30
- 30-day change
- +1.82%
- since 2026-08-28
0.00032791
0.000319732026-08-28 → 2026-09-26
| Date | 1 CDF in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.00032663 | 0.00% |
| 2026-09-25 | 0.00032663 | -0.25% |
| 2026-09-24 | 0.00032743 | +0.43% |
| 2026-09-23 | 0.00032603 | +0.62% |
| 2026-09-22 | 0.00032404 | +0.27% |
| 2026-09-21 | 0.00032315 | -1.45% |
| 2026-09-20 | 0.00032791 | +0.77% |
| 2026-09-19 | 0.00032542 | +0.35% |
| 2026-09-18 | 0.00032427 | +0.01% |
| 2026-09-17 | 0.00032425 | +0.80% |
| 2026-09-16 | 0.00032168 | +0.11% |
| 2026-09-15 | 0.00032132 | +0.09% |
| 2026-09-14 | 0.00032102 | -1.67% |
| 2026-09-13 | 0.00032647 | +0.06% |
| 2026-09-12 | 0.00032627 | +1.75% |
| Date | 1 CDF in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.00032065 | +0.07% |
| 2026-09-10 | 0.00032043 | +0.22% |
| 2026-09-09 | 0.00031973 | -0.10% |
| 2026-09-08 | 0.00032004 | -0.34% |
| 2026-09-07 | 0.00032112 | -1.49% |
| 2026-09-06 | 0.00032598 | +0.52% |
| 2026-09-05 | 0.00032431 | +1.00% |
| 2026-09-04 | 0.00032111 | -0.60% |
| 2026-09-03 | 0.00032303 | -0.07% |
| 2026-09-02 | 0.00032325 | +0.38% |
| 2026-09-01 | 0.00032202 | -0.89% |
| 2026-08-31 | 0.00032492 | +0.48% |
| 2026-08-30 | 0.00032336 | +0.61% |
| 2026-08-29 | 0.00032141 | +0.19% |
| 2026-08-28 | 0.0003208 | — |
CDF to GBP conversion table
1 CDF0.00032663 GBP
5 CDF0.0016331 GBP
10 CDF0.0032663 GBP
25 CDF0.0081657 GBP
50 CDF0.016331 GBP
100 CDF0.032663 GBP
500 CDF0.16331 GBP
1,000 CDF0.32663 GBP
5,000 CDF1.6331 GBP
10,000 CDF3.2663 GBP
Get the CDF/GBP rate in your app
One GET request returns the latest CDF → 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/CDF/GBP?precision=6"fetch('https://rate-api.com/api/v1/pair/CDF/GBP?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CDF = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CDF/GBP?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CDF = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CDF/GBP?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CDF = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "CDF",
"to": "GBP"
},
"rate": 0.000327,
"timestamp": 1790432106,
"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 CDFBritish Pound → Congolese Franc3,061.597Convert CDF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.