NZD to DKK exchange rate API
New Zealand Dollar to Danish Krone · quoted 2026-09-24
3.7175
▼ +16.46% over 5Y
1 NZD = 3.7175 DKK · 1 DKK = 0.26900 NZD · Get this rate via the API
1 NZD buys 3.7175 DKK as of 2026-09-24, so 1 DKK buys 0.26900 NZD. Over the last 5 years, NZD/DKK traded between 3.6252 and 4.6166, averaged 4.0920 and fell 16.46%. The API holds daily NZD/DKK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
NZD/DKK over 5Y: show the values
| Point | NZD/DKK |
|---|---|
| 2021-09-27 | 4.4498 |
| 2021-11-08 | 4.6055 |
| 2021-12-20 | 4.4322 |
| 2022-01-31 | 4.3820 |
| 2022-03-14 | 4.6128 |
| 2022-04-27 | 4.6166 |
| 2022-06-08 | 4.4692 |
| 2022-07-20 | 4.5654 |
| 2022-08-31 | 4.5565 |
| 2022-10-12 | 4.2827 |
| 2022-11-23 | 4.4485 |
| 2023-01-05 | 4.4185 |
| 2023-02-16 | 4.3733 |
| 2023-03-30 | 4.2660 |
| 2023-05-16 | 4.2729 |
| 2023-06-27 | 4.1983 |
| 2023-08-08 | 4.1132 |
| 2023-09-19 | 4.1367 |
| 2023-10-31 | 4.0961 |
| 2023-12-12 | 4.2434 |
| 2024-01-26 | 4.1879 |
| 2024-03-08 | 4.2179 |
| 2024-04-23 | 4.1340 |
| 2024-06-05 | 4.2437 |
| 2024-07-17 | 4.1499 |
| 2024-08-27 | 4.1653 |
| 2024-10-01 | 4.2426 |
| 2024-10-31 | 4.0945 |
| 2024-11-30 | 4.1549 |
| 2024-12-30 | 4.0390 |
| 2025-01-29 | 4.0501 |
| 2025-02-28 | 4.0144 |
| 2025-03-30 | 3.9377 |
| 2025-04-29 | 3.9064 |
| 2025-05-29 | 3.9465 |
| 2025-06-28 | 3.8550 |
| 2025-07-28 | 3.8298 |
| 2025-08-27 | 3.7522 |
| 2025-09-26 | 3.6846 |
| 2025-10-26 | 3.7000 |
| 2025-11-25 | 3.6252 |
| 2025-12-25 | 3.7035 |
| 2026-01-24 | 3.7570 |
| 2026-02-23 | 3.7826 |
| 2026-03-25 | 3.7507 |
| 2026-04-24 | 3.7479 |
| 2026-05-24 | 3.7707 |
| 2026-06-23 | 3.7253 |
| 2026-07-23 | 3.7969 |
| 2026-08-22 | 3.8283 |
| 2026-09-21 | 3.7312 |
High
4.6166
Low
3.6252
Average
4.0920
Get this rate via the API
One GET request returns the NZD/DKK 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=NZD¤cies=DKK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=DKK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=DKK").json()Replace YOUR_API_KEY with the key from your dashboard.
NZD/DKK API questions
How do I get the NZD/DKK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=DKK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NZD/DKK rate in rates.DKK.
How far back does NZD/DKK historical data go?
Daily NZD/DKK rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free NZD/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.