Skip to content

MDL to ZAR exchange rate API

Moldovan Leu to Rand · quoted 2026-09-27

0.92018

▼ +11.73% over 1Y

1 MDL = 0.92018 ZAR · 1 ZAR = 1.0867 MDL · Get this rate via the API

1 MDL buys 0.92018 ZAR as of 2026-09-27, so 1 ZAR buys 1.0867 MDL. Over the last year, MDL/ZAR traded between 0.92018 and 1.0424, averaged 0.96490 and fell 11.73%. The API holds daily MDL/ZAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/ZAR over 1Y

MDL/ZAR over 1Y: show the values
PointMDL/ZAR
2025-09-271.04244
2025-10-041.02986
2025-10-111.03235
2025-10-181.02880
2025-10-251.02270
2025-11-011.01874
2025-11-081.01425
2025-11-151.00810
2025-11-221.01518
2025-11-291.00671
2025-12-060.99600
2025-12-140.99776
2025-12-210.99309
2025-12-280.99347
2026-01-040.98066
2026-01-110.97890
2026-01-180.96130
2026-01-250.94622
2026-02-010.96065
2026-02-080.94386
2026-02-150.94116
2026-02-220.93769
2026-03-010.93685
2026-03-080.96080
2026-03-150.97584
2026-03-220.97546
2026-03-290.97401
2026-04-050.96451
2026-04-120.95882
2026-04-190.95169
2026-04-260.95381
2026-05-030.96280
2026-05-100.96365
2026-05-180.95903
2026-05-260.94351
2026-06-020.93846
2026-06-110.94831
2026-06-180.94316
2026-06-250.93799
2026-07-020.92576
2026-07-090.93231
2026-07-160.93598
2026-07-230.93536
2026-07-300.94261
2026-08-060.94035
2026-08-130.92972
2026-08-210.93111
2026-08-280.93530
2026-09-040.92455
2026-09-110.93452
2026-09-180.92704
2026-09-250.92643

High

1.0424

Low

0.92018

Average

0.96490

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/ZAR API questions

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

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

How far back does MDL/ZAR historical data go?

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