Skip to content

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

IQD/ZWL over 5Y: show the values
PointIQD/ZWL
2024-08-2426.5813
2024-10-0726.8965
2024-11-0652.3160
2024-12-0648.6386
2025-01-0548.5877
2025-02-0450.2786
2025-03-0650.7391
2025-04-0650.9941
2025-05-0651.1483
2025-06-0751.3960
2025-07-0751.3088
2025-08-0651.3069
2025-09-0550.9257
2025-10-0650.8985
2025-11-0550.3032
2025-12-0549.8943
2026-01-0549.3441
2026-02-0449.0288
2026-03-0649.1264
2026-04-0548.3565
2026-05-050.2458
2026-06-0651.1052
2026-07-0850.9989
2026-08-0750.7051
2026-09-0750.6478

High

52.3160

Low

0.24580

Average

46.6376

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IQD&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IQD&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=IQD&currencies=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&currencies=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.