Skip to content

AED to MWK exchange rate API

UAE Dirham to Kwacha · quoted 2026-09-26

471.6211

▼ +0.17% over YTD

1 AED = 471.6211 MWK · 1 MWK = 0.002120 AED · Get this rate via the API

1 AED buys 471.6211 MWK as of 2026-09-26, so 1 MWK buys 0.002120 AED. Over the year to date, AED/MWK traded between 470.2404 and 474.4098, averaged 472.1975 and fell 0.17%. The API holds daily AED/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/MWK over YTD

AED/MWK over YTD: show the values
PointAED/MWK
2025-12-31472.4437
2026-01-07472.3878
2026-01-14472.5851
2026-01-21472.1412
2026-01-28472.1273
2026-02-04470.8365
2026-02-11472.1967
2026-02-18471.6885
2026-02-25472.0257
2026-03-04472.2312
2026-03-11472.5323
2026-03-18471.3703
2026-03-25471.4958
2026-04-01472.5775
2026-04-08470.2404
2026-04-15472.3319
2026-04-22472.6997
2026-04-29473.9948
2026-05-06471.1042
2026-05-14473.7512
2026-05-21472.7745
2026-05-29470.7185
2026-06-05472.6726
2026-06-14472.3003
2026-06-21472.0907
2026-06-28472.4103
2026-07-05472.2494
2026-07-12472.3913
2026-07-19471.9847
2026-07-26471.9465
2026-08-02471.6542
2026-08-09472.7092
2026-08-16471.9267
2026-08-24472.7758
2026-08-31474.4098
2026-09-07472.2359
2026-09-14472.2982
2026-09-21471.7720

High

474.4098

Low

470.2404

Average

472.1975

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/MWK API questions

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

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

How far back does AED/MWK historical data go?

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