Skip to content

MDL to NAD exchange rate API

Moldovan Leu to Namibia Dollar · quoted 2026-09-25

0.93402

▼ +10.19% over 1Y

1 MDL = 0.93402 NAD · 1 NAD = 1.0706 MDL · Get this rate via the API

1 MDL buys 0.93402 NAD as of 2026-09-25, so 1 NAD buys 1.0706 MDL. Over the last year, MDL/NAD traded between 0.92090 and 1.0400, averaged 0.96425 and fell 10.19%. The API holds daily MDL/NAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/NAD over 1Y

MDL/NAD over 1Y: show the values
PointMDL/NAD
2025-09-251.04001
2025-10-021.03237
2025-10-091.02751
2025-10-161.02402
2025-10-231.02546
2025-10-301.01037
2025-11-061.01751
2025-11-131.00874
2025-11-201.01254
2025-11-271.00069
2025-12-041.00456
2025-12-120.99364
2025-12-190.99291
2025-12-260.99028
2026-01-020.98441
2026-01-090.98527
2026-01-160.95704
2026-01-230.94715
2026-01-300.94357
2026-02-060.95541
2026-02-130.94077
2026-02-200.94427
2026-02-270.92918
2026-03-060.95910
2026-03-130.96111
2026-03-200.95650
2026-03-270.97467
2026-04-030.96474
2026-04-100.94673
2026-04-170.96023
2026-04-240.95952
2026-05-010.96670
2026-05-080.94833
2026-05-160.96478
2026-05-240.94955
2026-05-310.93756
2026-06-090.94762
2026-06-160.93222
2026-06-230.93135
2026-06-300.93226
2026-07-070.92231
2026-07-140.93710
2026-07-210.93741
2026-07-280.95324
2026-08-040.94501
2026-08-110.93084
2026-08-180.94289
2026-08-260.92327
2026-09-020.93462
2026-09-090.92916
2026-09-160.93360
2026-09-230.92090

High

1.0400

Low

0.92090

Average

0.96425

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/NAD API questions

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

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

How far back does MDL/NAD historical data go?

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