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: show the values
| Point | DZD/ZWL |
|---|---|
| 2025-12-31 | 501.3489 |
| 2026-01-07 | 498.0107 |
| 2026-01-14 | 494.0399 |
| 2026-01-21 | 493.5708 |
| 2026-01-28 | 494.7836 |
| 2026-02-04 | 493.5758 |
| 2026-02-11 | 493.8355 |
| 2026-02-18 | 492.7551 |
| 2026-02-25 | 494.6184 |
| 2026-03-04 | 491.8386 |
| 2026-03-11 | 487.2144 |
| 2026-03-18 | 478.6312 |
| 2026-03-25 | 478.4987 |
| 2026-04-01 | 475.6782 |
| 2026-04-08 | 477.7481 |
| 2026-04-15 | 2.4357 |
| 2026-04-22 | 2.4364 |
| 2026-04-29 | 2.4300 |
| 2026-05-06 | 2.4315 |
| 2026-05-14 | 486.1337 |
| 2026-05-21 | 493.8105 |
| 2026-05-29 | 505.3913 |
| 2026-06-05 | 503.6569 |
| 2026-06-14 | 502.5571 |
| 2026-06-21 | 500.8313 |
| 2026-06-28 | 502.8507 |
| 2026-07-05 | 504.1644 |
| 2026-07-12 | 501.2449 |
| 2026-07-19 | 501.2697 |
| 2026-07-26 | 499.1951 |
| 2026-08-02 | 501.3084 |
| 2026-08-09 | 501.0891 |
| 2026-08-16 | 500.0382 |
| 2026-08-24 | 500.4435 |
| 2026-08-31 | 496.7392 |
| 2026-09-07 | 498.4276 |
| 2026-09-14 | 499.9521 |
| 2026-09-21 | 498.1188 |
High
505.3913
Low
2.4300
Average
444.8907
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.