Skip to content

ZMW to MDL exchange rate API

Zambian Kwacha to Moldovan Leu · quoted 2026-09-26

0.89962

▲ +28.54% over 1Y

1 ZMW = 0.89962 MDL · 1 MDL = 1.1116 ZMW · Get this rate via the API

1 ZMW buys 0.89962 MDL as of 2026-09-26, so 1 MDL buys 1.1116 ZMW. Over the last year, ZMW/MDL traded between 0.69988 and 0.98310, averaged 0.86657 and rose 28.54%. The API holds daily ZMW/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/MDL over 1Y

ZMW/MDL over 1Y: show the values
PointZMW/MDL
2025-09-260.69988
2025-10-030.70099
2025-10-100.74292
2025-10-170.74511
2025-10-240.76590
2025-10-310.76555
2025-11-070.75319
2025-11-140.74865
2025-11-210.73680
2025-11-280.74749
2025-12-050.73386
2025-12-130.73288
2025-12-200.74640
2025-12-270.74541
2026-01-030.76032
2026-01-100.86031
2026-01-170.84695
2026-01-240.87054
2026-01-310.85090
2026-02-070.90882
2026-02-140.93025
2026-02-210.90537
2026-02-280.90403
2026-03-070.89548
2026-03-140.89723
2026-03-210.89266
2026-03-280.93308
2026-04-040.91185
2026-04-110.90563
2026-04-180.90358
2026-04-250.91891
2026-05-020.92262
2026-05-090.89820
2026-05-170.91028
2026-05-250.91480
2026-06-010.93917
2026-06-100.97572
2026-06-170.98310
2026-06-240.97408
2026-07-010.97764
2026-07-080.95309
2026-07-150.96708
2026-07-220.95502
2026-07-290.94138
2026-08-050.92085
2026-08-120.92199
2026-08-200.91507
2026-08-270.90744
2026-09-030.90380
2026-09-100.89456
2026-09-170.89320
2026-09-240.89875

High

0.98310

Low

0.69988

Average

0.86657

For developers

Get this rate via the API

One GET request returns the ZMW/MDL 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=ZMW&currencies=MDL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=MDL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=MDL").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/MDL API questions

How do I get the ZMW/MDL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=MDL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/MDL rate in rates.MDL.

How far back does ZMW/MDL historical data go?

Daily ZMW/MDL 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 ZMW/MDL 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.