Skip to content

DZD to ZWL exchange rate API

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

497.6337

▲ +91.91% over 5Y

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 last 5 years, DZD/ZWL traded between 2.4290 and 519.9200, averaged 462.0916 and rose 91.91%. 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 5Y

DZD/ZWL over 5Y: show the values
PointDZD/ZWL
2024-08-24259.3032
2024-10-07264.4992
2024-11-06513.8156
2024-12-06476.8853
2025-01-05467.3192
2025-02-04485.4631
2025-03-06496.5667
2025-04-06499.0647
2025-05-06505.9419
2025-06-07512.2089
2025-07-07519.9200
2025-08-06514.3460
2025-09-05513.8643
2025-10-06514.8120
2025-11-05504.0259
2025-12-05502.3076
2026-01-05497.8349
2026-02-04493.5758
2026-03-06492.0248
2026-04-05476.2199
2026-05-052.4290
2026-06-06502.3510
2026-07-08503.0440
2026-08-07500.4978
2026-09-07498.4276

High

519.9200

Low

2.4290

Average

462.0916

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.