Skip to content

NZD to DKK exchange rate API

New Zealand Dollar to Danish Krone · quoted 2026-09-24

3.7175

▲ +1.44% over YTD

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 year to date, NZD/DKK traded between 3.6648 and 3.8178, averaged 3.7619 and rose 1.44%. 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 YTD

NZD/DKK over YTD: show the values
PointNZD/DKK
2025-12-313.6648
2026-01-073.6993
2026-01-143.6804
2026-01-213.7317
2026-01-283.7598
2026-02-043.8095
2026-02-113.8039
2026-02-183.7868
2026-02-253.7873
2026-03-043.7977
2026-03-113.8178
2026-03-183.7808
2026-03-253.7507
2026-04-013.7173
2026-04-083.7262
2026-04-153.7406
2026-04-223.7620
2026-04-293.7399
2026-05-063.7906
2026-05-133.7844
2026-05-203.7665
2026-05-273.7790
2026-06-033.7948
2026-06-103.7600
2026-06-173.7464
2026-06-243.7199
2026-07-013.7244
2026-07-083.7342
2026-07-153.8124
2026-07-223.8126
2026-07-293.7926
2026-08-053.7984
2026-08-123.7996
2026-08-193.7876
2026-08-263.8176
2026-09-023.7623
2026-09-093.7556
2026-09-163.7338
2026-09-233.7287

High

3.8178

Low

3.6648

Average

3.7619

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&currencies=DKK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&currencies=DKK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&currencies=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&currencies=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.