Skip to content

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

CHF/DZD over 1Y: show the values
PointCHF/DZD
2025-09-24162.8956
2025-10-01162.2531
2025-10-08162.4495
2025-10-15162.8280
2025-10-22163.8199
2025-10-29162.9437
2025-11-05161.4362
2025-11-12163.1412
2025-11-19162.7768
2025-11-26161.7679
2025-12-03162.7165
2025-12-11163.1475
2025-12-18162.8498
2025-12-25164.4462
2026-01-01163.4441
2026-01-08162.9203
2026-01-15162.2879
2026-01-22163.8381
2026-01-29168.3961
2026-02-05167.2119
2026-02-12168.2792
2026-02-19167.4470
2026-02-26167.9647
2026-03-05167.5974
2026-03-12168.2892
2026-03-19166.9254
2026-03-26167.3233
2026-04-02166.3580
2026-04-09167.5192
2026-04-16168.5937
2026-04-23168.8901
2026-04-30168.9786
2026-05-07169.9090
2026-05-15168.4282
2026-05-23169.1965
2026-05-30169.9128
2026-06-06167.4268
2026-06-15167.7078
2026-06-22165.1925
2026-06-29164.9101
2026-07-06164.9959
2026-07-13164.4940
2026-07-20164.6145
2026-07-27163.3563
2026-08-03164.5031
2026-08-10164.3265
2026-08-17163.8824
2026-08-25165.7800
2026-09-01164.5197
2026-09-08164.1024
2026-09-15163.3886
2026-09-22163.2957

High

169.9128

Low

161.4362

Average

165.2355

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=DZD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=DZD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=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&currencies=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.