Skip to content

SEK to SZL exchange rate API

Swedish Krona to Lilangeni · quoted 2026-09-26

1.6445

▼ +10.97% over 1Y

1 SEK = 1.6445 SZL · 1 SZL = 0.60810 SEK · Get this rate via the API

1 SEK buys 1.6445 SZL as of 2026-09-26, so 1 SZL buys 0.60810 SEK. Over the last year, SEK/SZL traded between 1.6445 and 1.8471, averaged 1.7649 and fell 10.97%. The API holds daily SEK/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SEK/SZL over 1Y

SEK/SZL over 1Y: show the values
PointSEK/SZL
2025-09-261.8471
2025-10-031.8464
2025-10-101.8081
2025-10-171.8384
2025-10-241.8459
2025-10-311.8268
2025-11-071.8191
2025-11-141.8056
2025-11-211.8001
2025-11-281.8084
2025-12-051.8048
2025-12-131.8204
2025-12-201.8091
2025-12-271.8196
2026-01-031.7894
2026-01-101.7900
2026-01-171.7794
2026-01-241.8024
2026-01-311.8089
2026-02-071.7766
2026-02-141.7890
2026-02-211.7703
2026-02-281.7626
2026-03-071.8022
2026-03-141.7867
2026-03-211.8321
2026-03-281.8114
2026-04-041.7899
2026-04-111.7726
2026-04-181.7824
2026-04-251.7998
2026-05-021.8082
2026-05-091.7764
2026-05-171.7705
2026-05-251.7622
2026-06-011.7521
2026-06-101.7410
2026-06-171.7225
2026-06-241.6964
2026-07-011.6853
2026-07-081.6769
2026-07-151.6877
2026-07-221.6940
2026-07-291.7219
2026-08-051.7231
2026-08-121.7004
2026-08-201.6963
2026-08-271.6780
2026-09-031.6752
2026-09-101.6637
2026-09-171.6647
2026-09-241.6529

High

1.8471

Low

1.6445

Average

1.7649

For developers

Get this rate via the API

One GET request returns the SEK/SZL 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=SEK&currencies=SZL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=SZL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=SZL").json()

Replace YOUR_API_KEY with the key from your dashboard.

SEK/SZL API questions

How do I get the SEK/SZL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=SZL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SEK/SZL rate in rates.SZL.

How far back does SEK/SZL historical data go?

Daily SEK/SZL 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 SEK/SZL 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.