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: show the values
| Point | NZD/SEK |
|---|---|
| 2025-09-25 | 5.4696 |
| 2025-10-02 | 5.4568 |
| 2025-10-09 | 5.4670 |
| 2025-10-16 | 5.4227 |
| 2025-10-23 | 5.4099 |
| 2025-10-30 | 5.4255 |
| 2025-11-06 | 5.3997 |
| 2025-11-13 | 5.3350 |
| 2025-11-20 | 5.3635 |
| 2025-11-27 | 5.4222 |
| 2025-12-04 | 5.4196 |
| 2025-12-11 | 5.3808 |
| 2025-12-18 | 5.3639 |
| 2025-12-25 | 5.3583 |
| 2026-01-01 | 5.3008 |
| 2026-01-08 | 5.3001 |
| 2026-01-15 | 5.2843 |
| 2026-01-22 | 5.3209 |
| 2026-01-29 | 5.3657 |
| 2026-02-05 | 5.4081 |
| 2026-02-12 | 5.3946 |
| 2026-02-19 | 5.4195 |
| 2026-02-26 | 5.4120 |
| 2026-03-05 | 5.4469 |
| 2026-03-12 | 5.4680 |
| 2026-03-19 | 5.4578 |
| 2026-03-26 | 5.4317 |
| 2026-04-02 | 5.4222 |
| 2026-04-09 | 5.4331 |
| 2026-04-16 | 5.4058 |
| 2026-04-23 | 5.4275 |
| 2026-04-30 | 5.4394 |
| 2026-05-07 | 5.4988 |
| 2026-05-14 | 5.5308 |
| 2026-05-21 | 5.4851 |
| 2026-05-28 | 5.4895 |
| 2026-06-04 | 5.4976 |
| 2026-06-11 | 5.5133 |
| 2026-06-18 | 5.5229 |
| 2026-06-25 | 5.5029 |
| 2026-07-02 | 5.5109 |
| 2026-07-09 | 5.5543 |
| 2026-07-16 | 5.6317 |
| 2026-07-23 | 5.6354 |
| 2026-07-30 | 5.6041 |
| 2026-08-06 | 5.5681 |
| 2026-08-13 | 5.5883 |
| 2026-08-20 | 5.6405 |
| 2026-08-27 | 5.6647 |
| 2026-09-03 | 5.6241 |
| 2026-09-10 | 5.6166 |
| 2026-09-17 | 5.6377 |
| 2026-09-24 | 5.6185 |
High
5.6647
Low
5.2843
Average
5.4700
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.