Skip to content

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

USD/CDF over 1Y: show the values
PointUSD/CDF
2025-09-272697.24
2025-10-042507.71
2025-10-112366.85
2025-10-182129.95
2025-10-252282.65
2025-11-012278.67
2025-11-082188.34
2025-11-152193.21
2025-11-222202.02
2025-11-292280.75
2025-12-062291.50
2025-12-142236.26
2025-12-212136.73
2025-12-282215.11
2026-01-042197.10
2026-01-112146.13
2026-01-182158.21
2026-01-252211.13
2026-02-012136.53
2026-02-082211.52
2026-02-152269.89
2026-02-222296.40
2026-03-012209.47
2026-03-082200.94
2026-03-152252.25
2026-03-222290.32
2026-03-292290.84
2026-04-052304.03
2026-04-122300.00
2026-04-192310.00
2026-04-262315.00
2026-05-032320.00
2026-05-102265.00
2026-05-182247.48
2026-05-262299.24
2026-06-022295.72
2026-06-112309.39
2026-06-182324.62
2026-06-252299.14
2026-07-022275.00
2026-07-092309.82
2026-07-162307.79
2026-07-232306.02
2026-07-302305.55
2026-08-062287.77
2026-08-132289.33
2026-08-212292.50
2026-08-282295.00
2026-09-042301.69
2026-09-112308.75
2026-09-182311.00
2026-09-252310.23

High

2697.24

Low

2129.95

Average

2276.40

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=CDF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=CDF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=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&currencies=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.