MDL to MZN exchange rate API
Moldovan Leu to Mozambique Metical · quoted 2026-09-24
3.6290
▼ +5.38% over 1Y
1 MDL = 3.6290 MZN · 1 MZN = 0.27556 MDL · Get this rate via the API
1 MDL buys 3.6290 MZN as of 2026-09-24, so 1 MZN buys 0.27556 MDL. Over the last year, MDL/MZN traded between 3.5970 and 3.8356, averaged 3.7163 and fell 5.38%. The API holds daily MDL/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MDL/MZN over 1Y: show the values
| Point | MDL/MZN |
|---|---|
| 2025-09-24 | 3.8356 |
| 2025-10-01 | 3.8255 |
| 2025-10-08 | 3.8263 |
| 2025-10-15 | 3.7737 |
| 2025-10-22 | 3.7664 |
| 2025-10-29 | 3.7536 |
| 2025-11-05 | 3.7447 |
| 2025-11-12 | 3.7650 |
| 2025-11-19 | 3.7721 |
| 2025-11-26 | 3.7306 |
| 2025-12-03 | 3.7624 |
| 2025-12-11 | 3.7708 |
| 2025-12-18 | 3.7897 |
| 2025-12-25 | 3.7997 |
| 2026-01-01 | 3.7975 |
| 2026-01-08 | 3.7853 |
| 2026-01-15 | 3.7447 |
| 2026-01-22 | 3.7578 |
| 2026-01-29 | 3.8019 |
| 2026-02-05 | 3.7716 |
| 2026-02-12 | 3.7737 |
| 2026-02-19 | 3.7319 |
| 2026-02-26 | 3.7452 |
| 2026-03-05 | 3.6883 |
| 2026-03-12 | 3.6896 |
| 2026-03-19 | 3.6398 |
| 2026-03-26 | 3.6374 |
| 2026-04-02 | 3.6226 |
| 2026-04-09 | 3.7167 |
| 2026-04-16 | 3.7495 |
| 2026-04-23 | 3.7181 |
| 2026-04-30 | 3.7109 |
| 2026-05-07 | 3.7168 |
| 2026-05-15 | 3.7010 |
| 2026-05-23 | 3.6784 |
| 2026-05-30 | 3.6874 |
| 2026-06-06 | 3.6927 |
| 2026-06-15 | 3.6642 |
| 2026-06-22 | 3.6374 |
| 2026-06-29 | 3.5970 |
| 2026-07-06 | 3.6285 |
| 2026-07-13 | 3.6202 |
| 2026-07-20 | 3.6335 |
| 2026-07-27 | 3.6185 |
| 2026-08-03 | 3.6644 |
| 2026-08-10 | 3.6797 |
| 2026-08-17 | 3.6915 |
| 2026-08-25 | 3.6950 |
| 2026-09-01 | 3.7253 |
| 2026-09-08 | 3.6999 |
| 2026-09-15 | 3.6682 |
| 2026-09-22 | 3.6339 |
High
3.8356
Low
3.5970
Average
3.7163
Get this rate via the API
One GET request returns the MDL/MZN 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=MZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=MZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=MZN").json()Replace YOUR_API_KEY with the key from your dashboard.
MDL/MZN API questions
How do I get the MDL/MZN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=MZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/MZN rate in rates.MZN.
How far back does MDL/MZN historical data go?
Daily MDL/MZN 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/MZN 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.