GBP to CDF exchange rate API
Pound Sterling to Congolese Franc · quoted 2026-09-25
3052.70
▼ +15.98% over 1Y
1 GBP = 3052.70 CDF · 1 CDF = 0.000328 GBP · Get this rate via the API
1 GBP buys 3052.70 CDF as of 2026-09-25, so 1 CDF buys 0.000328 GBP. Over the last year, GBP/CDF traded between 2817.27 and 3633.21, averaged 3077.17 and fell 15.98%. The API holds daily GBP/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GBP/CDF over 1Y: show the values
| Point | GBP/CDF |
|---|---|
| 2025-09-25 | 3633.21 |
| 2025-10-02 | 3435.24 |
| 2025-10-09 | 3225.32 |
| 2025-10-16 | 2836.38 |
| 2025-10-23 | 3031.31 |
| 2025-10-30 | 2999.36 |
| 2025-11-06 | 2872.45 |
| 2025-11-13 | 2817.27 |
| 2025-11-20 | 2976.79 |
| 2025-11-27 | 3014.29 |
| 2025-12-04 | 3045.47 |
| 2025-12-12 | 3064.05 |
| 2025-12-19 | 3077.47 |
| 2025-12-26 | 3073.61 |
| 2026-01-02 | 3050.10 |
| 2026-01-09 | 3090.95 |
| 2026-01-16 | 3041.13 |
| 2026-01-23 | 2922.47 |
| 2026-01-30 | 3164.69 |
| 2026-02-06 | 3116.46 |
| 2026-02-13 | 3126.60 |
| 2026-02-20 | 3107.67 |
| 2026-02-27 | 2893.99 |
| 2026-03-06 | 3080.44 |
| 2026-03-13 | 3015.76 |
| 2026-03-20 | 3086.39 |
| 2026-03-27 | 3071.75 |
| 2026-04-03 | 3055.21 |
| 2026-04-10 | 3092.28 |
| 2026-04-17 | 3120.86 |
| 2026-04-24 | 3120.85 |
| 2026-05-01 | 3155.99 |
| 2026-05-08 | 3152.24 |
| 2026-05-16 | 2994.82 |
| 2026-05-24 | 3022.37 |
| 2026-05-31 | 3058.55 |
| 2026-06-09 | 3098.65 |
| 2026-06-16 | 3103.80 |
| 2026-06-23 | 3035.55 |
| 2026-06-30 | 3058.77 |
| 2026-07-07 | 3088.46 |
| 2026-07-14 | 3065.76 |
| 2026-07-21 | 3088.29 |
| 2026-07-28 | 3064.64 |
| 2026-08-04 | 3075.97 |
| 2026-08-11 | 3091.40 |
| 2026-08-18 | 3100.39 |
| 2026-08-26 | 3124.62 |
| 2026-09-02 | 3093.59 |
| 2026-09-09 | 3127.62 |
| 2026-09-16 | 3108.63 |
| 2026-09-23 | 3067.16 |
High
3633.21
Low
2817.27
Average
3077.17
Get this rate via the API
One GET request returns the GBP/CDF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=CDF").json()Replace YOUR_API_KEY with the key from your dashboard.
GBP/CDF API questions
How do I get the GBP/CDF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/CDF rate in rates.CDF.
How far back does GBP/CDF historical data go?
Daily GBP/CDF rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free GBP/CDF exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.