Skip to content

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

MDL/MWK over 1Y: show the values
PointMDL/MWK
2025-09-24104.2600
2025-10-01103.9418
2025-10-08103.8951
2025-10-15102.2211
2025-10-22102.3053
2025-10-29101.9532
2025-11-05101.7691
2025-11-12102.1113
2025-11-19102.4216
2025-11-26101.0293
2025-12-03102.2027
2025-12-11101.8988
2025-12-18103.0076
2025-12-25103.1621
2026-01-01103.2107
2026-01-08102.7995
2026-01-15101.6608
2026-01-22102.0899
2026-01-29103.3492
2026-02-05102.6262
2026-02-12102.6369
2026-02-19101.5456
2026-02-26101.3336
2026-03-05100.1923
2026-03-12100.4058
2026-03-1999.3479
2026-03-2699.0628
2026-04-0298.4451
2026-04-09100.9373
2026-04-16101.4037
2026-04-23101.2067
2026-04-30101.1279
2026-05-07101.1958
2026-05-15100.8546
2026-05-2399.9615
2026-05-30100.3550
2026-06-06100.4324
2026-06-1599.5303
2026-06-2298.7499
2026-06-2997.8093
2026-07-0698.5526
2026-07-1398.6996
2026-07-2098.7011
2026-07-2798.1094
2026-08-0399.1942
2026-08-1099.7642
2026-08-17100.0084
2026-08-25100.3708
2026-09-01101.1358
2026-09-08100.5120
2026-09-1599.8844
2026-09-2298.8084

High

104.2600

Low

97.8093

Average

100.9634

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.