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: show the values
| Point | MDL/DKK |
|---|---|
| 2025-09-25 | 0.38170 |
| 2025-10-02 | 0.38109 |
| 2025-10-09 | 0.38497 |
| 2025-10-16 | 0.37928 |
| 2025-10-23 | 0.37904 |
| 2025-10-30 | 0.38039 |
| 2025-11-06 | 0.37867 |
| 2025-11-13 | 0.37904 |
| 2025-11-20 | 0.38183 |
| 2025-11-27 | 0.37657 |
| 2025-12-04 | 0.37707 |
| 2025-12-12 | 0.37486 |
| 2025-12-19 | 0.37843 |
| 2025-12-26 | 0.37725 |
| 2026-01-02 | 0.37920 |
| 2026-01-09 | 0.38265 |
| 2026-01-16 | 0.37651 |
| 2026-01-23 | 0.37390 |
| 2026-01-30 | 0.37232 |
| 2026-02-06 | 0.37239 |
| 2026-02-13 | 0.37134 |
| 2026-02-20 | 0.37071 |
| 2026-02-27 | 0.36939 |
| 2026-03-06 | 0.37379 |
| 2026-03-13 | 0.37378 |
| 2026-03-20 | 0.36912 |
| 2026-03-27 | 0.37025 |
| 2026-04-03 | 0.36942 |
| 2026-04-10 | 0.36994 |
| 2026-04-17 | 0.37070 |
| 2026-04-24 | 0.36772 |
| 2026-05-01 | 0.36944 |
| 2026-05-08 | 0.36810 |
| 2026-05-16 | 0.37155 |
| 2026-05-24 | 0.37040 |
| 2026-05-31 | 0.37013 |
| 2026-06-09 | 0.37112 |
| 2026-06-16 | 0.37073 |
| 2026-06-23 | 0.37228 |
| 2026-06-30 | 0.37161 |
| 2026-07-07 | 0.37148 |
| 2026-07-14 | 0.37280 |
| 2026-07-21 | 0.37196 |
| 2026-07-28 | 0.37355 |
| 2026-08-04 | 0.37154 |
| 2026-08-11 | 0.37249 |
| 2026-08-18 | 0.37493 |
| 2026-08-26 | 0.37114 |
| 2026-09-02 | 0.37304 |
| 2026-09-09 | 0.37253 |
| 2026-09-16 | 0.37279 |
| 2026-09-23 | 0.37250 |
High
0.38497
Low
0.36772
Average
0.37402
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=DKK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=DKK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.