IQD to ZWL exchange rate API
Iraqi Dinar to Zimbabwe Dollar · quoted 2026-09-25
50.8044
▲ +0.05% over 1Y
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 year, IQD/ZWL traded between 0.24500 and 51.3779, averaged 45.4114 and rose 0.05%. 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 1Y: show the values
| Point | IQD/ZWL |
|---|---|
| 2025-09-25 | 50.7787 |
| 2025-10-02 | 50.9689 |
| 2025-10-09 | 50.9688 |
| 2025-10-16 | 50.8331 |
| 2025-10-23 | 50.6015 |
| 2025-10-30 | 50.5036 |
| 2025-11-06 | 50.2099 |
| 2025-11-13 | 50.2264 |
| 2025-11-20 | 50.0983 |
| 2025-11-27 | 49.9609 |
| 2025-12-04 | 49.9492 |
| 2025-12-12 | 49.9415 |
| 2025-12-19 | 49.7831 |
| 2025-12-26 | 49.6373 |
| 2026-01-02 | 49.5423 |
| 2026-01-09 | 48.9430 |
| 2026-01-16 | 48.8602 |
| 2026-01-23 | 48.9345 |
| 2026-01-30 | 48.7601 |
| 2026-02-06 | 49.0935 |
| 2026-02-13 | 48.6849 |
| 2026-02-20 | 48.7156 |
| 2026-02-27 | 48.8766 |
| 2026-03-06 | 49.1264 |
| 2026-03-13 | 48.4265 |
| 2026-03-20 | 48.4842 |
| 2026-03-27 | 48.4350 |
| 2026-04-03 | 48.4472 |
| 2026-04-10 | 0.2458 |
| 2026-04-17 | 0.2458 |
| 2026-04-24 | 0.2458 |
| 2026-05-01 | 0.2458 |
| 2026-05-08 | 0.2450 |
| 2026-05-16 | 49.1389 |
| 2026-05-24 | 50.2475 |
| 2026-05-31 | 51.3224 |
| 2026-06-09 | 51.1155 |
| 2026-06-16 | 50.8987 |
| 2026-06-23 | 51.0555 |
| 2026-06-30 | 51.2229 |
| 2026-07-07 | 51.3779 |
| 2026-07-14 | 50.9978 |
| 2026-07-21 | 51.0290 |
| 2026-07-28 | 51.2799 |
| 2026-08-04 | 50.8042 |
| 2026-08-11 | 50.6938 |
| 2026-08-18 | 50.9349 |
| 2026-08-26 | 50.8627 |
| 2026-09-02 | 51.0776 |
| 2026-09-09 | 51.0404 |
| 2026-09-16 | 51.0437 |
| 2026-09-23 | 50.8365 |
High
51.3779
Low
0.24500
Average
45.4114
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.