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: show the values
| Point | NZD/SEK |
|---|---|
| 2021-09-27 | 6.0881 |
| 2021-11-08 | 6.1661 |
| 2021-12-20 | 6.1396 |
| 2022-01-31 | 6.1762 |
| 2022-03-14 | 6.5324 |
| 2022-04-27 | 6.4546 |
| 2022-06-08 | 6.3049 |
| 2022-07-20 | 6.4144 |
| 2022-08-31 | 6.5426 |
| 2022-10-12 | 6.3435 |
| 2022-11-23 | 6.5159 |
| 2023-01-05 | 6.6450 |
| 2023-02-16 | 6.5414 |
| 2023-03-30 | 6.4733 |
| 2023-05-16 | 6.4703 |
| 2023-06-27 | 6.6185 |
| 2023-08-08 | 6.4827 |
| 2023-09-19 | 6.5944 |
| 2023-10-31 | 6.4901 |
| 2023-12-12 | 6.4198 |
| 2024-01-26 | 6.3594 |
| 2024-03-08 | 6.3166 |
| 2024-04-23 | 6.4293 |
| 2024-06-05 | 6.4445 |
| 2024-07-17 | 6.4025 |
| 2024-08-27 | 6.3509 |
| 2024-10-01 | 6.4402 |
| 2024-10-31 | 6.3835 |
| 2024-11-30 | 6.4130 |
| 2024-12-30 | 6.2190 |
| 2025-01-29 | 6.2170 |
| 2025-02-28 | 6.0219 |
| 2025-03-30 | 5.7208 |
| 2025-04-29 | 5.7375 |
| 2025-05-29 | 5.7508 |
| 2025-06-28 | 5.7432 |
| 2025-07-28 | 5.7241 |
| 2025-08-27 | 5.5876 |
| 2025-09-26 | 5.4485 |
| 2025-10-26 | 5.4091 |
| 2025-11-25 | 5.3623 |
| 2025-12-25 | 5.3583 |
| 2026-01-24 | 5.3253 |
| 2026-02-23 | 5.4154 |
| 2026-03-25 | 5.4071 |
| 2026-04-24 | 5.4266 |
| 2026-05-24 | 5.4776 |
| 2026-06-23 | 5.5113 |
| 2026-07-23 | 5.6354 |
| 2026-08-22 | 5.6653 |
| 2026-09-21 | 5.6277 |
High
6.6450
Low
5.3253
Average
6.0646
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.