DKK to MNT exchange rate API
Danish Krone to Tugrik · quoted 2026-09-27
547.9420
▼ +2.83% over 1Y
1 DKK = 547.9420 MNT · 1 MNT = 0.001825 DKK · Get this rate via the API
1 DKK buys 547.9420 MNT as of 2026-09-27, so 1 MNT buys 0.001825 DKK. Over the last year, DKK/MNT traded between 0.09467 and 566.7153, averaged 514.2606 and fell 2.83%. The API holds daily DKK/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DKK/MNT over 1Y: show the values
| Point | DKK/MNT |
|---|---|
| 2025-09-27 | 563.9056 |
| 2025-10-04 | 565.3896 |
| 2025-10-11 | 559.5369 |
| 2025-10-18 | 561.4622 |
| 2025-10-25 | 0.0947 |
| 2025-11-01 | 0.1072 |
| 2025-11-08 | 0.1224 |
| 2025-11-15 | 0.1302 |
| 2025-11-22 | 549.8491 |
| 2025-11-29 | 552.1281 |
| 2025-12-06 | 552.4962 |
| 2025-12-14 | 557.2595 |
| 2025-12-21 | 556.6519 |
| 2025-12-28 | 560.5598 |
| 2026-01-04 | 558.3136 |
| 2026-01-11 | 554.1837 |
| 2026-01-18 | 552.5558 |
| 2026-01-25 | 565.4327 |
| 2026-02-01 | 566.2078 |
| 2026-02-08 | 564.3267 |
| 2026-02-15 | 566.7153 |
| 2026-02-22 | 562.8385 |
| 2026-03-01 | 562.3477 |
| 2026-03-08 | 551.9624 |
| 2026-03-15 | 545.7717 |
| 2026-03-22 | 551.5194 |
| 2026-03-29 | 549.4364 |
| 2026-04-05 | 550.5218 |
| 2026-04-12 | 560.5488 |
| 2026-04-19 | 562.3845 |
| 2026-04-26 | 563.0707 |
| 2026-05-03 | 562.0047 |
| 2026-05-10 | 564.3411 |
| 2026-05-18 | 557.7631 |
| 2026-05-26 | 557.2053 |
| 2026-06-02 | 557.8665 |
| 2026-06-11 | 552.4899 |
| 2026-06-18 | 548.7766 |
| 2026-06-25 | 543.2609 |
| 2026-07-02 | 546.4090 |
| 2026-07-09 | 548.5174 |
| 2026-07-16 | 550.2173 |
| 2026-07-23 | 546.9964 |
| 2026-07-30 | 551.1191 |
| 2026-08-06 | 555.5590 |
| 2026-08-13 | 555.1554 |
| 2026-08-21 | 563.2432 |
| 2026-08-28 | 560.8270 |
| 2026-09-04 | 559.6136 |
| 2026-09-11 | 558.0558 |
| 2026-09-18 | 551.7922 |
| 2026-09-25 | 548.8238 |
High
566.7153
Low
0.09467
Average
514.2606
Get this rate via the API
One GET request returns the DKK/MNT 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=DKK¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
DKK/MNT API questions
How do I get the DKK/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DKK/MNT rate in rates.MNT.
How far back does DKK/MNT historical data go?
Daily DKK/MNT 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 DKK/MNT 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.