Convert CDF to CNY
Congolese Franc → Chinese Yuan
1 CDF = 0.00290588 CNY(1 CNY = 344.13021 CDF)
Currency converter
1 CDF =
0.0029059 CNY
CDF to CNY: last 30 days
Over the last 30 days, 1 CDF traded between 0.0028981 and 0.0029598 CNY, averaging 0.0029207 CNY. The CDF/CNY rate is down 0.77% since 2026-08-28.
- 30-day high
- 0.0029598
- 2026-09-06
- 30-day low
- 0.0028981
- 2026-09-21
- 30-day average
- 0.0029207
- Days with data: 30
- 30-day change
- -0.77%
- since 2026-08-28
0.0029598
0.00289812026-08-28 → 2026-09-26
| Date | 1 CDF in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.0029059 | 0.00% |
| 2026-09-25 | 0.0029059 | +0.01% |
| 2026-09-24 | 0.0029056 | +0.08% |
| 2026-09-23 | 0.0029033 | +0.07% |
| 2026-09-22 | 0.0029013 | +0.11% |
| 2026-09-21 | 0.0028981 | -1.11% |
| 2026-09-20 | 0.0029307 | +0.77% |
| 2026-09-19 | 0.0029084 | +0.35% |
| 2026-09-18 | 0.0028981 | -0.38% |
| 2026-09-17 | 0.0029093 | +0.21% |
| 2026-09-16 | 0.0029032 | -0.16% |
| 2026-09-15 | 0.0029078 | +0.06% |
| 2026-09-14 | 0.0029061 | -1.76% |
| 2026-09-13 | 0.0029583 | +0.06% |
| 2026-09-12 | 0.0029565 | +1.75% |
| Date | 1 CDF in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.0029056 | +0.01% |
| 2026-09-10 | 0.0029054 | -0.13% |
| 2026-09-09 | 0.0029093 | +0.01% |
| 2026-09-08 | 0.0029091 | -0.24% |
| 2026-09-07 | 0.0029159 | -1.48% |
| 2026-09-06 | 0.0029598 | +0.52% |
| 2026-09-05 | 0.0029446 | +1.00% |
| 2026-09-04 | 0.0029156 | -0.47% |
| 2026-09-03 | 0.0029295 | +0.00% |
| 2026-09-02 | 0.0029295 | +0.01% |
| 2026-09-01 | 0.0029291 | -0.91% |
| 2026-08-31 | 0.0029561 | +0.14% |
| 2026-08-30 | 0.0029518 | +0.61% |
| 2026-08-29 | 0.0029341 | +0.19% |
| 2026-08-28 | 0.0029285 | — |
CDF to CNY conversion table
1 CDF0.0029059 CNY
5 CDF0.014529 CNY
10 CDF0.029059 CNY
25 CDF0.072647 CNY
50 CDF0.14529 CNY
100 CDF0.29059 CNY
500 CDF1.4529 CNY
1,000 CDF2.9059 CNY
5,000 CDF14.5294 CNY
10,000 CDF29.0588 CNY
Get the CDF/CNY rate in your app
One GET request returns the latest CDF → CNY 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/CNY?precision=6"fetch('https://rate-api.com/api/v1/pair/CDF/CNY?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CDF = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CDF/CNY?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CDF = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CDF/CNY?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']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "CDF",
"to": "CNY"
},
"rate": 0.002906,
"timestamp": 1790432077,
"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
CNY to CDFChinese Yuan → Congolese Franc344.1302Convert CDF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.