ZMW to DZD exchange rate API
Zambian Kwacha to Algerian Dinar · quoted 2026-09-26
6.8378
▲ +25.64% over 1Y
1 ZMW = 6.8378 DZD · 1 DZD = 0.14625 ZMW · Get this rate via the API
1 ZMW buys 6.8378 DZD as of 2026-09-26, so 1 DZD buys 0.14625 ZMW. Over the last year, ZMW/DZD traded between 5.4422 and 7.5026, averaged 6.6297 and rose 25.64%. The API holds daily ZMW/DZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/DZD over 1Y: show the values
| Point | ZMW/DZD |
|---|---|
| 2025-09-26 | 5.4422 |
| 2025-10-03 | 5.4473 |
| 2025-10-10 | 5.7405 |
| 2025-10-17 | 5.7433 |
| 2025-10-24 | 5.8929 |
| 2025-10-31 | 5.8790 |
| 2025-11-07 | 5.7526 |
| 2025-11-14 | 5.7465 |
| 2025-11-21 | 5.6642 |
| 2025-11-28 | 5.6958 |
| 2025-12-05 | 5.6220 |
| 2025-12-13 | 5.6145 |
| 2025-12-20 | 5.7308 |
| 2025-12-27 | 5.7437 |
| 2026-01-03 | 5.8674 |
| 2026-01-10 | 6.6718 |
| 2026-01-17 | 6.4490 |
| 2026-01-24 | 6.6132 |
| 2026-01-31 | 6.5644 |
| 2026-02-07 | 6.9462 |
| 2026-02-14 | 7.1022 |
| 2026-02-21 | 6.8561 |
| 2026-02-28 | 6.8675 |
| 2026-03-07 | 6.7991 |
| 2026-03-14 | 6.8363 |
| 2026-03-21 | 6.7728 |
| 2026-03-28 | 7.0791 |
| 2026-04-04 | 6.9141 |
| 2026-04-11 | 6.9520 |
| 2026-04-18 | 6.9524 |
| 2026-04-25 | 7.0057 |
| 2026-05-02 | 7.0957 |
| 2026-05-09 | 6.9472 |
| 2026-05-17 | 7.0140 |
| 2026-05-25 | 7.0217 |
| 2026-06-01 | 7.2019 |
| 2026-06-10 | 7.5026 |
| 2026-06-17 | 7.4936 |
| 2026-06-24 | 7.3784 |
| 2026-07-01 | 7.3775 |
| 2026-07-08 | 7.1955 |
| 2026-07-15 | 7.3289 |
| 2026-07-22 | 7.2311 |
| 2026-07-29 | 7.1076 |
| 2026-08-05 | 7.0032 |
| 2026-08-12 | 7.0656 |
| 2026-08-20 | 7.0845 |
| 2026-08-27 | 6.9905 |
| 2026-09-03 | 6.9660 |
| 2026-09-10 | 6.8996 |
| 2026-09-17 | 6.8235 |
| 2026-09-24 | 6.8428 |
High
7.5026
Low
5.4422
Average
6.6297
Get this rate via the API
One GET request returns the ZMW/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=ZMW¤cies=DZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=DZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=DZD").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/DZD API questions
How do I get the ZMW/DZD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=DZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/DZD rate in rates.DZD.
How far back does ZMW/DZD historical data go?
Daily ZMW/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 ZMW/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.