Skip to content

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

DKK/MNT over 5Y: show the values
PointDKK/MNT
2024-08-24507.9863
2024-10-07500.6972
2024-11-06489.6208
2024-12-06487.3082
2025-01-05472.9692
2025-02-04478.3827
2025-03-06502.2315
2025-04-06514.1652
2025-05-06542.5379
2025-06-07547.3648
2025-07-07563.4947
2025-08-06558.0676
2025-09-05563.3008
2025-10-06562.6066
2025-11-050.1264
2025-12-05552.9936
2026-01-05555.8492
2026-02-04564.8509
2026-03-06552.5719
2026-04-05550.5218
2026-05-05559.3220
2026-06-06551.6109
2026-07-08546.7436
2026-08-07555.1534
2026-09-07559.5926

High

564.8509

Low

0.12643

Average

514.9235

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK&currencies=MNT");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK&currencies=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&currencies=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.