Skip to content

DKK to MXN exchange rate API

Danish Krone to Mexican Peso · quoted 2026-09-26

2.6950

▼ +6.77% over 1Y

1 DKK = 2.6950 MXN · 1 MXN = 0.37106 DKK · Get this rate via the API

1 DKK buys 2.6950 MXN as of 2026-09-26, so 1 MXN buys 0.37106 DKK. Over the last year, DKK/MXN traded between 2.6275 and 2.8928, averaged 2.7436 and fell 6.77%. The API holds daily DKK/MXN rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

DKK/MXN over 1Y

DKK/MXN over 1Y: show the values
PointDKK/MXN
2025-09-262.8907
2025-10-032.8928
2025-10-102.8466
2025-10-172.8793
2025-10-242.8611
2025-10-312.8695
2025-11-072.8740
2025-11-142.8658
2025-11-212.8460
2025-11-282.8407
2025-12-052.8373
2025-12-122.8327
2025-12-192.8241
2025-12-262.8269
2026-01-022.8151
2026-01-092.8087
2026-01-162.7483
2026-01-232.7424
2026-01-302.7584
2026-02-062.7425
2026-02-132.7342
2026-02-202.7090
2026-02-272.7194
2026-03-062.7524
2026-03-132.7369
2026-03-202.7556
2026-03-272.7833
2026-04-032.7554
2026-04-102.7190
2026-04-172.7182
2026-04-242.7251
2026-05-012.7417
2026-05-082.7128
2026-05-152.7035
2026-05-222.6902
2026-05-292.7018
2026-06-052.6896
2026-06-122.6656
2026-06-192.6596
2026-06-262.6716
2026-07-032.6722
2026-07-102.6801
2026-07-172.6744
2026-07-242.6603
2026-07-312.6690
2026-08-072.6471
2026-08-142.6297
2026-08-212.6444
2026-08-282.6399
2026-09-042.6275
2026-09-112.6328
2026-09-182.6334
2026-09-252.6997

High

2.8928

Low

2.6275

Average

2.7436

For developers

Get this rate via the API

One GET request returns the DKK/MXN 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=MXN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK&currencies=MXN");
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=MXN").json()

Replace YOUR_API_KEY with the key from your dashboard.

DKK/MXN API questions

How do I get the DKK/MXN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK&currencies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DKK/MXN rate in rates.MXN.

How far back does DKK/MXN historical data go?

Daily DKK/MXN rates are available from 2008-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free DKK/MXN 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.