Skip to content

MDL to DKK exchange rate API

Moldovan Leu to Danish Krone · quoted 2026-09-25

0.37363

▼ +2.11% over 1Y

1 MDL = 0.37363 DKK · 1 DKK = 2.6764 MDL · Get this rate via the API

1 MDL buys 0.37363 DKK as of 2026-09-25, so 1 DKK buys 2.6764 MDL. Over the last year, MDL/DKK traded between 0.36772 and 0.38497, averaged 0.37402 and fell 2.11%. The API holds daily MDL/DKK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/DKK over 1Y

MDL/DKK over 1Y: show the values
PointMDL/DKK
2025-09-250.38170
2025-10-020.38109
2025-10-090.38497
2025-10-160.37928
2025-10-230.37904
2025-10-300.38039
2025-11-060.37867
2025-11-130.37904
2025-11-200.38183
2025-11-270.37657
2025-12-040.37707
2025-12-120.37486
2025-12-190.37843
2025-12-260.37725
2026-01-020.37920
2026-01-090.38265
2026-01-160.37651
2026-01-230.37390
2026-01-300.37232
2026-02-060.37239
2026-02-130.37134
2026-02-200.37071
2026-02-270.36939
2026-03-060.37379
2026-03-130.37378
2026-03-200.36912
2026-03-270.37025
2026-04-030.36942
2026-04-100.36994
2026-04-170.37070
2026-04-240.36772
2026-05-010.36944
2026-05-080.36810
2026-05-160.37155
2026-05-240.37040
2026-05-310.37013
2026-06-090.37112
2026-06-160.37073
2026-06-230.37228
2026-06-300.37161
2026-07-070.37148
2026-07-140.37280
2026-07-210.37196
2026-07-280.37355
2026-08-040.37154
2026-08-110.37249
2026-08-180.37493
2026-08-260.37114
2026-09-020.37304
2026-09-090.37253
2026-09-160.37279
2026-09-230.37250

High

0.38497

Low

0.36772

Average

0.37402

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/DKK API questions

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

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

How far back does MDL/DKK historical data go?

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