Skip to content

NZD to SEK exchange rate API

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

5.6132

▲ +5.71% over YTD

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 year to date, NZD/SEK traded between 5.2815 and 5.6575, averaged 5.4839 and rose 5.71%. 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 YTD

NZD/SEK over YTD: show the values
PointNZD/SEK
2025-12-315.3099
2026-01-075.3151
2026-01-145.2815
2026-01-215.3254
2026-01-285.3318
2026-02-045.3959
2026-02-115.3761
2026-02-185.3806
2026-02-255.4121
2026-03-045.4277
2026-03-115.4439
2026-03-185.4535
2026-03-255.4071
2026-04-015.4164
2026-04-085.3772
2026-04-155.4310
2026-04-225.4243
2026-04-295.4254
2026-05-065.4956
2026-05-135.5269
2026-05-205.4823
2026-05-275.4564
2026-06-035.5263
2026-06-105.5161
2026-06-175.4586
2026-06-245.5160
2026-07-015.5287
2026-07-085.5230
2026-07-155.6341
2026-07-225.6495
2026-07-295.6081
2026-08-055.5709
2026-08-125.5891
2026-08-195.5925
2026-08-265.6575
2026-09-025.6158
2026-09-095.6019
2026-09-165.6378
2026-09-235.6222

High

5.6575

Low

5.2815

Average

5.4839

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.