Skip to content

KWD to SZL exchange rate API

Kuwaiti Dinar to Lilangeni · quoted 2026-09-26

52.8500

▼ +5.14% over 6M

1 KWD = 52.8500 SZL · 1 SZL = 0.01892 KWD · Get this rate via the API

1 KWD buys 52.8500 SZL as of 2026-09-26, so 1 SZL buys 0.01892 KWD. Over the last 6 months, KWD/SZL traded between 51.6505 and 55.7166, averaged 53.1842 and fell 5.14%. The API holds daily KWD/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KWD/SZL over 6M

KWD/SZL over 6M: show the values
PointKWD/SZL
2026-03-3055.7166
2026-04-0655.0311
2026-04-1353.0836
2026-04-2053.3160
2026-04-2753.9206
2026-05-0454.2155
2026-05-1153.1468
2026-05-1954.0840
2026-05-2752.9180
2026-06-0352.6448
2026-06-1252.7857
2026-06-1953.6413
2026-06-2653.4252
2026-07-0352.5394
2026-07-1052.6087
2026-07-1753.2681
2026-07-2454.3065
2026-07-3153.2683
2026-08-0752.8965
2026-08-1452.4828
2026-08-2251.9381
2026-08-2952.3183
2026-09-0551.6505
2026-09-1252.3308
2026-09-1952.7353
2026-09-2652.8500

High

55.7166

Low

51.6505

Average

53.1842

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KWD/SZL API questions

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

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

How far back does KWD/SZL historical data go?

Daily KWD/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 KWD/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.