Skip to content

NZD to SEK exchange rate API

New Zealand Dollar to Swedish Krona · quoted 2026-09-25

5.6132

▲ +2.63% over 1Y

1 NZD = 5.6132 SEK · 1 SEK = 0.17815 NZD · Get this rate via the API

1 NZD buys 5.6132 SEK as of 2026-09-25, so 1 SEK buys 0.17815 NZD. Over the last year, NZD/SEK traded between 5.2843 and 5.6647, averaged 5.4700 and rose 2.63%. The API holds daily NZD/SEK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

NZD/SEK over 1Y

NZD/SEK over 1Y: show the values
PointNZD/SEK
2025-09-255.4696
2025-10-025.4568
2025-10-095.4670
2025-10-165.4227
2025-10-235.4099
2025-10-305.4255
2025-11-065.3997
2025-11-135.3350
2025-11-205.3635
2025-11-275.4222
2025-12-045.4196
2025-12-115.3808
2025-12-185.3639
2025-12-255.3583
2026-01-015.3008
2026-01-085.3001
2026-01-155.2843
2026-01-225.3209
2026-01-295.3657
2026-02-055.4081
2026-02-125.3946
2026-02-195.4195
2026-02-265.4120
2026-03-055.4469
2026-03-125.4680
2026-03-195.4578
2026-03-265.4317
2026-04-025.4222
2026-04-095.4331
2026-04-165.4058
2026-04-235.4275
2026-04-305.4394
2026-05-075.4988
2026-05-145.5308
2026-05-215.4851
2026-05-285.4895
2026-06-045.4976
2026-06-115.5133
2026-06-185.5229
2026-06-255.5029
2026-07-025.5109
2026-07-095.5543
2026-07-165.6317
2026-07-235.6354
2026-07-305.6041
2026-08-065.5681
2026-08-135.5883
2026-08-205.6405
2026-08-275.6647
2026-09-035.6241
2026-09-105.6166
2026-09-175.6377
2026-09-245.6185

High

5.6647

Low

5.2843

Average

5.4700

For developers

Get this rate via the API

One GET request returns the NZD/SEK 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=SEK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&currencies=SEK");
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=SEK").json()

Replace YOUR_API_KEY with the key from your dashboard.

NZD/SEK API questions

How do I get the NZD/SEK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&currencies=SEK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NZD/SEK rate in rates.SEK.

How far back does NZD/SEK historical data go?

Daily NZD/SEK 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/SEK 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.