Skip to content

KWD to SZL exchange rate API

Kuwaiti Dinar to Lilangeni · quoted 2026-09-26

52.8500

▲ +2.16% over 30D

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 30 days, KWD/SZL traded between 51.6505 and 53.1922, averaged 52.3560 and rose 2.16%. 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 30D

KWD/SZL over 30D: show the values
PointKWD/SZL
2026-08-2751.7308
2026-08-2851.7894
2026-08-2952.3183
2026-08-3052.3329
2026-08-3152.3579
2026-09-0152.1469
2026-09-0252.3012
2026-09-0351.9195
2026-09-0451.7450
2026-09-0551.6505
2026-09-0651.6805
2026-09-0751.7267
2026-09-0851.7893
2026-09-0951.8074
2026-09-1051.9705
2026-09-1152.5809
2026-09-1252.3308
2026-09-1352.3512
2026-09-1452.4747
2026-09-1552.7120
2026-09-1652.5585
2026-09-1752.9274
2026-09-1853.0231
2026-09-1952.7353
2026-09-2052.7844
2026-09-2152.6377
2026-09-2252.6717
2026-09-2352.4686
2026-09-2452.9782
2026-09-2553.1922
2026-09-2652.8500

High

53.1922

Low

51.6505

Average

52.3560

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.