Skip to content

KWD to SZL exchange rate API

Kuwaiti Dinar to Lilangeni · quoted 2026-09-26

52.8500

▼ +8.91% over 5Y

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 5 years, KWD/SZL traded between 51.7267 and 61.9517, averaged 56.4646 and fell 8.91%. 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 5Y

KWD/SZL over 5Y: show the values
PointKWD/SZL
2024-08-2458.0172
2024-10-0757.0412
2024-11-0657.3844
2024-12-0658.8188
2025-01-0560.5244
2025-02-0460.8279
2025-03-0659.3726
2025-04-0661.9517
2025-05-0659.7426
2025-06-0758.0753
2025-07-0757.7829
2025-08-0658.5819
2025-09-0558.0930
2025-10-0656.3754
2025-11-0557.1142
2025-12-0555.3254
2026-01-0553.7358
2026-02-0451.9435
2026-03-0653.9148
2026-04-0555.2667
2026-05-0554.6340
2026-06-0653.5993
2026-07-0852.4833
2026-08-0752.8965
2026-09-0751.7267

High

61.9517

Low

51.7267

Average

56.4646

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.