Convert CHF to CDF
Swiss Franc → Congolese Franc
1 CHF = 2,789.1489 CDF(1 CDF = 0.000358532 CHF)
Currency converter
1 CHF =
2,789.1489 CDF
CHF to CDF: last 30 days
Over the last 30 days, 1 CHF traded between 2,767.929 and 2,856.8385 CDF, averaging 2,816.8348 CDF. The CHF/CDF rate is down 2.26% since 2026-08-28.
- 30-day high
- 2,856.8385
- 2026-09-09
- 30-day low
- 2,767.929
- 2026-09-20
- 30-day average
- 2,816.8348
- Days with data: 30
- 30-day change
- -2.26%
- since 2026-08-28
2,856.8385
2,767.9292026-08-28 → 2026-09-26
| Date | 1 CHF in CDF | Daily change |
|---|---|---|
| 2026-09-26 | 2,789.1489 | 0.00% |
| 2026-09-25 | 2,789.1489 | -0.07% |
| 2026-09-24 | 2,791.005 | -0.59% |
| 2026-09-23 | 2,807.4827 | -0.38% |
| 2026-09-22 | 2,818.3095 | +0.21% |
| 2026-09-21 | 2,812.5399 | +1.61% |
| 2026-09-20 | 2,767.929 | -0.76% |
| 2026-09-19 | 2,789.1237 | -0.35% |
| 2026-09-18 | 2,799.0059 | +0.10% |
| 2026-09-17 | 2,796.3337 | -0.87% |
| 2026-09-16 | 2,820.7488 | -0.01% |
| 2026-09-15 | 2,821.0656 | -0.22% |
| 2026-09-14 | 2,827.2443 | +1.65% |
| 2026-09-13 | 2,781.3373 | -0.06% |
| 2026-09-12 | 2,782.9599 | -1.72% |
| Date | 1 CHF in CDF | Daily change |
|---|---|---|
| 2026-09-11 | 2,831.7794 | -0.39% |
| 2026-09-10 | 2,842.7423 | -0.49% |
| 2026-09-09 | 2,856.8385 | +0.50% |
| 2026-09-08 | 2,842.5049 | -0.05% |
| 2026-09-07 | 2,844.0257 | +1.51% |
| 2026-09-06 | 2,801.8106 | -0.51% |
| 2026-09-05 | 2,816.2414 | -0.99% |
| 2026-09-04 | 2,844.2653 | +0.26% |
| 2026-09-03 | 2,837.0294 | +0.65% |
| 2026-09-02 | 2,818.8164 | -0.45% |
| 2026-09-01 | 2,831.4797 | +0.71% |
| 2026-08-31 | 2,811.444 | -0.69% |
| 2026-08-30 | 2,830.9967 | -0.60% |
| 2026-08-29 | 2,848.1337 | -0.19% |
| 2026-08-28 | 2,853.5543 | — |
CHF to CDF conversion table
1 CHF2,789.1489 CDF
5 CHF13,945.745 CDF
10 CHF27,891.489 CDF
25 CHF69,728.723 CDF
50 CHF139,457.45 CDF
100 CHF278,914.89 CDF
500 CHF1,394,574.5 CDF
1,000 CHF2,789,148.9 CDF
5,000 CHF13,945,745 CDF
10,000 CHF27,891,489 CDF
Get the CHF/CDF rate in your app
One GET request returns the latest CHF → CDF 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/CHF/CDF"fetch('https://rate-api.com/api/v1/pair/CHF/CDF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} CDF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/CDF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} CDF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/CDF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} CDF\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "CDF"
},
"rate": 2789.1489,
"timestamp": 1790432040,
"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
CDF to CHFCongolese Franc → Swiss Franc0.00035853Convert CHF to other currencies
Convert other currencies to CDF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.