Skip to content

AED to MWK exchange rate API

UAE Dirham to Kwacha · quoted 2026-09-26

471.6211

▼ +0.46% over 1Y

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 last year, AED/MWK traded between 469.9363 and 474.2584, averaged 472.3345 and fell 0.46%. 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 1Y

AED/MWK over 1Y: show the values
PointAED/MWK
2025-09-26473.7921
2025-10-03472.3706
2025-10-10473.2467
2025-10-17471.0175
2025-10-24471.3995
2025-10-31472.2792
2025-11-07472.7477
2025-11-14472.8392
2025-11-21472.0964
2025-11-28471.9954
2025-12-05472.2996
2025-12-13472.3056
2025-12-20472.0387
2025-12-27472.0509
2026-01-03473.1847
2026-01-10472.5838
2026-01-17471.6725
2026-01-24472.0608
2026-01-31472.4393
2026-02-07473.1933
2026-02-14472.6719
2026-02-21472.5991
2026-02-28472.6906
2026-03-07472.9052
2026-03-14472.5131
2026-03-21472.0516
2026-03-28472.8912
2026-04-04471.0811
2026-04-11472.7559
2026-04-18472.7021
2026-04-25471.3951
2026-05-02474.1232
2026-05-09474.2584
2026-05-17472.2463
2026-05-25470.5602
2026-06-01472.5172
2026-06-10472.8847
2026-06-17472.5051
2026-06-24472.7347
2026-07-01471.8452
2026-07-08473.0103
2026-07-15470.6130
2026-07-22472.3935
2026-07-29472.7075
2026-08-05471.5254
2026-08-12471.9110
2026-08-20469.9363
2026-08-27472.2298
2026-09-03471.7242
2026-09-10472.0752
2026-09-17472.9740
2026-09-24473.4592

High

474.2584

Low

469.9363

Average

472.3345

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.