Skip to content

DKK to MXN exchange rate API

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

2.6950

▼ +4.68% over YTD

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 year to date, DKK/MXN traded between 2.6332 and 2.8275, averaged 2.7036 and fell 4.68%. 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 YTD

DKK/MXN over YTD: show the values
PointDKK/MXN
2025-12-312.8275
2026-01-072.8115
2026-01-142.7772
2026-01-212.7465
2026-01-282.7511
2026-02-042.7293
2026-02-112.7353
2026-02-182.7131
2026-02-252.7047
2026-03-042.7359
2026-03-112.7357
2026-03-182.7294
2026-03-252.7562
2026-04-012.7726
2026-04-082.7258
2026-04-152.7279
2026-04-222.7190
2026-04-292.7255
2026-05-062.7169
2026-05-132.6998
2026-05-202.6959
2026-05-272.6971
2026-06-032.6869
2026-06-102.6983
2026-06-172.6688
2026-06-242.6728
2026-07-012.6703
2026-07-082.6812
2026-07-152.6595
2026-07-222.6588
2026-07-292.6606
2026-08-052.6603
2026-08-122.6348
2026-08-192.6446
2026-08-262.6428
2026-09-022.6332
2026-09-092.6348
2026-09-162.6449
2026-09-232.6620

High

2.8275

Low

2.6332

Average

2.7036

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.