Skip to content

KWD to SZL exchange rate API

Kuwaiti Dinar to Lilangeni · quoted 2026-09-26

52.8500

▼ +7.56% over 1Y

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 year, KWD/SZL traded between 51.7308 and 57.1726, averaged 53.9024 and fell 7.56%. 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 1Y

KWD/SZL over 1Y: show the values
PointKWD/SZL
2025-09-2657.1726
2025-10-0356.6471
2025-10-1056.0864
2025-10-1756.7842
2025-10-2456.5271
2025-10-3156.3220
2025-11-0756.6194
2025-11-1455.5149
2025-11-2156.0598
2025-11-2855.8678
2025-12-0555.3254
2025-12-1355.0006
2025-12-2054.5986
2025-12-2754.2609
2026-01-0353.6416
2026-01-1053.6167
2026-01-1753.2810
2026-01-2452.6411
2026-01-3152.6672
2026-02-0752.1838
2026-02-1452.0620
2026-02-2152.3191
2026-02-2851.9637
2026-03-0753.9563
2026-03-1455.1955
2026-03-2155.8456
2026-03-2855.7317
2026-04-0454.8695
2026-04-1153.2411
2026-04-1852.9739
2026-04-2553.9204
2026-05-0254.2417
2026-05-0953.2092
2026-05-1754.2693
2026-05-2552.8632
2026-06-0152.4612
2026-06-1053.5066
2026-06-1752.5208
2026-06-2453.6840
2026-07-0153.0690
2026-07-0852.4833
2026-07-1552.7980
2026-07-2253.0848
2026-07-2953.8511
2026-08-0552.8438
2026-08-1252.4366
2026-08-2052.2337
2026-08-2751.7308
2026-09-0351.9195
2026-09-1051.9705
2026-09-1752.9274
2026-09-2452.9782

High

57.1726

Low

51.7308

Average

53.9024

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.