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: show the values
| Point | DKK/MXN |
|---|---|
| 2021-09-27 | 3.1609 |
| 2021-11-08 | 3.1760 |
| 2021-12-20 | 3.1522 |
| 2022-01-31 | 3.1155 |
| 2022-03-14 | 3.0685 |
| 2022-04-27 | 2.9063 |
| 2022-06-08 | 2.8293 |
| 2022-07-20 | 2.8067 |
| 2022-08-31 | 2.7167 |
| 2022-10-12 | 2.6146 |
| 2022-11-23 | 2.6894 |
| 2023-01-05 | 2.7619 |
| 2023-02-16 | 2.6677 |
| 2023-03-30 | 2.6424 |
| 2023-05-16 | 2.5490 |
| 2023-06-27 | 2.5122 |
| 2023-08-08 | 2.5253 |
| 2023-09-19 | 2.4548 |
| 2023-10-31 | 2.5661 |
| 2023-12-12 | 2.5134 |
| 2024-01-26 | 2.5028 |
| 2024-03-08 | 2.4720 |
| 2024-04-23 | 2.4493 |
| 2024-06-05 | 2.5729 |
| 2024-07-17 | 2.6059 |
| 2024-08-27 | 2.9067 |
| 2024-10-01 | 2.9286 |
| 2024-10-31 | 2.9234 |
| 2024-11-30 | 2.8895 |
| 2024-12-30 | 2.8532 |
| 2025-01-29 | 2.8535 |
| 2025-02-28 | 2.8450 |
| 2025-03-30 | 2.9577 |
| 2025-04-29 | 2.9871 |
| 2025-05-29 | 2.9340 |
| 2025-06-28 | 2.9565 |
| 2025-07-28 | 2.9095 |
| 2025-08-27 | 2.9087 |
| 2025-09-26 | 2.8907 |
| 2025-10-26 | 2.8693 |
| 2025-11-25 | 2.8529 |
| 2025-12-25 | 2.8270 |
| 2026-01-24 | 2.7489 |
| 2026-02-23 | 2.7126 |
| 2026-03-25 | 2.7562 |
| 2026-04-24 | 2.7251 |
| 2026-05-24 | 2.6926 |
| 2026-06-23 | 2.6649 |
| 2026-07-23 | 2.6607 |
| 2026-08-22 | 2.6428 |
| 2026-09-21 | 2.6424 |
High
3.1760
Low
2.4493
Average
2.7744
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.