USD to CDF exchange rate API
US Dollar to Congolese Franc · quoted 2026-09-27
2281.23
▼ +1.59% over 6M
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 6 months, USD/CDF traded between 2267.34 and 2325.00, averaged 2292.99 and fell 1.59%. 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 6M: show the values
| Point | USD/CDF |
|---|---|
| 2026-03-31 | 2318.11 |
| 2026-04-07 | 2312.14 |
| 2026-04-14 | 2310.00 |
| 2026-04-21 | 2311.00 |
| 2026-04-28 | 2325.00 |
| 2026-05-05 | 2316.00 |
| 2026-05-12 | 2272.96 |
| 2026-05-20 | 2294.97 |
| 2026-05-28 | 2284.42 |
| 2026-06-04 | 2316.23 |
| 2026-06-13 | 2300.40 |
| 2026-06-20 | 2292.75 |
| 2026-06-27 | 2304.40 |
| 2026-07-04 | 2283.34 |
| 2026-07-11 | 2299.00 |
| 2026-07-18 | 2297.46 |
| 2026-07-25 | 2287.55 |
| 2026-08-01 | 2272.77 |
| 2026-08-08 | 2284.17 |
| 2026-08-15 | 2292.50 |
| 2026-08-23 | 2276.01 |
| 2026-08-30 | 2276.86 |
| 2026-09-06 | 2267.34 |
| 2026-09-13 | 2267.62 |
| 2026-09-20 | 2285.34 |
| 2026-09-27 | 2281.23 |
High
2325.00
Low
2267.34
Average
2292.99
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.