Convert CNY to DZD
Chinese Yuan → Algerian Dinar
1 CNY = 19.912803 DZD(1 DZD = 0.0502189 CNY)
Currency converter
1 CNY =
19.9128 DZD
CNY to DZD: last 30 days
Over the last 30 days, 1 CNY traded between 19.809 and 19.9886 DZD, averaging 19.8909 DZD. The CNY/DZD rate is up 0.52% since 2026-08-28.
- 30-day high
- 19.9886
- 2026-09-18
- 30-day low
- 19.809
- 2026-08-28
- 30-day average
- 19.8909
- Days with data: 30
- 30-day change
- +0.52%
- since 2026-08-28
19.9886
19.8092026-08-28 → 2026-09-26
| Date | 1 CNY in DZD | Daily change |
|---|---|---|
| 2026-09-26 | 19.9128 | 0.00% |
| 2026-09-25 | 19.9128 | -0.18% |
| 2026-09-24 | 19.9493 | -0.12% |
| 2026-09-23 | 19.9729 | +0.01% |
| 2026-09-22 | 19.971 | +0.02% |
| 2026-09-21 | 19.9664 | -0.08% |
| 2026-09-20 | 19.9819 | +0.05% |
| 2026-09-19 | 19.9717 | -0.09% |
| 2026-09-18 | 19.9886 | +0.09% |
| 2026-09-17 | 19.97 | +0.14% |
| 2026-09-16 | 19.9422 | +0.12% |
| 2026-09-15 | 19.9183 | +0.30% |
| 2026-09-14 | 19.8586 | -0.10% |
| 2026-09-13 | 19.8781 | +0.06% |
| 2026-09-12 | 19.8658 | +0.18% |
| Date | 1 CNY in DZD | Daily change |
|---|---|---|
| 2026-09-11 | 19.8296 | -0.14% |
| 2026-09-10 | 19.8571 | +0.04% |
| 2026-09-09 | 19.8492 | +0.02% |
| 2026-09-08 | 19.8454 | +0.02% |
| 2026-09-07 | 19.8418 | -0.06% |
| 2026-09-06 | 19.8529 | +0.00% |
| 2026-09-05 | 19.8526 | -0.03% |
| 2026-09-04 | 19.8592 | +0.03% |
| 2026-09-03 | 19.8536 | -0.01% |
| 2026-09-02 | 19.8552 | +0.09% |
| 2026-09-01 | 19.8366 | -0.01% |
| 2026-08-31 | 19.8376 | -0.05% |
| 2026-08-30 | 19.8479 | +0.05% |
| 2026-08-29 | 19.8388 | +0.15% |
| 2026-08-28 | 19.809 | — |
CNY to DZD conversion table
1 CNY19.9128 DZD
5 CNY99.564 DZD
10 CNY199.128 DZD
25 CNY497.8201 DZD
50 CNY995.6402 DZD
100 CNY1,991.2803 DZD
500 CNY9,956.4015 DZD
1,000 CNY19,912.803 DZD
5,000 CNY99,564.015 DZD
10,000 CNY199,128.03 DZD
Get the CNY/DZD rate in your app
One GET request returns the latest CNY → DZD 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/DZD"fetch('https://rate-api.com/api/v1/pair/CNY/DZD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} DZD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/DZD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} DZD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/DZD');
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']} DZD\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "DZD"
},
"rate": 19.9128,
"timestamp": 1790429387,
"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
DZD to CNYAlgerian Dinar → Chinese Yuan0.050219Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.