USD to CDF exchange rate API
US Dollar to Congolese Franc · quoted 2026-09-27
2281.23
▼ +15.42% over 1Y
1 USD = 2281.23 CDF · 1 CDF = 0.000438 USD · Get this rate via the API
1 USD buys 2281.23 CDF as of 2026-09-27, so 1 CDF buys 0.000438 USD. Over the last year, USD/CDF traded between 2129.95 and 2697.24, averaged 2276.40 and fell 15.42%. The API holds daily USD/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/CDF over 1Y: show the values
| Point | USD/CDF |
|---|---|
| 2025-09-27 | 2697.24 |
| 2025-10-04 | 2507.71 |
| 2025-10-11 | 2366.85 |
| 2025-10-18 | 2129.95 |
| 2025-10-25 | 2282.65 |
| 2025-11-01 | 2278.67 |
| 2025-11-08 | 2188.34 |
| 2025-11-15 | 2193.21 |
| 2025-11-22 | 2202.02 |
| 2025-11-29 | 2280.75 |
| 2025-12-06 | 2291.50 |
| 2025-12-14 | 2236.26 |
| 2025-12-21 | 2136.73 |
| 2025-12-28 | 2215.11 |
| 2026-01-04 | 2197.10 |
| 2026-01-11 | 2146.13 |
| 2026-01-18 | 2158.21 |
| 2026-01-25 | 2211.13 |
| 2026-02-01 | 2136.53 |
| 2026-02-08 | 2211.52 |
| 2026-02-15 | 2269.89 |
| 2026-02-22 | 2296.40 |
| 2026-03-01 | 2209.47 |
| 2026-03-08 | 2200.94 |
| 2026-03-15 | 2252.25 |
| 2026-03-22 | 2290.32 |
| 2026-03-29 | 2290.84 |
| 2026-04-05 | 2304.03 |
| 2026-04-12 | 2300.00 |
| 2026-04-19 | 2310.00 |
| 2026-04-26 | 2315.00 |
| 2026-05-03 | 2320.00 |
| 2026-05-10 | 2265.00 |
| 2026-05-18 | 2247.48 |
| 2026-05-26 | 2299.24 |
| 2026-06-02 | 2295.72 |
| 2026-06-11 | 2309.39 |
| 2026-06-18 | 2324.62 |
| 2026-06-25 | 2299.14 |
| 2026-07-02 | 2275.00 |
| 2026-07-09 | 2309.82 |
| 2026-07-16 | 2307.79 |
| 2026-07-23 | 2306.02 |
| 2026-07-30 | 2305.55 |
| 2026-08-06 | 2287.77 |
| 2026-08-13 | 2289.33 |
| 2026-08-21 | 2292.50 |
| 2026-08-28 | 2295.00 |
| 2026-09-04 | 2301.69 |
| 2026-09-11 | 2308.75 |
| 2026-09-18 | 2311.00 |
| 2026-09-25 | 2310.23 |
High
2697.24
Low
2129.95
Average
2276.40
Get this rate via the API
One GET request returns the USD/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=USD¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=CDF").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/CDF API questions
How do I get the USD/CDF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/CDF rate in rates.CDF.
How far back does USD/CDF historical data go?
Daily USD/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 USD/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.