Skip to content

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

IQD/ZWL over 1Y: show the values
PointIQD/ZWL
2025-09-2550.7787
2025-10-0250.9689
2025-10-0950.9688
2025-10-1650.8331
2025-10-2350.6015
2025-10-3050.5036
2025-11-0650.2099
2025-11-1350.2264
2025-11-2050.0983
2025-11-2749.9609
2025-12-0449.9492
2025-12-1249.9415
2025-12-1949.7831
2025-12-2649.6373
2026-01-0249.5423
2026-01-0948.9430
2026-01-1648.8602
2026-01-2348.9345
2026-01-3048.7601
2026-02-0649.0935
2026-02-1348.6849
2026-02-2048.7156
2026-02-2748.8766
2026-03-0649.1264
2026-03-1348.4265
2026-03-2048.4842
2026-03-2748.4350
2026-04-0348.4472
2026-04-100.2458
2026-04-170.2458
2026-04-240.2458
2026-05-010.2458
2026-05-080.2450
2026-05-1649.1389
2026-05-2450.2475
2026-05-3151.3224
2026-06-0951.1155
2026-06-1650.8987
2026-06-2351.0555
2026-06-3051.2229
2026-07-0751.3779
2026-07-1450.9978
2026-07-2151.0290
2026-07-2851.2799
2026-08-0450.8042
2026-08-1150.6938
2026-08-1850.9349
2026-08-2650.8627
2026-09-0251.0776
2026-09-0951.0404
2026-09-1651.0437
2026-09-2350.8365

High

51.3779

Low

0.24500

Average

45.4114

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.