CHF to DZD exchange rate API
Swiss Franc to Algerian Dinar · quoted 2026-09-24
161.8037
▼ +0.67% over 1Y
1 CHF = 161.8037 DZD · 1 DZD = 0.006180 CHF · Get this rate via the API
1 CHF buys 161.8037 DZD as of 2026-09-24, so 1 DZD buys 0.006180 CHF. Over the last year, CHF/DZD traded between 161.4362 and 169.9128, averaged 165.2355 and fell 0.67%. The API holds daily CHF/DZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/DZD over 1Y: show the values
| Point | CHF/DZD |
|---|---|
| 2025-09-24 | 162.8956 |
| 2025-10-01 | 162.2531 |
| 2025-10-08 | 162.4495 |
| 2025-10-15 | 162.8280 |
| 2025-10-22 | 163.8199 |
| 2025-10-29 | 162.9437 |
| 2025-11-05 | 161.4362 |
| 2025-11-12 | 163.1412 |
| 2025-11-19 | 162.7768 |
| 2025-11-26 | 161.7679 |
| 2025-12-03 | 162.7165 |
| 2025-12-11 | 163.1475 |
| 2025-12-18 | 162.8498 |
| 2025-12-25 | 164.4462 |
| 2026-01-01 | 163.4441 |
| 2026-01-08 | 162.9203 |
| 2026-01-15 | 162.2879 |
| 2026-01-22 | 163.8381 |
| 2026-01-29 | 168.3961 |
| 2026-02-05 | 167.2119 |
| 2026-02-12 | 168.2792 |
| 2026-02-19 | 167.4470 |
| 2026-02-26 | 167.9647 |
| 2026-03-05 | 167.5974 |
| 2026-03-12 | 168.2892 |
| 2026-03-19 | 166.9254 |
| 2026-03-26 | 167.3233 |
| 2026-04-02 | 166.3580 |
| 2026-04-09 | 167.5192 |
| 2026-04-16 | 168.5937 |
| 2026-04-23 | 168.8901 |
| 2026-04-30 | 168.9786 |
| 2026-05-07 | 169.9090 |
| 2026-05-15 | 168.4282 |
| 2026-05-23 | 169.1965 |
| 2026-05-30 | 169.9128 |
| 2026-06-06 | 167.4268 |
| 2026-06-15 | 167.7078 |
| 2026-06-22 | 165.1925 |
| 2026-06-29 | 164.9101 |
| 2026-07-06 | 164.9959 |
| 2026-07-13 | 164.4940 |
| 2026-07-20 | 164.6145 |
| 2026-07-27 | 163.3563 |
| 2026-08-03 | 164.5031 |
| 2026-08-10 | 164.3265 |
| 2026-08-17 | 163.8824 |
| 2026-08-25 | 165.7800 |
| 2026-09-01 | 164.5197 |
| 2026-09-08 | 164.1024 |
| 2026-09-15 | 163.3886 |
| 2026-09-22 | 163.2957 |
High
169.9128
Low
161.4362
Average
165.2355
Get this rate via the API
One GET request returns the CHF/DZD rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=DZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=DZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=DZD").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/DZD API questions
How do I get the CHF/DZD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=DZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/DZD rate in rates.DZD.
How far back does CHF/DZD historical data go?
Daily CHF/DZD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CHF/DZD exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.