Skip to content

KWD to SZL exchange rate API

Kuwaiti Dinar to Lilangeni · quoted 2026-09-26

52.8500

▼ +1.95% over YTD

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 year to date, KWD/SZL traded between 51.7267 and 55.1975, averaged 53.0603 and fell 1.95%. 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 YTD

KWD/SZL over YTD: show the values
PointKWD/SZL
2025-12-3153.8997
2026-01-0753.2425
2026-01-1453.1748
2026-01-2153.3467
2026-01-2851.9350
2026-02-0451.9435
2026-02-1151.8336
2026-02-1852.2604
2026-02-2552.0121
2026-03-0453.7763
2026-03-1153.0425
2026-03-1854.3890
2026-03-2555.1975
2026-04-0154.7013
2026-04-0853.4549
2026-04-1553.0269
2026-04-2253.1942
2026-04-2953.8077
2026-05-0654.2137
2026-05-1453.3580
2026-05-2153.4046
2026-05-2952.4804
2026-06-0552.8682
2026-06-1452.8626
2026-06-2153.4143
2026-06-2853.2834
2026-07-0552.3614
2026-07-1252.8999
2026-07-1953.5563
2026-07-2654.2866
2026-08-0253.4573
2026-08-0952.2738
2026-08-1652.4270
2026-08-2451.9174
2026-08-3152.3579
2026-09-0751.7267
2026-09-1452.4747
2026-09-2152.6377

High

55.1975

Low

51.7267

Average

53.0603

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.