DKK to MXN exchange rate API
Danish Krone to Mexican Peso · quoted 2026-09-26
2.6950
▼ +4.68% over YTD
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 year to date, DKK/MXN traded between 2.6332 and 2.8275, averaged 2.7036 and fell 4.68%. 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 YTD: show the values
| Point | DKK/MXN |
|---|---|
| 2025-12-31 | 2.8275 |
| 2026-01-07 | 2.8115 |
| 2026-01-14 | 2.7772 |
| 2026-01-21 | 2.7465 |
| 2026-01-28 | 2.7511 |
| 2026-02-04 | 2.7293 |
| 2026-02-11 | 2.7353 |
| 2026-02-18 | 2.7131 |
| 2026-02-25 | 2.7047 |
| 2026-03-04 | 2.7359 |
| 2026-03-11 | 2.7357 |
| 2026-03-18 | 2.7294 |
| 2026-03-25 | 2.7562 |
| 2026-04-01 | 2.7726 |
| 2026-04-08 | 2.7258 |
| 2026-04-15 | 2.7279 |
| 2026-04-22 | 2.7190 |
| 2026-04-29 | 2.7255 |
| 2026-05-06 | 2.7169 |
| 2026-05-13 | 2.6998 |
| 2026-05-20 | 2.6959 |
| 2026-05-27 | 2.6971 |
| 2026-06-03 | 2.6869 |
| 2026-06-10 | 2.6983 |
| 2026-06-17 | 2.6688 |
| 2026-06-24 | 2.6728 |
| 2026-07-01 | 2.6703 |
| 2026-07-08 | 2.6812 |
| 2026-07-15 | 2.6595 |
| 2026-07-22 | 2.6588 |
| 2026-07-29 | 2.6606 |
| 2026-08-05 | 2.6603 |
| 2026-08-12 | 2.6348 |
| 2026-08-19 | 2.6446 |
| 2026-08-26 | 2.6428 |
| 2026-09-02 | 2.6332 |
| 2026-09-09 | 2.6348 |
| 2026-09-16 | 2.6449 |
| 2026-09-23 | 2.6620 |
High
2.8275
Low
2.6332
Average
2.7036
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.