Skip to content

NZD to SEK exchange rate API

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

5.6144

▼ +7.78% over 5Y

1 NZD = 5.6144 SEK · 1 SEK = 0.17811 NZD · Get this rate via the API

1 NZD buys 5.6144 SEK as of 2026-09-25, so 1 SEK buys 0.17811 NZD. Over the last 5 years, NZD/SEK traded between 5.3253 and 6.6450, averaged 6.0646 and fell 7.78%. 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 5Y

NZD/SEK over 5Y: show the values
PointNZD/SEK
2021-09-276.0881
2021-11-086.1661
2021-12-206.1396
2022-01-316.1762
2022-03-146.5324
2022-04-276.4546
2022-06-086.3049
2022-07-206.4144
2022-08-316.5426
2022-10-126.3435
2022-11-236.5159
2023-01-056.6450
2023-02-166.5414
2023-03-306.4733
2023-05-166.4703
2023-06-276.6185
2023-08-086.4827
2023-09-196.5944
2023-10-316.4901
2023-12-126.4198
2024-01-266.3594
2024-03-086.3166
2024-04-236.4293
2024-06-056.4445
2024-07-176.4025
2024-08-276.3509
2024-10-016.4402
2024-10-316.3835
2024-11-306.4130
2024-12-306.2190
2025-01-296.2170
2025-02-286.0219
2025-03-305.7208
2025-04-295.7375
2025-05-295.7508
2025-06-285.7432
2025-07-285.7241
2025-08-275.5876
2025-09-265.4485
2025-10-265.4091
2025-11-255.3623
2025-12-255.3583
2026-01-245.3253
2026-02-235.4154
2026-03-255.4071
2026-04-245.4266
2026-05-245.4776
2026-06-235.5113
2026-07-235.6354
2026-08-225.6653
2026-09-215.6277

High

6.6450

Low

5.3253

Average

6.0646

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.