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: show the values
| Point | KWD/SZL |
|---|---|
| 2025-12-31 | 53.8997 |
| 2026-01-07 | 53.2425 |
| 2026-01-14 | 53.1748 |
| 2026-01-21 | 53.3467 |
| 2026-01-28 | 51.9350 |
| 2026-02-04 | 51.9435 |
| 2026-02-11 | 51.8336 |
| 2026-02-18 | 52.2604 |
| 2026-02-25 | 52.0121 |
| 2026-03-04 | 53.7763 |
| 2026-03-11 | 53.0425 |
| 2026-03-18 | 54.3890 |
| 2026-03-25 | 55.1975 |
| 2026-04-01 | 54.7013 |
| 2026-04-08 | 53.4549 |
| 2026-04-15 | 53.0269 |
| 2026-04-22 | 53.1942 |
| 2026-04-29 | 53.8077 |
| 2026-05-06 | 54.2137 |
| 2026-05-14 | 53.3580 |
| 2026-05-21 | 53.4046 |
| 2026-05-29 | 52.4804 |
| 2026-06-05 | 52.8682 |
| 2026-06-14 | 52.8626 |
| 2026-06-21 | 53.4143 |
| 2026-06-28 | 53.2834 |
| 2026-07-05 | 52.3614 |
| 2026-07-12 | 52.8999 |
| 2026-07-19 | 53.5563 |
| 2026-07-26 | 54.2866 |
| 2026-08-02 | 53.4573 |
| 2026-08-09 | 52.2738 |
| 2026-08-16 | 52.4270 |
| 2026-08-24 | 51.9174 |
| 2026-08-31 | 52.3579 |
| 2026-09-07 | 51.7267 |
| 2026-09-14 | 52.4747 |
| 2026-09-21 | 52.6377 |
High
55.1975
Low
51.7267
Average
53.0603
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=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¤cies=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.