MDL to MWK exchange rate API
Moldovan Leu to Kwacha · quoted 2026-09-24
98.8722
▼ +5.17% over 1Y
1 MDL = 98.8722 MWK · 1 MWK = 0.01011 MDL · Get this rate via the API
1 MDL buys 98.8722 MWK as of 2026-09-24, so 1 MWK buys 0.01011 MDL. Over the last year, MDL/MWK traded between 97.8093 and 104.2600, averaged 100.9634 and fell 5.17%. The API holds daily MDL/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MDL/MWK over 1Y: show the values
| Point | MDL/MWK |
|---|---|
| 2025-09-24 | 104.2600 |
| 2025-10-01 | 103.9418 |
| 2025-10-08 | 103.8951 |
| 2025-10-15 | 102.2211 |
| 2025-10-22 | 102.3053 |
| 2025-10-29 | 101.9532 |
| 2025-11-05 | 101.7691 |
| 2025-11-12 | 102.1113 |
| 2025-11-19 | 102.4216 |
| 2025-11-26 | 101.0293 |
| 2025-12-03 | 102.2027 |
| 2025-12-11 | 101.8988 |
| 2025-12-18 | 103.0076 |
| 2025-12-25 | 103.1621 |
| 2026-01-01 | 103.2107 |
| 2026-01-08 | 102.7995 |
| 2026-01-15 | 101.6608 |
| 2026-01-22 | 102.0899 |
| 2026-01-29 | 103.3492 |
| 2026-02-05 | 102.6262 |
| 2026-02-12 | 102.6369 |
| 2026-02-19 | 101.5456 |
| 2026-02-26 | 101.3336 |
| 2026-03-05 | 100.1923 |
| 2026-03-12 | 100.4058 |
| 2026-03-19 | 99.3479 |
| 2026-03-26 | 99.0628 |
| 2026-04-02 | 98.4451 |
| 2026-04-09 | 100.9373 |
| 2026-04-16 | 101.4037 |
| 2026-04-23 | 101.2067 |
| 2026-04-30 | 101.1279 |
| 2026-05-07 | 101.1958 |
| 2026-05-15 | 100.8546 |
| 2026-05-23 | 99.9615 |
| 2026-05-30 | 100.3550 |
| 2026-06-06 | 100.4324 |
| 2026-06-15 | 99.5303 |
| 2026-06-22 | 98.7499 |
| 2026-06-29 | 97.8093 |
| 2026-07-06 | 98.5526 |
| 2026-07-13 | 98.6996 |
| 2026-07-20 | 98.7011 |
| 2026-07-27 | 98.1094 |
| 2026-08-03 | 99.1942 |
| 2026-08-10 | 99.7642 |
| 2026-08-17 | 100.0084 |
| 2026-08-25 | 100.3708 |
| 2026-09-01 | 101.1358 |
| 2026-09-08 | 100.5120 |
| 2026-09-15 | 99.8844 |
| 2026-09-22 | 98.8084 |
High
104.2600
Low
97.8093
Average
100.9634
Get this rate via the API
One GET request returns the MDL/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=MDL¤cies=MWK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=MWK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=MWK").json()Replace YOUR_API_KEY with the key from your dashboard.
MDL/MWK API questions
How do I get the MDL/MWK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=MWK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/MWK rate in rates.MWK.
How far back does MDL/MWK historical data go?
Daily MDL/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 MDL/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.