Skip to content

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

ZMW/DZD over 1Y: show the values
PointZMW/DZD
2025-09-265.4422
2025-10-035.4473
2025-10-105.7405
2025-10-175.7433
2025-10-245.8929
2025-10-315.8790
2025-11-075.7526
2025-11-145.7465
2025-11-215.6642
2025-11-285.6958
2025-12-055.6220
2025-12-135.6145
2025-12-205.7308
2025-12-275.7437
2026-01-035.8674
2026-01-106.6718
2026-01-176.4490
2026-01-246.6132
2026-01-316.5644
2026-02-076.9462
2026-02-147.1022
2026-02-216.8561
2026-02-286.8675
2026-03-076.7991
2026-03-146.8363
2026-03-216.7728
2026-03-287.0791
2026-04-046.9141
2026-04-116.9520
2026-04-186.9524
2026-04-257.0057
2026-05-027.0957
2026-05-096.9472
2026-05-177.0140
2026-05-257.0217
2026-06-017.2019
2026-06-107.5026
2026-06-177.4936
2026-06-247.3784
2026-07-017.3775
2026-07-087.1955
2026-07-157.3289
2026-07-227.2311
2026-07-297.1076
2026-08-057.0032
2026-08-127.0656
2026-08-207.0845
2026-08-276.9905
2026-09-036.9660
2026-09-106.8996
2026-09-176.8235
2026-09-246.8428

High

7.5026

Low

5.4422

Average

6.6297

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.