AED to ZMW exchange rate API
UAE Dirham to Zambian Kwacha · quoted 2026-09-24
5.3281
▲ +3.95% over 6M
1 AED = 5.3281 ZMW · 1 ZMW = 0.18769 AED · Get this rate via the API
1 AED buys 5.3281 ZMW as of 2026-09-24, so 1 ZMW buys 0.18769 AED. Over the last 6 months, AED/ZMW traded between 4.8297 and 5.3446, averaged 5.1156 and rose 3.95%. The API holds daily AED/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AED/ZMW over 6M: show the values
| Point | AED/ZMW |
|---|---|
| 2026-03-28 | 5.1255 |
| 2026-04-04 | 5.2416 |
| 2026-04-11 | 5.1771 |
| 2026-04-18 | 5.1801 |
| 2026-04-25 | 5.1446 |
| 2026-05-02 | 5.0853 |
| 2026-05-09 | 5.1830 |
| 2026-05-17 | 5.1487 |
| 2026-05-25 | 5.1427 |
| 2026-06-01 | 5.0178 |
| 2026-06-10 | 4.8515 |
| 2026-06-17 | 4.8297 |
| 2026-06-24 | 4.9277 |
| 2026-07-01 | 4.9170 |
| 2026-07-08 | 5.0370 |
| 2026-07-15 | 4.9460 |
| 2026-07-22 | 5.0150 |
| 2026-07-29 | 5.1050 |
| 2026-08-05 | 5.1673 |
| 2026-08-12 | 5.1241 |
| 2026-08-20 | 5.1002 |
| 2026-08-27 | 5.1865 |
| 2026-09-03 | 5.2138 |
| 2026-09-10 | 5.2548 |
| 2026-09-17 | 5.3446 |
| 2026-09-24 | 5.3280 |
High
5.3446
Low
4.8297
Average
5.1156
Get this rate via the API
One GET request returns the AED/ZMW 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=AED¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=ZMW").json()Replace YOUR_API_KEY with the key from your dashboard.
AED/ZMW API questions
How do I get the AED/ZMW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/ZMW rate in rates.ZMW.
How far back does AED/ZMW historical data go?
Daily AED/ZMW 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 AED/ZMW 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.