GBP to CDF exchange rate API
Pound Sterling to Congolese Franc · quoted 2026-09-25
3052.70
▼ +0.47% over YTD
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 year to date, GBP/CDF traded between 2855.19 and 3155.83, averaged 3064.11 and fell 0.47%. 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 YTD: show the values
| Point | GBP/CDF |
|---|---|
| 2025-12-31 | 3067.23 |
| 2026-01-07 | 3096.63 |
| 2026-01-14 | 2866.79 |
| 2026-01-21 | 2871.82 |
| 2026-01-28 | 3155.83 |
| 2026-02-04 | 3119.82 |
| 2026-02-11 | 3121.20 |
| 2026-02-18 | 3136.60 |
| 2026-02-25 | 2855.19 |
| 2026-03-04 | 3077.50 |
| 2026-03-11 | 2927.07 |
| 2026-03-18 | 3071.95 |
| 2026-03-25 | 3102.07 |
| 2026-04-01 | 3083.78 |
| 2026-04-08 | 3124.33 |
| 2026-04-15 | 3130.13 |
| 2026-04-22 | 3124.19 |
| 2026-04-29 | 3137.84 |
| 2026-05-06 | 3152.61 |
| 2026-05-14 | 3080.26 |
| 2026-05-21 | 3079.81 |
| 2026-05-29 | 3092.99 |
| 2026-06-05 | 3127.06 |
| 2026-06-14 | 3054.87 |
| 2026-06-21 | 2998.34 |
| 2026-06-28 | 3006.93 |
| 2026-07-05 | 3006.72 |
| 2026-07-12 | 3018.47 |
| 2026-07-19 | 3040.47 |
| 2026-07-26 | 3007.53 |
| 2026-08-02 | 3061.03 |
| 2026-08-09 | 3058.44 |
| 2026-08-16 | 3065.17 |
| 2026-08-24 | 3125.63 |
| 2026-08-31 | 3077.71 |
| 2026-09-07 | 3114.08 |
| 2026-09-14 | 3115.01 |
| 2026-09-21 | 3094.52 |
High
3155.83
Low
2855.19
Average
3064.11
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.