MDL to MWK exchange rate API
Moldovan Leu to Kwacha · quoted 2026-09-24
98.8722
▼ +0.01% over 6M
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 6 months, MDL/MWK traded between 98.1563 and 101.8724, averaged 99.6408 and fell 0.01%. 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 6M: show the values
| Point | MDL/MWK |
|---|---|
| 2026-03-28 | 98.8805 |
| 2026-04-04 | 98.5624 |
| 2026-04-11 | 100.8336 |
| 2026-04-18 | 100.9920 |
| 2026-04-25 | 99.7150 |
| 2026-05-02 | 101.0534 |
| 2026-05-09 | 101.8724 |
| 2026-05-17 | 100.7622 |
| 2026-05-25 | 100.0224 |
| 2026-06-01 | 100.2674 |
| 2026-06-10 | 99.8979 |
| 2026-06-17 | 99.5138 |
| 2026-06-24 | 98.4880 |
| 2026-07-01 | 98.1563 |
| 2026-07-08 | 98.5282 |
| 2026-07-15 | 98.3892 |
| 2026-07-22 | 98.6329 |
| 2026-07-29 | 98.3629 |
| 2026-08-05 | 99.0960 |
| 2026-08-12 | 99.8893 |
| 2026-08-20 | 100.6915 |
| 2026-08-27 | 100.3381 |
| 2026-09-03 | 100.1073 |
| 2026-09-10 | 100.4261 |
| 2026-09-17 | 99.0776 |
| 2026-09-24 | 98.8722 |
High
101.8724
Low
98.1563
Average
99.6408
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.