DKK to MNT exchange rate API
Danish Krone to Tugrik · quoted 2026-09-27
547.9420
▼ +2.17% over YTD
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 year to date, DKK/MNT traded between 545.1737 and 572.3528, averaged 556.9379 and fell 2.17%. 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 YTD: show the values
| Point | DKK/MNT |
|---|---|
| 2025-12-31 | 560.0985 |
| 2026-01-07 | 556.8581 |
| 2026-01-14 | 555.6244 |
| 2026-01-21 | 560.3963 |
| 2026-01-28 | 572.3528 |
| 2026-02-04 | 564.8509 |
| 2026-02-11 | 568.4657 |
| 2026-02-18 | 565.9573 |
| 2026-02-25 | 563.1410 |
| 2026-03-04 | 556.6210 |
| 2026-03-11 | 553.3033 |
| 2026-03-18 | 549.3021 |
| 2026-03-25 | 553.8563 |
| 2026-04-01 | 554.9137 |
| 2026-04-08 | 559.8402 |
| 2026-04-15 | 563.6312 |
| 2026-04-22 | 561.5913 |
| 2026-04-29 | 563.3698 |
| 2026-05-06 | 563.2866 |
| 2026-05-14 | 560.3671 |
| 2026-05-21 | 555.3985 |
| 2026-05-29 | 557.6420 |
| 2026-06-05 | 557.3581 |
| 2026-06-14 | 554.8837 |
| 2026-06-21 | 548.8722 |
| 2026-06-28 | 545.1737 |
| 2026-07-05 | 548.0573 |
| 2026-07-12 | 546.8692 |
| 2026-07-19 | 548.1111 |
| 2026-07-26 | 546.9059 |
| 2026-08-02 | 555.0361 |
| 2026-08-09 | 555.7397 |
| 2026-08-16 | 556.5402 |
| 2026-08-24 | 561.3335 |
| 2026-08-31 | 557.9059 |
| 2026-09-07 | 559.5926 |
| 2026-09-14 | 556.0311 |
| 2026-09-21 | 553.3567 |
High
572.3528
Low
545.1737
Average
556.9379
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.