Skip to content

MXN to DKK exchange rate API

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

0.37078

▲ +17.20% over 5Y

1 MXN = 0.37078 DKK · 1 DKK = 2.6970 MXN · Get this rate via the API

1 MXN buys 0.37078 DKK as of 2026-09-25, so 1 DKK buys 2.6970 MXN. Over the last 5 years, MXN/DKK traded between 0.31486 and 0.40829, averaged 0.36210 and rose 17.20%. The API holds daily MXN/DKK rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

MXN/DKK over 5Y

MXN/DKK over 5Y: show the values
PointMXN/DKK
2021-09-270.31637
2021-11-080.31486
2021-12-200.31724
2022-01-310.32097
2022-03-140.32589
2022-04-270.34408
2022-06-080.35345
2022-07-200.35629
2022-08-310.36809
2022-10-120.38247
2022-11-230.37183
2023-01-050.36207
2023-02-160.37485
2023-03-300.37844
2023-05-160.39230
2023-06-270.39806
2023-08-080.39598
2023-09-190.40736
2023-10-310.38970
2023-12-120.39787
2024-01-260.39955
2024-03-080.40453
2024-04-230.40829
2024-06-050.38866
2024-07-170.38375
2024-08-270.34403
2024-10-010.34146
2024-10-310.34207
2024-11-300.34608
2024-12-300.35049
2025-01-290.35045
2025-02-280.35149
2025-03-300.33810
2025-04-290.33477
2025-05-290.34083
2025-06-280.33824
2025-07-280.34370
2025-08-270.34379
2025-09-260.34594
2025-10-260.34852
2025-11-250.35052
2025-12-250.35373
2026-01-240.36378
2026-02-230.36865
2026-03-250.36282
2026-04-240.36696
2026-05-240.37138
2026-06-230.37524
2026-07-230.37584
2026-08-220.37839
2026-09-210.37844

High

0.40829

Low

0.31486

Average

0.36210

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=DKK").json()

Replace YOUR_API_KEY with the key from your dashboard.

MXN/DKK API questions

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

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

How far back does MXN/DKK historical data go?

Daily MXN/DKK 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 MXN/DKK 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.