DKK to MNT exchange rate API
Danish Krone to Tugrik · quoted 2026-09-27
547.9420
▼ +2.30% over 30D
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 30 days, DKK/MNT traded between 547.4245 and 560.8597, averaged 555.2167 and fell 2.30%. 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 30D: show the values
| Point | DKK/MNT |
|---|---|
| 2026-08-28 | 560.8270 |
| 2026-08-29 | 557.3777 |
| 2026-08-30 | 557.1190 |
| 2026-08-31 | 557.9059 |
| 2026-09-01 | 557.8551 |
| 2026-09-02 | 557.2456 |
| 2026-09-03 | 558.7879 |
| 2026-09-04 | 559.6136 |
| 2026-09-05 | 558.5067 |
| 2026-09-06 | 558.6351 |
| 2026-09-07 | 559.5926 |
| 2026-09-08 | 559.0531 |
| 2026-09-09 | 560.8597 |
| 2026-09-10 | 558.7514 |
| 2026-09-11 | 558.0558 |
| 2026-09-12 | 558.0374 |
| 2026-09-13 | 557.9288 |
| 2026-09-14 | 556.0311 |
| 2026-09-15 | 555.1936 |
| 2026-09-16 | 555.4445 |
| 2026-09-17 | 552.5312 |
| 2026-09-18 | 551.7922 |
| 2026-09-19 | 552.8865 |
| 2026-09-20 | 552.3233 |
| 2026-09-21 | 553.3567 |
| 2026-09-22 | 551.7905 |
| 2026-09-23 | 549.1628 |
| 2026-09-24 | 547.4245 |
| 2026-09-25 | 548.8238 |
| 2026-09-26 | 548.1373 |
| 2026-09-27 | 547.9420 |
High
560.8597
Low
547.4245
Average
555.2167
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.