Skip to content

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

MDL/MWK over 6M: show the values
PointMDL/MWK
2026-03-2898.8805
2026-04-0498.5624
2026-04-11100.8336
2026-04-18100.9920
2026-04-2599.7150
2026-05-02101.0534
2026-05-09101.8724
2026-05-17100.7622
2026-05-25100.0224
2026-06-01100.2674
2026-06-1099.8979
2026-06-1799.5138
2026-06-2498.4880
2026-07-0198.1563
2026-07-0898.5282
2026-07-1598.3892
2026-07-2298.6329
2026-07-2998.3629
2026-08-0599.0960
2026-08-1299.8893
2026-08-20100.6915
2026-08-27100.3381
2026-09-03100.1073
2026-09-10100.4261
2026-09-1799.0776
2026-09-2498.8722

High

101.8724

Low

98.1563

Average

99.6408

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=MWK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&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=MDL&currencies=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&currencies=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.