Convert CHF to DZD
Swiss Franc → Algerian Dinar
1 CHF = 161.39174 DZD(1 DZD = 0.0061961 CHF)
Currency converter
1 CHF =
161.3917 DZD
CHF to DZD: last 30 days
Over the last 30 days, 1 CHF traded between 161.3917 and 165.8618 DZD, averaging 163.6421 DZD. The CHF/DZD rate is down 2.50% since 2026-08-28.
- 30-day high
- 165.8618
- 2026-08-30
- 30-day low
- 161.3917
- 2026-09-25
- 30-day average
- 163.6421
- Days with data: 30
- 30-day change
- -2.50%
- since 2026-08-28
165.8618
161.39172026-08-28 → 2026-09-26
| Date | 1 CHF in DZD | Daily change |
|---|---|---|
| 2026-09-26 | 161.3917 | 0.00% |
| 2026-09-25 | 161.3917 | -0.24% |
| 2026-09-24 | 161.7779 | -0.63% |
| 2026-09-23 | 162.7991 | -0.30% |
| 2026-09-22 | 163.2955 | +0.34% |
| 2026-09-21 | 162.7485 | +0.41% |
| 2026-09-20 | 162.0918 | +0.05% |
| 2026-09-19 | 162.0083 | -0.09% |
| 2026-09-18 | 162.1462 | -0.19% |
| 2026-09-17 | 162.4623 | -0.52% |
| 2026-09-16 | 163.3102 | -0.05% |
| 2026-09-15 | 163.3888 | +0.14% |
| 2026-09-14 | 163.1651 | -0.24% |
| 2026-09-13 | 163.5548 | +0.06% |
| 2026-09-12 | 163.4539 | +0.18% |
| Date | 1 CHF in DZD | Daily change |
|---|---|---|
| 2026-09-11 | 163.1559 | -0.52% |
| 2026-09-10 | 164.0033 | -0.59% |
| 2026-09-09 | 164.9725 | +0.53% |
| 2026-09-08 | 164.1024 | -0.27% |
| 2026-09-07 | 164.5472 | -0.05% |
| 2026-09-06 | 164.6366 | +0.00% |
| 2026-09-05 | 164.6342 | -0.03% |
| 2026-09-04 | 164.6892 | -0.19% |
| 2026-09-03 | 165.0068 | +0.64% |
| 2026-09-02 | 163.9597 | -0.34% |
| 2026-09-01 | 164.5189 | -0.21% |
| 2026-08-31 | 164.8665 | -0.60% |
| 2026-08-30 | 165.8618 | +0.05% |
| 2026-08-29 | 165.7851 | +0.15% |
| 2026-08-28 | 165.5365 | — |
CHF to DZD conversion table
1 CHF161.3917 DZD
5 CHF806.9587 DZD
10 CHF1,613.9174 DZD
25 CHF4,034.7935 DZD
50 CHF8,069.587 DZD
100 CHF16,139.174 DZD
500 CHF80,695.87 DZD
1,000 CHF161,391.74 DZD
5,000 CHF806,958.7 DZD
10,000 CHF1,613,917.4 DZD
Get the CHF/DZD rate in your app
One GET request returns the latest CHF → 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/CHF/DZD"fetch('https://rate-api.com/api/v1/pair/CHF/DZD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} DZD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/DZD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} DZD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/DZD');
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']} DZD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "DZD"
},
"rate": 161.3917,
"timestamp": 1790429345,
"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 CHFAlgerian Dinar → Swiss Franc0.0061961Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.