DKK to MNT exchange rate API
Danish Krone to Tugrik · quoted 2026-09-27
547.9420
▼ +0.29% over 6M
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 6 months, DKK/MNT traded between 545.1529 and 563.9378, averaged 554.4186 and fell 0.29%. 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 6M: show the values
| Point | DKK/MNT |
|---|---|
| 2026-03-31 | 549.5404 |
| 2026-04-07 | 552.6000 |
| 2026-04-14 | 563.9378 |
| 2026-04-21 | 562.7604 |
| 2026-04-28 | 559.0436 |
| 2026-05-05 | 559.3220 |
| 2026-05-12 | 562.2355 |
| 2026-05-20 | 555.2960 |
| 2026-05-28 | 556.4255 |
| 2026-06-04 | 557.4529 |
| 2026-06-13 | 554.1141 |
| 2026-06-20 | 549.3614 |
| 2026-06-27 | 545.1529 |
| 2026-07-04 | 547.6265 |
| 2026-07-11 | 547.5861 |
| 2026-07-18 | 548.9752 |
| 2026-07-25 | 546.5312 |
| 2026-08-01 | 554.9931 |
| 2026-08-08 | 556.2699 |
| 2026-08-15 | 556.6658 |
| 2026-08-23 | 561.5211 |
| 2026-08-30 | 557.1190 |
| 2026-09-06 | 558.6351 |
| 2026-09-13 | 557.9288 |
| 2026-09-20 | 552.3233 |
| 2026-09-27 | 547.9420 |
High
563.9378
Low
545.1529
Average
554.4186
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.