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: show the values
| Point | MDL/NAD |
|---|---|
| 2025-09-25 | 1.04001 |
| 2025-10-02 | 1.03237 |
| 2025-10-09 | 1.02751 |
| 2025-10-16 | 1.02402 |
| 2025-10-23 | 1.02546 |
| 2025-10-30 | 1.01037 |
| 2025-11-06 | 1.01751 |
| 2025-11-13 | 1.00874 |
| 2025-11-20 | 1.01254 |
| 2025-11-27 | 1.00069 |
| 2025-12-04 | 1.00456 |
| 2025-12-12 | 0.99364 |
| 2025-12-19 | 0.99291 |
| 2025-12-26 | 0.99028 |
| 2026-01-02 | 0.98441 |
| 2026-01-09 | 0.98527 |
| 2026-01-16 | 0.95704 |
| 2026-01-23 | 0.94715 |
| 2026-01-30 | 0.94357 |
| 2026-02-06 | 0.95541 |
| 2026-02-13 | 0.94077 |
| 2026-02-20 | 0.94427 |
| 2026-02-27 | 0.92918 |
| 2026-03-06 | 0.95910 |
| 2026-03-13 | 0.96111 |
| 2026-03-20 | 0.95650 |
| 2026-03-27 | 0.97467 |
| 2026-04-03 | 0.96474 |
| 2026-04-10 | 0.94673 |
| 2026-04-17 | 0.96023 |
| 2026-04-24 | 0.95952 |
| 2026-05-01 | 0.96670 |
| 2026-05-08 | 0.94833 |
| 2026-05-16 | 0.96478 |
| 2026-05-24 | 0.94955 |
| 2026-05-31 | 0.93756 |
| 2026-06-09 | 0.94762 |
| 2026-06-16 | 0.93222 |
| 2026-06-23 | 0.93135 |
| 2026-06-30 | 0.93226 |
| 2026-07-07 | 0.92231 |
| 2026-07-14 | 0.93710 |
| 2026-07-21 | 0.93741 |
| 2026-07-28 | 0.95324 |
| 2026-08-04 | 0.94501 |
| 2026-08-11 | 0.93084 |
| 2026-08-18 | 0.94289 |
| 2026-08-26 | 0.92327 |
| 2026-09-02 | 0.93462 |
| 2026-09-09 | 0.92916 |
| 2026-09-16 | 0.93360 |
| 2026-09-23 | 0.92090 |
High
1.0400
Low
0.92090
Average
0.96425
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=NAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=NAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.