Convert DZD to CNY
Algerian Dinar → Chinese Yuan
1 DZD = 0.0502189 CNY(1 CNY = 19.912803 DZD)
Currency converter
1 DZD =
0.050219 CNY
DZD to CNY: last 30 days
Over the last 30 days, 1 DZD traded between 0.050028 and 0.050482 CNY, averaging 0.050275 CNY. The DZD/CNY rate is down 0.52% since 2026-08-28.
- 30-day high
- 0.050482
- 2026-08-28
- 30-day low
- 0.050028
- 2026-09-18
- 30-day average
- 0.050275
- Days with data: 30
- 30-day change
- -0.52%
- since 2026-08-28
0.050482
0.0500282026-08-28 → 2026-09-26
| Date | 1 DZD in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.050219 | 0.00% |
| 2026-09-25 | 0.050219 | +0.18% |
| 2026-09-24 | 0.050127 | +0.12% |
| 2026-09-23 | 0.050068 | -0.01% |
| 2026-09-22 | 0.050073 | -0.02% |
| 2026-09-21 | 0.050084 | +0.08% |
| 2026-09-20 | 0.050045 | -0.05% |
| 2026-09-19 | 0.050071 | +0.09% |
| 2026-09-18 | 0.050028 | -0.09% |
| 2026-09-17 | 0.050075 | -0.14% |
| 2026-09-16 | 0.050145 | -0.12% |
| 2026-09-15 | 0.050205 | -0.30% |
| 2026-09-14 | 0.050356 | +0.10% |
| 2026-09-13 | 0.050307 | -0.06% |
| 2026-09-12 | 0.050338 | -0.18% |
| Date | 1 DZD in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.05043 | +0.14% |
| 2026-09-10 | 0.05036 | -0.04% |
| 2026-09-09 | 0.05038 | -0.02% |
| 2026-09-08 | 0.05039 | -0.02% |
| 2026-09-07 | 0.050399 | +0.06% |
| 2026-09-06 | 0.050371 | -0.00% |
| 2026-09-05 | 0.050371 | +0.03% |
| 2026-09-04 | 0.050355 | -0.03% |
| 2026-09-03 | 0.050369 | +0.01% |
| 2026-09-02 | 0.050365 | -0.09% |
| 2026-09-01 | 0.050412 | +0.01% |
| 2026-08-31 | 0.050409 | +0.05% |
| 2026-08-30 | 0.050383 | -0.05% |
| 2026-08-29 | 0.050406 | -0.15% |
| 2026-08-28 | 0.050482 | — |
DZD to CNY conversion table
1 DZD0.050219 CNY
5 DZD0.25109 CNY
10 DZD0.50219 CNY
25 DZD1.2555 CNY
50 DZD2.5109 CNY
100 DZD5.0219 CNY
500 DZD25.1095 CNY
1,000 DZD50.2189 CNY
5,000 DZD251.0947 CNY
10,000 DZD502.1895 CNY
Get the DZD/CNY rate in your app
One GET request returns the latest DZD → 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/DZD/CNY"fetch('https://rate-api.com/api/v1/pair/DZD/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 DZD = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/DZD/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 DZD = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/DZD/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 DZD = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "DZD",
"to": "CNY"
},
"rate": 0.0502,
"timestamp": 1790435119,
"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 DZDChinese Yuan → Algerian Dinar19.9128Convert DZD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.