Skip to content

MDL to NGN exchange rate API

Moldovan Leu to Naira · quoted 2026-09-27

75.1047

▼ +15.64% over 1Y

1 MDL = 75.1047 NGN · 1 NGN = 0.01331 MDL · Get this rate via the API

1 MDL buys 75.1047 NGN as of 2026-09-27, so 1 NGN buys 0.01331 MDL. Over the last year, MDL/NGN traded between 75.1047 and 89.0299, averaged 80.8961 and fell 15.64%. The API holds daily MDL/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/NGN over 1Y

MDL/NGN over 1Y: show the values
PointMDL/NGN
2025-09-2789.0299
2025-10-0487.6869
2025-10-1186.4497
2025-10-1887.0501
2025-10-2586.5114
2025-11-0183.6928
2025-11-0884.1826
2025-11-1584.9982
2025-11-2285.0942
2025-11-2985.2346
2025-12-0685.3339
2025-12-1485.7471
2025-12-2186.3372
2025-12-2886.4802
2026-01-0485.5366
2026-01-1184.4763
2026-01-1883.1802
2026-01-2583.6323
2026-02-0182.3929
2026-02-0880.4412
2026-02-1580.0150
2026-02-2278.8611
2026-03-0179.7458
2026-03-0880.5832
2026-03-1579.6295
2026-03-2277.5492
2026-03-2978.7055
2026-04-0578.3834
2026-04-1279.0231
2026-04-1977.9632
2026-04-2678.1615
2026-05-0379.8433
2026-05-1080.0361
2026-05-1879.1949
2026-05-2679.0661
2026-06-0279.3610
2026-06-1178.1743
2026-06-1878.0311
2026-06-2577.6295
2026-07-0277.7216
2026-07-0978.3025
2026-07-1678.7440
2026-07-2378.0683
2026-07-3077.3331
2026-08-0678.4981
2026-08-1378.5628
2026-08-2178.5554
2026-08-2878.4698
2026-09-0476.6398
2026-09-1176.7217
2026-09-1875.8861
2026-09-2575.4424

High

89.0299

Low

75.1047

Average

80.8961

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/NGN API questions

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

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

How far back does MDL/NGN historical data go?

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