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: show the values
| Point | ZMW/MDL |
|---|---|
| 2025-09-26 | 0.69988 |
| 2025-10-03 | 0.70099 |
| 2025-10-10 | 0.74292 |
| 2025-10-17 | 0.74511 |
| 2025-10-24 | 0.76590 |
| 2025-10-31 | 0.76555 |
| 2025-11-07 | 0.75319 |
| 2025-11-14 | 0.74865 |
| 2025-11-21 | 0.73680 |
| 2025-11-28 | 0.74749 |
| 2025-12-05 | 0.73386 |
| 2025-12-13 | 0.73288 |
| 2025-12-20 | 0.74640 |
| 2025-12-27 | 0.74541 |
| 2026-01-03 | 0.76032 |
| 2026-01-10 | 0.86031 |
| 2026-01-17 | 0.84695 |
| 2026-01-24 | 0.87054 |
| 2026-01-31 | 0.85090 |
| 2026-02-07 | 0.90882 |
| 2026-02-14 | 0.93025 |
| 2026-02-21 | 0.90537 |
| 2026-02-28 | 0.90403 |
| 2026-03-07 | 0.89548 |
| 2026-03-14 | 0.89723 |
| 2026-03-21 | 0.89266 |
| 2026-03-28 | 0.93308 |
| 2026-04-04 | 0.91185 |
| 2026-04-11 | 0.90563 |
| 2026-04-18 | 0.90358 |
| 2026-04-25 | 0.91891 |
| 2026-05-02 | 0.92262 |
| 2026-05-09 | 0.89820 |
| 2026-05-17 | 0.91028 |
| 2026-05-25 | 0.91480 |
| 2026-06-01 | 0.93917 |
| 2026-06-10 | 0.97572 |
| 2026-06-17 | 0.98310 |
| 2026-06-24 | 0.97408 |
| 2026-07-01 | 0.97764 |
| 2026-07-08 | 0.95309 |
| 2026-07-15 | 0.96708 |
| 2026-07-22 | 0.95502 |
| 2026-07-29 | 0.94138 |
| 2026-08-05 | 0.92085 |
| 2026-08-12 | 0.92199 |
| 2026-08-20 | 0.91507 |
| 2026-08-27 | 0.90744 |
| 2026-09-03 | 0.90380 |
| 2026-09-10 | 0.89456 |
| 2026-09-17 | 0.89320 |
| 2026-09-24 | 0.89875 |
High
0.98310
Low
0.69988
Average
0.86657
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=MDL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=MDL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.