Skip to content

MXN to DKK exchange rate API

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

0.37022

▲ +4.68% over YTD

1 MXN = 0.37022 DKK · 1 DKK = 2.7011 MXN · Get this rate via the API

1 MXN buys 0.37022 DKK as of 2026-09-25, so 1 DKK buys 2.7011 MXN. Over the year to date, MXN/DKK traded between 0.35367 and 0.37976, averaged 0.36997 and rose 4.68%. 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 YTD

MXN/DKK over YTD: show the values
PointMXN/DKK
2025-12-310.35367
2026-01-070.35568
2026-01-140.36008
2026-01-210.36410
2026-01-280.36349
2026-02-040.36639
2026-02-110.36558
2026-02-180.36858
2026-02-250.36972
2026-03-040.36551
2026-03-110.36554
2026-03-180.36638
2026-03-250.36282
2026-04-010.36067
2026-04-080.36686
2026-04-150.36658
2026-04-220.36778
2026-04-290.36690
2026-05-060.36807
2026-05-130.37040
2026-05-200.37093
2026-05-270.37077
2026-06-030.37217
2026-06-100.37060
2026-06-170.37471
2026-06-240.37414
2026-07-010.37449
2026-07-080.37297
2026-07-150.37601
2026-07-220.37610
2026-07-290.37586
2026-08-050.37589
2026-08-120.37953
2026-08-190.37813
2026-08-260.37839
2026-09-020.37976
2026-09-090.37953
2026-09-160.37808
2026-09-230.37566

High

0.37976

Low

0.35367

Average

0.36997

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.