Skip to content

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

ZMW/DZD over 30D: show the values
PointZMW/DZD
2026-08-276.9905
2026-08-287.0032
2026-08-296.9921
2026-08-307.0069
2026-08-316.9978
2026-09-016.9596
2026-09-026.9652
2026-09-036.9660
2026-09-046.9411
2026-09-056.9211
2026-09-066.9215
2026-09-076.9175
2026-09-086.9182
2026-09-096.8914
2026-09-106.8996
2026-09-116.8745
2026-09-126.8871
2026-09-136.8916
2026-09-146.8848
2026-09-156.8910
2026-09-166.8242
2026-09-176.8235
2026-09-186.8225
2026-09-196.7913
2026-09-206.8169
2026-09-216.7858
2026-09-226.8095
2026-09-236.8699
2026-09-246.8428
2026-09-256.8378

High

7.0069

Low

6.7858

Average

6.8962

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=DZD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&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=ZMW&currencies=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&currencies=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.