Convert CDF to USD
Congolese Franc → US Dollar
1 CDF = 0.000432858 USD(1 USD = 2,310.2264 CDF)
Currency converter
1 CDF =
0.00043286 USD
CDF to USD: last 30 days
Over the last 30 days, 1 CDF traded between 0.00043271 and 0.00044105 USD, averaging 0.00043527 USD. The CDF/USD rate is down 0.66% since 2026-08-28.
- 30-day high
- 0.00044105
- 2026-09-06
- 30-day low
- 0.00043271
- 2026-09-18
- 30-day average
- 0.00043527
- Days with data: 30
- 30-day change
- -0.66%
- since 2026-08-28
0.00044105
0.000432712026-08-28 → 2026-09-26
| Date | 1 CDF in USD | Daily change |
|---|---|---|
| 2026-09-26 | 0.00043286 | 0.00% |
| 2026-09-25 | 0.00043286 | +0.00% |
| 2026-09-24 | 0.00043285 | +0.00% |
| 2026-09-23 | 0.00043285 | -0.04% |
| 2026-09-22 | 0.00043302 | +0.04% |
| 2026-09-21 | 0.00043285 | -1.08% |
| 2026-09-20 | 0.00043757 | +0.77% |
| 2026-09-19 | 0.00043425 | +0.35% |
| 2026-09-18 | 0.00043271 | -0.24% |
| 2026-09-17 | 0.00043374 | +0.20% |
| 2026-09-16 | 0.00043285 | -0.09% |
| 2026-09-15 | 0.00043325 | +0.01% |
| 2026-09-14 | 0.00043321 | -1.76% |
| 2026-09-13 | 0.00044099 | +0.06% |
| 2026-09-12 | 0.00044073 | +1.75% |
| Date | 1 CDF in USD | Daily change |
|---|---|---|
| 2026-09-11 | 0.00043313 | -0.02% |
| 2026-09-10 | 0.00043323 | -0.11% |
| 2026-09-09 | 0.00043371 | +0.05% |
| 2026-09-08 | 0.00043351 | -0.23% |
| 2026-09-07 | 0.0004345 | -1.48% |
| 2026-09-06 | 0.00044105 | +0.52% |
| 2026-09-05 | 0.00043879 | +1.00% |
| 2026-09-04 | 0.00043446 | -0.35% |
| 2026-09-03 | 0.000436 | +0.04% |
| 2026-09-02 | 0.00043584 | +0.03% |
| 2026-09-01 | 0.00043573 | -0.95% |
| 2026-08-31 | 0.00043991 | +0.16% |
| 2026-08-30 | 0.0004392 | +0.61% |
| 2026-08-29 | 0.00043656 | +0.19% |
| 2026-08-28 | 0.00043573 | — |
CDF to USD conversion table
1 CDF0.00043286 USD
5 CDF0.0021643 USD
10 CDF0.0043286 USD
25 CDF0.010821 USD
50 CDF0.021643 USD
100 CDF0.043286 USD
500 CDF0.21643 USD
1,000 CDF0.43286 USD
5,000 CDF2.1643 USD
10,000 CDF4.3286 USD
Get the CDF/USD rate in your app
One GET request returns the latest CDF → USD rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CDF/USD?precision=6"fetch('https://rate-api.com/api/v1/pair/CDF/USD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CDF = ${data.rate} USD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CDF/USD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CDF = {data['rate']} USD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CDF/USD?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CDF = {$data['rate']} USD\n";Example response
{
"success": true,
"pair": {
"from": "CDF",
"to": "USD"
},
"rate": 0.000433,
"timestamp": 1790432041,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
USD to CDFUS Dollar → Congolese Franc2,310.2264Convert CDF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.