Skip to content

DZD to ZWL exchange rate API

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

497.6337

▼ +2.85% over 1Y

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 year, DZD/ZWL traded between 2.4160 and 514.1974, averaged 442.9344 and fell 2.85%. 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 1Y

DZD/ZWL over 1Y: show the values
PointDZD/ZWL
2025-09-26512.2295
2025-10-03514.1974
2025-10-10512.2449
2025-10-17512.0123
2025-10-24508.4321
2025-10-31506.9063
2025-11-07502.7793
2025-11-14505.3435
2025-11-21505.1123
2025-11-28501.6758
2025-12-05502.3076
2025-12-13502.9121
2025-12-20502.3097
2025-12-27502.1678
2026-01-03499.5602
2026-01-10494.8129
2026-01-17492.5042
2026-01-24495.1436
2026-01-31493.0591
2026-02-07492.4388
2026-02-14492.7740
2026-02-21490.7712
2026-02-28495.7194
2026-03-07490.1629
2026-03-14479.4079
2026-03-21478.3654
2026-03-282.4160
2026-04-04476.0552
2026-04-112.4357
2026-04-182.4346
2026-04-252.4327
2026-05-022.4294
2026-05-092.4346
2026-05-17485.5048
2026-05-25495.9669
2026-06-01506.5651
2026-06-10500.3601
2026-06-17501.8784
2026-06-24501.6144
2026-07-01503.1333
2026-07-08503.0440
2026-07-15502.8605
2026-07-22502.8602
2026-07-29501.0441
2026-08-05501.1270
2026-08-12499.8977
2026-08-20502.1455
2026-08-27497.4115
2026-09-03500.4883
2026-09-10500.8488
2026-09-17497.8432
2026-09-24497.3094

High

514.1974

Low

2.4160

Average

442.9344

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.