Skip to content

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

AED/ZMW over 6M: show the values
PointAED/ZMW
2026-03-285.1255
2026-04-045.2416
2026-04-115.1771
2026-04-185.1801
2026-04-255.1446
2026-05-025.0853
2026-05-095.1830
2026-05-175.1487
2026-05-255.1427
2026-06-015.0178
2026-06-104.8515
2026-06-174.8297
2026-06-244.9277
2026-07-014.9170
2026-07-085.0370
2026-07-154.9460
2026-07-225.0150
2026-07-295.1050
2026-08-055.1673
2026-08-125.1241
2026-08-205.1002
2026-08-275.1865
2026-09-035.2138
2026-09-105.2548
2026-09-175.3446
2026-09-245.3280

High

5.3446

Low

4.8297

Average

5.1156

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=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&currencies=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.