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: show the values
| Point | DZD/ZWL |
|---|---|
| 2024-08-24 | 259.3032 |
| 2024-10-07 | 264.4992 |
| 2024-11-06 | 513.8156 |
| 2024-12-06 | 476.8853 |
| 2025-01-05 | 467.3192 |
| 2025-02-04 | 485.4631 |
| 2025-03-06 | 496.5667 |
| 2025-04-06 | 499.0647 |
| 2025-05-06 | 505.9419 |
| 2025-06-07 | 512.2089 |
| 2025-07-07 | 519.9200 |
| 2025-08-06 | 514.3460 |
| 2025-09-05 | 513.8643 |
| 2025-10-06 | 514.8120 |
| 2025-11-05 | 504.0259 |
| 2025-12-05 | 502.3076 |
| 2026-01-05 | 497.8349 |
| 2026-02-04 | 493.5758 |
| 2026-03-06 | 492.0248 |
| 2026-04-05 | 476.2199 |
| 2026-05-05 | 2.4290 |
| 2026-06-06 | 502.3510 |
| 2026-07-08 | 503.0440 |
| 2026-08-07 | 500.4978 |
| 2026-09-07 | 498.4276 |
High
519.9200
Low
2.4290
Average
462.0916
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DZD¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DZD¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DZD¤cies=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¤cies=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.