Skip to content

DZD to ZWL exchange rate API

Algerian Dinar to Zimbabwe Dollar · quoted 2026-09-26

497.6337

▼ +0.74% over YTD

1 DZD = 497.6337 ZWL · 1 ZWL = 0.002010 DZD · Get this rate via the API

1 DZD buys 497.6337 ZWL as of 2026-09-26, so 1 ZWL buys 0.002010 DZD. Over the year to date, DZD/ZWL traded between 2.4300 and 505.3913, averaged 444.8907 and fell 0.74%. The API holds daily DZD/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DZD/ZWL over YTD

DZD/ZWL over YTD: show the values
PointDZD/ZWL
2025-12-31501.3489
2026-01-07498.0107
2026-01-14494.0399
2026-01-21493.5708
2026-01-28494.7836
2026-02-04493.5758
2026-02-11493.8355
2026-02-18492.7551
2026-02-25494.6184
2026-03-04491.8386
2026-03-11487.2144
2026-03-18478.6312
2026-03-25478.4987
2026-04-01475.6782
2026-04-08477.7481
2026-04-152.4357
2026-04-222.4364
2026-04-292.4300
2026-05-062.4315
2026-05-14486.1337
2026-05-21493.8105
2026-05-29505.3913
2026-06-05503.6569
2026-06-14502.5571
2026-06-21500.8313
2026-06-28502.8507
2026-07-05504.1644
2026-07-12501.2449
2026-07-19501.2697
2026-07-26499.1951
2026-08-02501.3084
2026-08-09501.0891
2026-08-16500.0382
2026-08-24500.4435
2026-08-31496.7392
2026-09-07498.4276
2026-09-14499.9521
2026-09-21498.1188

High

505.3913

Low

2.4300

Average

444.8907

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DZD&currencies=ZWL").json()

Replace YOUR_API_KEY with the key from your dashboard.

DZD/ZWL API questions

How do I get the DZD/ZWL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DZD&currencies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DZD/ZWL rate in rates.ZWL.

How far back does DZD/ZWL historical data go?

Daily DZD/ZWL 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 DZD/ZWL 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.