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: show the values
| Point | KWD/SZL |
|---|---|
| 2024-08-24 | 58.0172 |
| 2024-10-07 | 57.0412 |
| 2024-11-06 | 57.3844 |
| 2024-12-06 | 58.8188 |
| 2025-01-05 | 60.5244 |
| 2025-02-04 | 60.8279 |
| 2025-03-06 | 59.3726 |
| 2025-04-06 | 61.9517 |
| 2025-05-06 | 59.7426 |
| 2025-06-07 | 58.0753 |
| 2025-07-07 | 57.7829 |
| 2025-08-06 | 58.5819 |
| 2025-09-05 | 58.0930 |
| 2025-10-06 | 56.3754 |
| 2025-11-05 | 57.1142 |
| 2025-12-05 | 55.3254 |
| 2026-01-05 | 53.7358 |
| 2026-02-04 | 51.9435 |
| 2026-03-06 | 53.9148 |
| 2026-04-05 | 55.2667 |
| 2026-05-05 | 54.6340 |
| 2026-06-06 | 53.5993 |
| 2026-07-08 | 52.4833 |
| 2026-08-07 | 52.8965 |
| 2026-09-07 | 51.7267 |
High
61.9517
Low
51.7267
Average
56.4646
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.