Skip to content

AED to MWK exchange rate API

UAE Dirham to Kwacha · quoted 2026-09-26

471.6211

▼ +0.13% over 30D

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 30 days, AED/MWK traded between 471.5735 and 474.4098, averaged 472.4929 and fell 0.13%. 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 30D

AED/MWK over 30D: show the values
PointAED/MWK
2026-08-27472.2298
2026-08-28472.8552
2026-08-29472.6555
2026-08-30472.4772
2026-08-31474.4098
2026-09-01471.7429
2026-09-02472.6778
2026-09-03471.7242
2026-09-04472.7572
2026-09-05472.7062
2026-09-06472.3410
2026-09-07472.2359
2026-09-08472.0310
2026-09-09471.5735
2026-09-10472.0752
2026-09-11472.4876
2026-09-12472.6053
2026-09-13472.0259
2026-09-14472.2982
2026-09-15472.9326
2026-09-16472.4684
2026-09-17472.9740
2026-09-18472.9125
2026-09-19474.1192
2026-09-20472.9337
2026-09-21471.7720
2026-09-22472.3424
2026-09-23472.6809
2026-09-24473.4592
2026-09-25472.0247
2026-09-26471.6211

High

474.4098

Low

471.5735

Average

472.4929

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.