KWD to SZL exchange rate API
Kuwaiti Dinar to Lilangeni · quoted 2026-09-26
52.8500
▼ +5.14% over 6M
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 6 months, KWD/SZL traded between 51.6505 and 55.7166, averaged 53.1842 and fell 5.14%. 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 6M: show the values
| Point | KWD/SZL |
|---|---|
| 2026-03-30 | 55.7166 |
| 2026-04-06 | 55.0311 |
| 2026-04-13 | 53.0836 |
| 2026-04-20 | 53.3160 |
| 2026-04-27 | 53.9206 |
| 2026-05-04 | 54.2155 |
| 2026-05-11 | 53.1468 |
| 2026-05-19 | 54.0840 |
| 2026-05-27 | 52.9180 |
| 2026-06-03 | 52.6448 |
| 2026-06-12 | 52.7857 |
| 2026-06-19 | 53.6413 |
| 2026-06-26 | 53.4252 |
| 2026-07-03 | 52.5394 |
| 2026-07-10 | 52.6087 |
| 2026-07-17 | 53.2681 |
| 2026-07-24 | 54.3065 |
| 2026-07-31 | 53.2683 |
| 2026-08-07 | 52.8965 |
| 2026-08-14 | 52.4828 |
| 2026-08-22 | 51.9381 |
| 2026-08-29 | 52.3183 |
| 2026-09-05 | 51.6505 |
| 2026-09-12 | 52.3308 |
| 2026-09-19 | 52.7353 |
| 2026-09-26 | 52.8500 |
High
55.7166
Low
51.6505
Average
53.1842
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.