DKK to MNT exchange rate API
Danish Krone to Tugrik · quoted 2026-09-27
547.9420
▲ +7.87% over 5Y
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 5 years, DKK/MNT traded between 0.12643 and 564.8509, averaged 514.9235 and rose 7.87%. 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 5Y: show the values
| Point | DKK/MNT |
|---|---|
| 2024-08-24 | 507.9863 |
| 2024-10-07 | 500.6972 |
| 2024-11-06 | 489.6208 |
| 2024-12-06 | 487.3082 |
| 2025-01-05 | 472.9692 |
| 2025-02-04 | 478.3827 |
| 2025-03-06 | 502.2315 |
| 2025-04-06 | 514.1652 |
| 2025-05-06 | 542.5379 |
| 2025-06-07 | 547.3648 |
| 2025-07-07 | 563.4947 |
| 2025-08-06 | 558.0676 |
| 2025-09-05 | 563.3008 |
| 2025-10-06 | 562.6066 |
| 2025-11-05 | 0.1264 |
| 2025-12-05 | 552.9936 |
| 2026-01-05 | 555.8492 |
| 2026-02-04 | 564.8509 |
| 2026-03-06 | 552.5719 |
| 2026-04-05 | 550.5218 |
| 2026-05-05 | 559.3220 |
| 2026-06-06 | 551.6109 |
| 2026-07-08 | 546.7436 |
| 2026-08-07 | 555.1534 |
| 2026-09-07 | 559.5926 |
High
564.8509
Low
0.12643
Average
514.9235
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.