IQD to ZWL exchange rate API
Iraqi Dinar to Zimbabwe Dollar · quoted 2026-09-25
50.8044
▲ +91.13% over 5Y
1 IQD = 50.8044 ZWL · 1 ZWL = 0.01968 IQD · Get this rate via the API
1 IQD buys 50.8044 ZWL as of 2026-09-25, so 1 ZWL buys 0.01968 IQD. Over the last 5 years, IQD/ZWL traded between 0.24580 and 52.3160, averaged 46.6376 and rose 91.13%. The API holds daily IQD/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
IQD/ZWL over 5Y: show the values
| Point | IQD/ZWL |
|---|---|
| 2024-08-24 | 26.5813 |
| 2024-10-07 | 26.8965 |
| 2024-11-06 | 52.3160 |
| 2024-12-06 | 48.6386 |
| 2025-01-05 | 48.5877 |
| 2025-02-04 | 50.2786 |
| 2025-03-06 | 50.7391 |
| 2025-04-06 | 50.9941 |
| 2025-05-06 | 51.1483 |
| 2025-06-07 | 51.3960 |
| 2025-07-07 | 51.3088 |
| 2025-08-06 | 51.3069 |
| 2025-09-05 | 50.9257 |
| 2025-10-06 | 50.8985 |
| 2025-11-05 | 50.3032 |
| 2025-12-05 | 49.8943 |
| 2026-01-05 | 49.3441 |
| 2026-02-04 | 49.0288 |
| 2026-03-06 | 49.1264 |
| 2026-04-05 | 48.3565 |
| 2026-05-05 | 0.2458 |
| 2026-06-06 | 51.1052 |
| 2026-07-08 | 50.9989 |
| 2026-08-07 | 50.7051 |
| 2026-09-07 | 50.6478 |
High
52.3160
Low
0.24580
Average
46.6376
Get this rate via the API
One GET request returns the IQD/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=IQD¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IQD¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IQD¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
IQD/ZWL API questions
How do I get the IQD/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IQD¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest IQD/ZWL rate in rates.ZWL.
How far back does IQD/ZWL historical data go?
Daily IQD/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 IQD/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.