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: show the values
| Point | ZMW/AED |
|---|---|
| 2025-09-26 | 0.15406 |
| 2025-10-03 | 0.15433 |
| 2025-10-10 | 0.16180 |
| 2025-10-17 | 0.16227 |
| 2025-10-24 | 0.16594 |
| 2025-10-31 | 0.16583 |
| 2025-11-07 | 0.16180 |
| 2025-11-14 | 0.16216 |
| 2025-11-21 | 0.15929 |
| 2025-11-28 | 0.16039 |
| 2025-12-05 | 0.15866 |
| 2025-12-13 | 0.15898 |
| 2025-12-20 | 0.16222 |
| 2025-12-27 | 0.16288 |
| 2026-01-03 | 0.16610 |
| 2026-01-10 | 0.18833 |
| 2026-01-17 | 0.18180 |
| 2026-01-24 | 0.18785 |
| 2026-01-31 | 0.18594 |
| 2026-02-07 | 0.19637 |
| 2026-02-14 | 0.20121 |
| 2026-02-21 | 0.19359 |
| 2026-02-28 | 0.19411 |
| 2026-03-07 | 0.19017 |
| 2026-03-14 | 0.18921 |
| 2026-03-21 | 0.18831 |
| 2026-03-28 | 0.19510 |
| 2026-04-04 | 0.19078 |
| 2026-04-11 | 0.19316 |
| 2026-04-18 | 0.19305 |
| 2026-04-25 | 0.19438 |
| 2026-05-02 | 0.19664 |
| 2026-05-09 | 0.19294 |
| 2026-05-17 | 0.19423 |
| 2026-05-25 | 0.19445 |
| 2026-06-01 | 0.19929 |
| 2026-06-10 | 0.20612 |
| 2026-06-17 | 0.20705 |
| 2026-06-24 | 0.20294 |
| 2026-07-01 | 0.20337 |
| 2026-07-08 | 0.19853 |
| 2026-07-15 | 0.20218 |
| 2026-07-22 | 0.19940 |
| 2026-07-29 | 0.19589 |
| 2026-08-05 | 0.19353 |
| 2026-08-12 | 0.19516 |
| 2026-08-20 | 0.19607 |
| 2026-08-27 | 0.19281 |
| 2026-09-03 | 0.19180 |
| 2026-09-10 | 0.19030 |
| 2026-09-17 | 0.18710 |
| 2026-09-24 | 0.18769 |
High
0.20705
Low
0.15406
Average
0.18482
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=AED"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=AED");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.