Convert CNY to CDF
Chinese Yuan → Congolese Franc
1 CNY = 344.13021 CDF(1 CDF = 0.00290588 CNY)
Currency converter
1 CNY =
344.1302 CDF
CNY to CDF: last 30 days
Over the last 30 days, 1 CNY traded between 337.8589 and 345.0501 CDF, averaging 342.3941 CDF. The CNY/CDF rate is up 0.78% since 2026-08-28.
- 30-day high
- 345.0501
- 2026-09-21
- 30-day low
- 337.8589
- 2026-09-06
- 30-day average
- 342.3941
- Days with data: 30
- 30-day change
- +0.78%
- since 2026-08-28
345.0501
337.85892026-08-28 → 2026-09-26
| Date | 1 CNY in CDF | Daily change |
|---|---|---|
| 2026-09-26 | 344.1302 | 0.00% |
| 2026-09-25 | 344.1302 | -0.01% |
| 2026-09-24 | 344.1662 | -0.08% |
| 2026-09-23 | 344.4337 | -0.07% |
| 2026-09-22 | 344.6783 | -0.11% |
| 2026-09-21 | 345.0501 | +1.12% |
| 2026-09-20 | 341.2178 | -0.76% |
| 2026-09-19 | 343.8306 | -0.35% |
| 2026-09-18 | 345.0489 | +0.38% |
| 2026-09-17 | 343.727 | -0.21% |
| 2026-09-16 | 344.4484 | +0.16% |
| 2026-09-15 | 343.9081 | -0.06% |
| 2026-09-14 | 344.1 | +1.79% |
| 2026-09-13 | 338.0377 | -0.06% |
| 2026-09-12 | 338.2349 | -1.72% |
| Date | 1 CNY in CDF | Daily change |
|---|---|---|
| 2026-09-11 | 344.1683 | -0.01% |
| 2026-09-10 | 344.1913 | +0.13% |
| 2026-09-09 | 343.7295 | -0.01% |
| 2026-09-08 | 343.7523 | +0.24% |
| 2026-09-07 | 342.9443 | +1.51% |
| 2026-09-06 | 337.8589 | -0.51% |
| 2026-09-05 | 339.599 | -0.99% |
| 2026-09-04 | 342.9783 | +0.48% |
| 2026-09-03 | 341.3505 | -0.00% |
| 2026-09-02 | 341.3529 | -0.01% |
| 2026-09-01 | 341.4009 | +0.92% |
| 2026-08-31 | 338.2879 | -0.14% |
| 2026-08-30 | 338.7727 | -0.60% |
| 2026-08-29 | 340.8234 | -0.19% |
| 2026-08-28 | 341.4721 | — |
CNY to CDF conversion table
1 CNY344.1302 CDF
5 CNY1,720.651 CDF
10 CNY3,441.3021 CDF
25 CNY8,603.2551 CDF
50 CNY17,206.51 CDF
100 CNY34,413.021 CDF
500 CNY172,065.1 CDF
1,000 CNY344,130.21 CDF
5,000 CNY1,720,651 CDF
10,000 CNY3,441,302.1 CDF
Get the CNY/CDF rate in your app
One GET request returns the latest CNY → 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/CNY/CDF"fetch('https://rate-api.com/api/v1/pair/CNY/CDF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} CDF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/CDF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} CDF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/CDF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNY = {$data['rate']} CDF\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "CDF"
},
"rate": 344.1302,
"timestamp": 1790429333,
"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 CNYCongolese Franc → Chinese Yuan0.0029059Convert CNY to other currencies
Convert other currencies to CDF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.