SZL to NOK exchange rate API
Lilangeni to Norwegian Krone · quoted 2026-09-26
0.58293
▲ +1.48% over 1Y
1 SZL = 0.58293 NOK · 1 NOK = 1.7155 SZL · Get this rate via the API
1 SZL buys 0.58293 NOK as of 2026-09-26, so 1 NOK buys 1.7155 SZL. Over the last year, SZL/NOK traded between 0.55804 and 0.61491, averaged 0.58492 and rose 1.48%. The API holds daily SZL/NOK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/NOK over 1Y: show the values
| Point | SZL/NOK |
|---|---|
| 2025-09-26 | 0.57444 |
| 2025-10-03 | 0.57465 |
| 2025-10-10 | 0.58671 |
| 2025-10-17 | 0.57844 |
| 2025-10-24 | 0.57725 |
| 2025-10-31 | 0.58366 |
| 2025-11-07 | 0.58625 |
| 2025-11-14 | 0.59141 |
| 2025-11-21 | 0.59422 |
| 2025-11-28 | 0.59304 |
| 2025-12-05 | 0.59432 |
| 2025-12-13 | 0.60079 |
| 2025-12-20 | 0.60469 |
| 2025-12-27 | 0.60073 |
| 2026-01-03 | 0.61039 |
| 2026-01-10 | 0.61246 |
| 2026-01-17 | 0.61491 |
| 2026-01-24 | 0.60576 |
| 2026-01-31 | 0.59766 |
| 2026-02-07 | 0.60364 |
| 2026-02-14 | 0.59543 |
| 2026-02-21 | 0.59387 |
| 2026-02-28 | 0.59708 |
| 2026-03-07 | 0.57906 |
| 2026-03-14 | 0.57670 |
| 2026-03-21 | 0.55884 |
| 2026-03-28 | 0.56542 |
| 2026-04-04 | 0.57566 |
| 2026-04-11 | 0.57955 |
| 2026-04-18 | 0.57353 |
| 2026-04-25 | 0.56145 |
| 2026-05-02 | 0.55804 |
| 2026-05-09 | 0.56256 |
| 2026-05-17 | 0.55848 |
| 2026-05-25 | 0.56586 |
| 2026-06-01 | 0.57071 |
| 2026-06-10 | 0.57366 |
| 2026-06-17 | 0.58678 |
| 2026-06-24 | 0.59332 |
| 2026-07-01 | 0.60498 |
| 2026-07-08 | 0.60063 |
| 2026-07-15 | 0.59512 |
| 2026-07-22 | 0.58336 |
| 2026-07-29 | 0.57785 |
| 2026-08-05 | 0.58140 |
| 2026-08-12 | 0.58486 |
| 2026-08-20 | 0.57970 |
| 2026-08-27 | 0.58486 |
| 2026-09-03 | 0.57988 |
| 2026-09-10 | 0.57767 |
| 2026-09-17 | 0.57692 |
| 2026-09-24 | 0.57947 |
High
0.61491
Low
0.55804
Average
0.58492
Get this rate via the API
One GET request returns the SZL/NOK 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=SZL¤cies=NOK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=NOK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=NOK").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/NOK API questions
How do I get the SZL/NOK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=NOK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/NOK rate in rates.NOK.
How far back does SZL/NOK historical data go?
Daily SZL/NOK rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free SZL/NOK 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.