NZD to DKK exchange rate API
New Zealand Dollar to Danish Krone · quoted 2026-09-24
3.7175
▲ +0.31% over 1Y
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 year, NZD/DKK traded between 3.6284 and 3.8178, averaged 3.7420 and rose 0.31%. 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 1Y: show the values
| Point | NZD/DKK |
|---|---|
| 2025-09-24 | 3.7062 |
| 2025-10-01 | 3.6989 |
| 2025-10-08 | 3.7092 |
| 2025-10-15 | 3.6775 |
| 2025-10-22 | 3.7005 |
| 2025-10-29 | 3.7121 |
| 2025-11-05 | 3.6688 |
| 2025-11-12 | 3.6546 |
| 2025-11-19 | 3.6284 |
| 2025-11-26 | 3.6620 |
| 2025-12-03 | 3.6807 |
| 2025-12-10 | 3.7112 |
| 2025-12-17 | 3.6818 |
| 2025-12-24 | 3.6983 |
| 2025-12-31 | 3.6648 |
| 2026-01-07 | 3.6993 |
| 2026-01-14 | 3.6804 |
| 2026-01-21 | 3.7317 |
| 2026-01-28 | 3.7598 |
| 2026-02-04 | 3.8095 |
| 2026-02-11 | 3.8039 |
| 2026-02-18 | 3.7868 |
| 2026-02-25 | 3.7873 |
| 2026-03-04 | 3.7977 |
| 2026-03-11 | 3.8178 |
| 2026-03-18 | 3.7808 |
| 2026-03-25 | 3.7507 |
| 2026-04-01 | 3.7173 |
| 2026-04-08 | 3.7262 |
| 2026-04-15 | 3.7406 |
| 2026-04-22 | 3.7620 |
| 2026-04-29 | 3.7399 |
| 2026-05-06 | 3.7906 |
| 2026-05-13 | 3.7844 |
| 2026-05-20 | 3.7665 |
| 2026-05-27 | 3.7790 |
| 2026-06-03 | 3.7948 |
| 2026-06-10 | 3.7600 |
| 2026-06-17 | 3.7464 |
| 2026-06-24 | 3.7199 |
| 2026-07-01 | 3.7244 |
| 2026-07-08 | 3.7342 |
| 2026-07-15 | 3.8124 |
| 2026-07-22 | 3.8126 |
| 2026-07-29 | 3.7926 |
| 2026-08-05 | 3.7984 |
| 2026-08-12 | 3.7996 |
| 2026-08-19 | 3.7876 |
| 2026-08-26 | 3.8176 |
| 2026-09-02 | 3.7623 |
| 2026-09-09 | 3.7556 |
| 2026-09-16 | 3.7338 |
| 2026-09-23 | 3.7287 |
High
3.8178
Low
3.6284
Average
3.7420
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.