Skip to content

ZMW to IQD exchange rate API

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

67.0120

▲ +13.53% over YTD

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 year to date, ZMW/IQD traded between 59.0254 and 74.7263, averaged 68.7793 and rose 13.53%. 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 YTD

ZMW/IQD over YTD: show the values
PointZMW/IQD
2025-12-3159.0254
2026-01-0762.4530
2026-01-1467.2371
2026-01-2164.6603
2026-01-2865.9427
2026-02-0466.6238
2026-02-1168.6661
2026-02-1870.7410
2026-02-2569.0758
2026-03-0468.2755
2026-03-1167.5866
2026-03-1866.7876
2026-03-2568.9532
2026-04-0168.2397
2026-04-0866.9841
2026-04-1568.4996
2026-04-2268.8581
2026-04-2969.0593
2026-05-0669.5489
2026-05-1468.9556
2026-05-2168.9589
2026-05-2970.1665
2026-06-0574.7263
2026-06-1474.5290
2026-06-2173.1931
2026-06-2872.2068
2026-07-0571.3326
2026-07-1272.5209
2026-07-1971.8683
2026-07-2670.2858
2026-08-0269.8789
2026-08-0969.7464
2026-08-1669.2517
2026-08-2469.1239
2026-08-3169.1225
2026-09-0768.0752
2026-09-1467.7707
2026-09-2166.4489

High

74.7263

Low

59.0254

Average

68.7793

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.