Skip to content

DKK to MNT exchange rate API

Danish Krone to Tugrik · quoted 2026-09-27

547.9420

▼ +2.83% over 1Y

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 year, DKK/MNT traded between 0.09467 and 566.7153, averaged 514.2606 and fell 2.83%. 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 1Y

DKK/MNT over 1Y: show the values
PointDKK/MNT
2025-09-27563.9056
2025-10-04565.3896
2025-10-11559.5369
2025-10-18561.4622
2025-10-250.0947
2025-11-010.1072
2025-11-080.1224
2025-11-150.1302
2025-11-22549.8491
2025-11-29552.1281
2025-12-06552.4962
2025-12-14557.2595
2025-12-21556.6519
2025-12-28560.5598
2026-01-04558.3136
2026-01-11554.1837
2026-01-18552.5558
2026-01-25565.4327
2026-02-01566.2078
2026-02-08564.3267
2026-02-15566.7153
2026-02-22562.8385
2026-03-01562.3477
2026-03-08551.9624
2026-03-15545.7717
2026-03-22551.5194
2026-03-29549.4364
2026-04-05550.5218
2026-04-12560.5488
2026-04-19562.3845
2026-04-26563.0707
2026-05-03562.0047
2026-05-10564.3411
2026-05-18557.7631
2026-05-26557.2053
2026-06-02557.8665
2026-06-11552.4899
2026-06-18548.7766
2026-06-25543.2609
2026-07-02546.4090
2026-07-09548.5174
2026-07-16550.2173
2026-07-23546.9964
2026-07-30551.1191
2026-08-06555.5590
2026-08-13555.1554
2026-08-21563.2432
2026-08-28560.8270
2026-09-04559.6136
2026-09-11558.0558
2026-09-18551.7922
2026-09-25548.8238

High

566.7153

Low

0.09467

Average

514.2606

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.