Skip to content

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

MDL/MZN over 1Y: show the values
PointMDL/MZN
2025-09-243.8356
2025-10-013.8255
2025-10-083.8263
2025-10-153.7737
2025-10-223.7664
2025-10-293.7536
2025-11-053.7447
2025-11-123.7650
2025-11-193.7721
2025-11-263.7306
2025-12-033.7624
2025-12-113.7708
2025-12-183.7897
2025-12-253.7997
2026-01-013.7975
2026-01-083.7853
2026-01-153.7447
2026-01-223.7578
2026-01-293.8019
2026-02-053.7716
2026-02-123.7737
2026-02-193.7319
2026-02-263.7452
2026-03-053.6883
2026-03-123.6896
2026-03-193.6398
2026-03-263.6374
2026-04-023.6226
2026-04-093.7167
2026-04-163.7495
2026-04-233.7181
2026-04-303.7109
2026-05-073.7168
2026-05-153.7010
2026-05-233.6784
2026-05-303.6874
2026-06-063.6927
2026-06-153.6642
2026-06-223.6374
2026-06-293.5970
2026-07-063.6285
2026-07-133.6202
2026-07-203.6335
2026-07-273.6185
2026-08-033.6644
2026-08-103.6797
2026-08-173.6915
2026-08-253.6950
2026-09-013.7253
2026-09-083.6999
2026-09-153.6682
2026-09-223.6339

High

3.8356

Low

3.5970

Average

3.7163

For developers

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