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: show the values
| Point | KWD/SZL |
|---|---|
| 2025-09-26 | 57.1726 |
| 2025-10-03 | 56.6471 |
| 2025-10-10 | 56.0864 |
| 2025-10-17 | 56.7842 |
| 2025-10-24 | 56.5271 |
| 2025-10-31 | 56.3220 |
| 2025-11-07 | 56.6194 |
| 2025-11-14 | 55.5149 |
| 2025-11-21 | 56.0598 |
| 2025-11-28 | 55.8678 |
| 2025-12-05 | 55.3254 |
| 2025-12-13 | 55.0006 |
| 2025-12-20 | 54.5986 |
| 2025-12-27 | 54.2609 |
| 2026-01-03 | 53.6416 |
| 2026-01-10 | 53.6167 |
| 2026-01-17 | 53.2810 |
| 2026-01-24 | 52.6411 |
| 2026-01-31 | 52.6672 |
| 2026-02-07 | 52.1838 |
| 2026-02-14 | 52.0620 |
| 2026-02-21 | 52.3191 |
| 2026-02-28 | 51.9637 |
| 2026-03-07 | 53.9563 |
| 2026-03-14 | 55.1955 |
| 2026-03-21 | 55.8456 |
| 2026-03-28 | 55.7317 |
| 2026-04-04 | 54.8695 |
| 2026-04-11 | 53.2411 |
| 2026-04-18 | 52.9739 |
| 2026-04-25 | 53.9204 |
| 2026-05-02 | 54.2417 |
| 2026-05-09 | 53.2092 |
| 2026-05-17 | 54.2693 |
| 2026-05-25 | 52.8632 |
| 2026-06-01 | 52.4612 |
| 2026-06-10 | 53.5066 |
| 2026-06-17 | 52.5208 |
| 2026-06-24 | 53.6840 |
| 2026-07-01 | 53.0690 |
| 2026-07-08 | 52.4833 |
| 2026-07-15 | 52.7980 |
| 2026-07-22 | 53.0848 |
| 2026-07-29 | 53.8511 |
| 2026-08-05 | 52.8438 |
| 2026-08-12 | 52.4366 |
| 2026-08-20 | 52.2337 |
| 2026-08-27 | 51.7308 |
| 2026-09-03 | 51.9195 |
| 2026-09-10 | 51.9705 |
| 2026-09-17 | 52.9274 |
| 2026-09-24 | 52.9782 |
High
57.1726
Low
51.7308
Average
53.9024
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.