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: show the values
| Point | DKK/MXN |
|---|---|
| 2025-09-26 | 2.8907 |
| 2025-10-03 | 2.8928 |
| 2025-10-10 | 2.8466 |
| 2025-10-17 | 2.8793 |
| 2025-10-24 | 2.8611 |
| 2025-10-31 | 2.8695 |
| 2025-11-07 | 2.8740 |
| 2025-11-14 | 2.8658 |
| 2025-11-21 | 2.8460 |
| 2025-11-28 | 2.8407 |
| 2025-12-05 | 2.8373 |
| 2025-12-12 | 2.8327 |
| 2025-12-19 | 2.8241 |
| 2025-12-26 | 2.8269 |
| 2026-01-02 | 2.8151 |
| 2026-01-09 | 2.8087 |
| 2026-01-16 | 2.7483 |
| 2026-01-23 | 2.7424 |
| 2026-01-30 | 2.7584 |
| 2026-02-06 | 2.7425 |
| 2026-02-13 | 2.7342 |
| 2026-02-20 | 2.7090 |
| 2026-02-27 | 2.7194 |
| 2026-03-06 | 2.7524 |
| 2026-03-13 | 2.7369 |
| 2026-03-20 | 2.7556 |
| 2026-03-27 | 2.7833 |
| 2026-04-03 | 2.7554 |
| 2026-04-10 | 2.7190 |
| 2026-04-17 | 2.7182 |
| 2026-04-24 | 2.7251 |
| 2026-05-01 | 2.7417 |
| 2026-05-08 | 2.7128 |
| 2026-05-15 | 2.7035 |
| 2026-05-22 | 2.6902 |
| 2026-05-29 | 2.7018 |
| 2026-06-05 | 2.6896 |
| 2026-06-12 | 2.6656 |
| 2026-06-19 | 2.6596 |
| 2026-06-26 | 2.6716 |
| 2026-07-03 | 2.6722 |
| 2026-07-10 | 2.6801 |
| 2026-07-17 | 2.6744 |
| 2026-07-24 | 2.6603 |
| 2026-07-31 | 2.6690 |
| 2026-08-07 | 2.6471 |
| 2026-08-14 | 2.6297 |
| 2026-08-21 | 2.6444 |
| 2026-08-28 | 2.6399 |
| 2026-09-04 | 2.6275 |
| 2026-09-11 | 2.6328 |
| 2026-09-18 | 2.6334 |
| 2026-09-25 | 2.6997 |
High
2.8928
Low
2.6275
Average
2.7436
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=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¤cies=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.