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: show the values
| Point | NZD/SEK |
|---|---|
| 2025-12-31 | 5.3099 |
| 2026-01-07 | 5.3151 |
| 2026-01-14 | 5.2815 |
| 2026-01-21 | 5.3254 |
| 2026-01-28 | 5.3318 |
| 2026-02-04 | 5.3959 |
| 2026-02-11 | 5.3761 |
| 2026-02-18 | 5.3806 |
| 2026-02-25 | 5.4121 |
| 2026-03-04 | 5.4277 |
| 2026-03-11 | 5.4439 |
| 2026-03-18 | 5.4535 |
| 2026-03-25 | 5.4071 |
| 2026-04-01 | 5.4164 |
| 2026-04-08 | 5.3772 |
| 2026-04-15 | 5.4310 |
| 2026-04-22 | 5.4243 |
| 2026-04-29 | 5.4254 |
| 2026-05-06 | 5.4956 |
| 2026-05-13 | 5.5269 |
| 2026-05-20 | 5.4823 |
| 2026-05-27 | 5.4564 |
| 2026-06-03 | 5.5263 |
| 2026-06-10 | 5.5161 |
| 2026-06-17 | 5.4586 |
| 2026-06-24 | 5.5160 |
| 2026-07-01 | 5.5287 |
| 2026-07-08 | 5.5230 |
| 2026-07-15 | 5.6341 |
| 2026-07-22 | 5.6495 |
| 2026-07-29 | 5.6081 |
| 2026-08-05 | 5.5709 |
| 2026-08-12 | 5.5891 |
| 2026-08-19 | 5.5925 |
| 2026-08-26 | 5.6575 |
| 2026-09-02 | 5.6158 |
| 2026-09-09 | 5.6019 |
| 2026-09-16 | 5.6378 |
| 2026-09-23 | 5.6222 |
High
5.6575
Low
5.2815
Average
5.4839
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=SEK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=SEK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=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¤cies=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.