Skip to content

DZD to ZWL exchange rate API

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

497.6337

▲ +0.04% over 30D

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 30 days, DZD/ZWL traded between 2.4052 and 503.9082, averaged 483.4748 and rose 0.04%. 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 30D

DZD/ZWL over 30D: show the values
PointDZD/ZWL
2026-08-27497.4115
2026-08-28498.5978
2026-08-29496.7283
2026-08-30496.4987
2026-08-31496.7392
2026-09-01500.0355
2026-09-02501.7820
2026-09-03500.4883
2026-09-04499.7508
2026-09-05498.2873
2026-09-06498.2802
2026-09-07498.4276
2026-09-08503.9082
2026-09-09501.6042
2026-09-10500.8488
2026-09-11501.1164
2026-09-12499.9140
2026-09-13499.6057
2026-09-14499.9521
2026-09-15500.8491
2026-09-16500.5380
2026-09-17497.8432
2026-09-182.4052
2026-09-19497.9556
2026-09-20497.6990
2026-09-21498.1188
2026-09-22497.3973
2026-09-23497.9357
2026-09-24497.3094
2026-09-25497.8970
2026-09-26497.6337

High

503.9082

Low

2.4052

Average

483.4748

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.