ZMW to DZD exchange rate API
Zambian Kwacha to Algerian Dinar · quoted 2026-09-26
6.8378
▼ +2.18% over 30D
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 30 days, ZMW/DZD traded between 6.7858 and 7.0069, averaged 6.8962 and fell 2.18%. 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 30D: show the values
| Point | ZMW/DZD |
|---|---|
| 2026-08-27 | 6.9905 |
| 2026-08-28 | 7.0032 |
| 2026-08-29 | 6.9921 |
| 2026-08-30 | 7.0069 |
| 2026-08-31 | 6.9978 |
| 2026-09-01 | 6.9596 |
| 2026-09-02 | 6.9652 |
| 2026-09-03 | 6.9660 |
| 2026-09-04 | 6.9411 |
| 2026-09-05 | 6.9211 |
| 2026-09-06 | 6.9215 |
| 2026-09-07 | 6.9175 |
| 2026-09-08 | 6.9182 |
| 2026-09-09 | 6.8914 |
| 2026-09-10 | 6.8996 |
| 2026-09-11 | 6.8745 |
| 2026-09-12 | 6.8871 |
| 2026-09-13 | 6.8916 |
| 2026-09-14 | 6.8848 |
| 2026-09-15 | 6.8910 |
| 2026-09-16 | 6.8242 |
| 2026-09-17 | 6.8235 |
| 2026-09-18 | 6.8225 |
| 2026-09-19 | 6.7913 |
| 2026-09-20 | 6.8169 |
| 2026-09-21 | 6.7858 |
| 2026-09-22 | 6.8095 |
| 2026-09-23 | 6.8699 |
| 2026-09-24 | 6.8428 |
| 2026-09-25 | 6.8378 |
High
7.0069
Low
6.7858
Average
6.8962
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.