Skip to content

ZMW to AED exchange rate API

Zambian Kwacha to UAE Dirham · quoted 2026-09-26

0.18787

▲ +21.94% over 1Y

1 ZMW = 0.18787 AED · 1 AED = 5.3227 ZMW · Get this rate via the API

1 ZMW buys 0.18787 AED as of 2026-09-26, so 1 AED buys 5.3227 ZMW. Over the last year, ZMW/AED traded between 0.15406 and 0.20705, averaged 0.18482 and rose 21.94%. The API holds daily ZMW/AED rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/AED over 1Y

ZMW/AED over 1Y: show the values
PointZMW/AED
2025-09-260.15406
2025-10-030.15433
2025-10-100.16180
2025-10-170.16227
2025-10-240.16594
2025-10-310.16583
2025-11-070.16180
2025-11-140.16216
2025-11-210.15929
2025-11-280.16039
2025-12-050.15866
2025-12-130.15898
2025-12-200.16222
2025-12-270.16288
2026-01-030.16610
2026-01-100.18833
2026-01-170.18180
2026-01-240.18785
2026-01-310.18594
2026-02-070.19637
2026-02-140.20121
2026-02-210.19359
2026-02-280.19411
2026-03-070.19017
2026-03-140.18921
2026-03-210.18831
2026-03-280.19510
2026-04-040.19078
2026-04-110.19316
2026-04-180.19305
2026-04-250.19438
2026-05-020.19664
2026-05-090.19294
2026-05-170.19423
2026-05-250.19445
2026-06-010.19929
2026-06-100.20612
2026-06-170.20705
2026-06-240.20294
2026-07-010.20337
2026-07-080.19853
2026-07-150.20218
2026-07-220.19940
2026-07-290.19589
2026-08-050.19353
2026-08-120.19516
2026-08-200.19607
2026-08-270.19281
2026-09-030.19180
2026-09-100.19030
2026-09-170.18710
2026-09-240.18769

High

0.20705

Low

0.15406

Average

0.18482

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/AED API questions

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

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

How far back does ZMW/AED historical data go?

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