Skip to content

ZAR to MDL exchange rate API

Rand to Moldovan Leu · quoted 2026-09-27

1.0867

▲ +13.29% over 1Y

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

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

ZAR/MDL over 1Y

ZAR/MDL over 1Y: show the values
PointZAR/MDL
2025-09-270.9593
2025-10-040.9710
2025-10-110.9687
2025-10-180.9720
2025-10-250.9778
2025-11-010.9816
2025-11-080.9859
2025-11-150.9920
2025-11-220.9850
2025-11-290.9933
2025-12-061.0040
2025-12-141.0022
2025-12-211.0070
2025-12-281.0066
2026-01-041.0197
2026-01-111.0216
2026-01-181.0403
2026-01-251.0568
2026-02-011.0410
2026-02-081.0595
2026-02-151.0625
2026-02-221.0665
2026-03-011.0674
2026-03-081.0408
2026-03-151.0248
2026-03-221.0252
2026-03-291.0267
2026-04-051.0368
2026-04-121.0429
2026-04-191.0508
2026-04-261.0484
2026-05-031.0386
2026-05-101.0377
2026-05-181.0427
2026-05-261.0599
2026-06-021.0656
2026-06-111.0545
2026-06-181.0603
2026-06-251.0661
2026-07-021.0802
2026-07-091.0726
2026-07-161.0684
2026-07-231.0691
2026-07-301.0609
2026-08-061.0634
2026-08-131.0756
2026-08-211.0740
2026-08-281.0692
2026-09-041.0816
2026-09-111.0701
2026-09-181.0787
2026-09-251.0794

High

1.0867

Low

0.95929

Average

1.0376

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZAR/MDL API questions

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

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

How far back does ZAR/MDL historical data go?

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