AED to MWK exchange rate API
UAE Dirham to Kwacha · quoted 2026-09-26
471.6211
▼ +0.08% over 6M
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 6 months, AED/MWK traded between 470.7395 and 474.1216, averaged 472.1885 and fell 0.08%. 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 6M: show the values
| Point | AED/MWK |
|---|---|
| 2026-03-30 | 472.0168 |
| 2026-04-06 | 471.0242 |
| 2026-04-13 | 471.3620 |
| 2026-04-20 | 473.6709 |
| 2026-04-27 | 471.3204 |
| 2026-05-04 | 474.1216 |
| 2026-05-11 | 470.7395 |
| 2026-05-19 | 473.8538 |
| 2026-05-27 | 472.1711 |
| 2026-06-03 | 472.5653 |
| 2026-06-12 | 470.8747 |
| 2026-06-19 | 472.7658 |
| 2026-06-26 | 471.5117 |
| 2026-07-03 | 471.4216 |
| 2026-07-10 | 471.5855 |
| 2026-07-17 | 472.4657 |
| 2026-07-24 | 472.0238 |
| 2026-07-31 | 472.4325 |
| 2026-08-07 | 472.7362 |
| 2026-08-14 | 471.9892 |
| 2026-08-22 | 471.1097 |
| 2026-08-29 | 472.6555 |
| 2026-09-05 | 472.7062 |
| 2026-09-12 | 472.6053 |
| 2026-09-19 | 474.1192 |
| 2026-09-26 | 471.6211 |
High
474.1216
Low
470.7395
Average
472.1885
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=MWK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=MWK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.