Skip to content

DKK to MXN exchange rate API

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

2.6950

▼ +14.74% over 5Y

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 5 years, DKK/MXN traded between 2.4493 and 3.1760, averaged 2.7744 and fell 14.74%. 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 5Y

DKK/MXN over 5Y: show the values
PointDKK/MXN
2021-09-273.1609
2021-11-083.1760
2021-12-203.1522
2022-01-313.1155
2022-03-143.0685
2022-04-272.9063
2022-06-082.8293
2022-07-202.8067
2022-08-312.7167
2022-10-122.6146
2022-11-232.6894
2023-01-052.7619
2023-02-162.6677
2023-03-302.6424
2023-05-162.5490
2023-06-272.5122
2023-08-082.5253
2023-09-192.4548
2023-10-312.5661
2023-12-122.5134
2024-01-262.5028
2024-03-082.4720
2024-04-232.4493
2024-06-052.5729
2024-07-172.6059
2024-08-272.9067
2024-10-012.9286
2024-10-312.9234
2024-11-302.8895
2024-12-302.8532
2025-01-292.8535
2025-02-282.8450
2025-03-302.9577
2025-04-292.9871
2025-05-292.9340
2025-06-282.9565
2025-07-282.9095
2025-08-272.9087
2025-09-262.8907
2025-10-262.8693
2025-11-252.8529
2025-12-252.8270
2026-01-242.7489
2026-02-232.7126
2026-03-252.7562
2026-04-242.7251
2026-05-242.6926
2026-06-232.6649
2026-07-232.6607
2026-08-222.6428
2026-09-212.6424

High

3.1760

Low

2.4493

Average

2.7744

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.