Skip to content

ZMW to IQD exchange rate API

Zambian Kwacha to Iraqi Dinar · quoted 2026-09-25

67.0120

▲ +21.24% over 1Y

1 ZMW = 67.0120 IQD · 1 IQD = 0.01492 ZMW · Get this rate via the API

1 ZMW buys 67.0120 IQD as of 2026-09-25, so 1 IQD buys 0.01492 ZMW. Over the last year, ZMW/IQD traded between 54.5510 and 74.2357, averaged 65.8879 and rose 21.24%. The API holds daily ZMW/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/IQD over 1Y

ZMW/IQD over 1Y: show the values
PointZMW/IQD
2025-09-2555.2720
2025-10-0254.5510
2025-10-0955.1872
2025-10-1657.7004
2025-10-2358.5228
2025-10-3059.0349
2025-11-0657.9084
2025-11-1357.9745
2025-11-2057.4659
2025-11-2757.4604
2025-12-0456.5995
2025-12-1256.7618
2025-12-1957.5674
2025-12-2658.0751
2026-01-0258.9029
2026-01-0966.2487
2026-01-1665.9481
2026-01-2365.9107
2026-01-3066.0723
2026-02-0670.1990
2026-02-1371.0915
2026-02-2069.0496
2026-02-2769.3973
2026-03-0667.7393
2026-03-1367.4631
2026-03-2066.7082
2026-03-2769.2409
2026-04-0367.9446
2026-04-1068.7616
2026-04-1768.4975
2026-04-2469.9531
2026-05-0170.1324
2026-05-0868.7684
2026-05-1669.2980
2026-05-2469.3767
2026-05-3171.0846
2026-06-0973.9400
2026-06-1674.2357
2026-06-2373.2744
2026-06-3072.0527
2026-07-0771.2863
2026-07-1472.5925
2026-07-2171.6833
2026-07-2870.4775
2026-08-0469.6332
2026-08-1169.8881
2026-08-1869.1536
2026-08-2668.5990
2026-09-0268.4260
2026-09-0967.7255
2026-09-1666.9183
2026-09-2367.2899

High

74.2357

Low

54.5510

Average

65.8879

For developers

Get this rate via the API

One GET request returns the ZMW/IQD 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=ZMW&currencies=IQD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=IQD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=IQD").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/IQD API questions

How do I get the ZMW/IQD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/IQD rate in rates.IQD.

How far back does ZMW/IQD historical data go?

Daily ZMW/IQD 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 ZMW/IQD 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.