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: show the values
| Point | AED/MWK |
|---|---|
| 2025-09-26 | 473.7921 |
| 2025-10-03 | 472.3706 |
| 2025-10-10 | 473.2467 |
| 2025-10-17 | 471.0175 |
| 2025-10-24 | 471.3995 |
| 2025-10-31 | 472.2792 |
| 2025-11-07 | 472.7477 |
| 2025-11-14 | 472.8392 |
| 2025-11-21 | 472.0964 |
| 2025-11-28 | 471.9954 |
| 2025-12-05 | 472.2996 |
| 2025-12-13 | 472.3056 |
| 2025-12-20 | 472.0387 |
| 2025-12-27 | 472.0509 |
| 2026-01-03 | 473.1847 |
| 2026-01-10 | 472.5838 |
| 2026-01-17 | 471.6725 |
| 2026-01-24 | 472.0608 |
| 2026-01-31 | 472.4393 |
| 2026-02-07 | 473.1933 |
| 2026-02-14 | 472.6719 |
| 2026-02-21 | 472.5991 |
| 2026-02-28 | 472.6906 |
| 2026-03-07 | 472.9052 |
| 2026-03-14 | 472.5131 |
| 2026-03-21 | 472.0516 |
| 2026-03-28 | 472.8912 |
| 2026-04-04 | 471.0811 |
| 2026-04-11 | 472.7559 |
| 2026-04-18 | 472.7021 |
| 2026-04-25 | 471.3951 |
| 2026-05-02 | 474.1232 |
| 2026-05-09 | 474.2584 |
| 2026-05-17 | 472.2463 |
| 2026-05-25 | 470.5602 |
| 2026-06-01 | 472.5172 |
| 2026-06-10 | 472.8847 |
| 2026-06-17 | 472.5051 |
| 2026-06-24 | 472.7347 |
| 2026-07-01 | 471.8452 |
| 2026-07-08 | 473.0103 |
| 2026-07-15 | 470.6130 |
| 2026-07-22 | 472.3935 |
| 2026-07-29 | 472.7075 |
| 2026-08-05 | 471.5254 |
| 2026-08-12 | 471.9110 |
| 2026-08-20 | 469.9363 |
| 2026-08-27 | 472.2298 |
| 2026-09-03 | 471.7242 |
| 2026-09-10 | 472.0752 |
| 2026-09-17 | 472.9740 |
| 2026-09-24 | 473.4592 |
High
474.2584
Low
469.9363
Average
472.3345
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.