SZL to KES exchange rate API
Lilangeni to Kenyan Shilling · quoted 2026-09-26
7.9446
▲ +7.04% over 1Y
1 SZL = 7.9446 KES · 1 KES = 0.12587 SZL · Get this rate via the API
1 SZL buys 7.9446 KES as of 2026-09-26, so 1 KES buys 0.12587 SZL. Over the last year, SZL/KES traded between 7.4219 and 8.1026, averaged 7.7977 and rose 7.04%. The API holds daily SZL/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/KES over 1Y: show the values
| Point | SZL/KES |
|---|---|
| 2025-09-26 | 7.4219 |
| 2025-10-03 | 7.4707 |
| 2025-10-10 | 7.5118 |
| 2025-10-17 | 7.4267 |
| 2025-10-24 | 7.4409 |
| 2025-10-31 | 7.4819 |
| 2025-11-07 | 7.4325 |
| 2025-11-14 | 7.5905 |
| 2025-11-21 | 7.5261 |
| 2025-11-28 | 7.5675 |
| 2025-12-05 | 7.6181 |
| 2025-12-13 | 7.6229 |
| 2025-12-20 | 7.6840 |
| 2025-12-27 | 7.7364 |
| 2026-01-03 | 7.8229 |
| 2026-01-10 | 7.8243 |
| 2026-01-17 | 7.8611 |
| 2026-01-24 | 7.9923 |
| 2026-01-31 | 7.9912 |
| 2026-02-07 | 8.0231 |
| 2026-02-14 | 8.0839 |
| 2026-02-21 | 8.0422 |
| 2026-02-28 | 8.0985 |
| 2026-03-07 | 7.8046 |
| 2026-03-14 | 7.6307 |
| 2026-03-21 | 7.5706 |
| 2026-03-28 | 7.5700 |
| 2026-04-04 | 7.6473 |
| 2026-04-11 | 7.8582 |
| 2026-04-18 | 7.9035 |
| 2026-04-25 | 7.7935 |
| 2026-05-02 | 7.7520 |
| 2026-05-09 | 7.8911 |
| 2026-05-17 | 7.7512 |
| 2026-05-25 | 7.9338 |
| 2026-06-01 | 7.9751 |
| 2026-06-10 | 7.8201 |
| 2026-06-17 | 7.9984 |
| 2026-06-24 | 7.8042 |
| 2026-07-01 | 7.8821 |
| 2026-07-08 | 7.9499 |
| 2026-07-15 | 7.9088 |
| 2026-07-22 | 7.8598 |
| 2026-07-29 | 7.7442 |
| 2026-08-05 | 7.9129 |
| 2026-08-12 | 7.9857 |
| 2026-08-20 | 8.0395 |
| 2026-08-27 | 8.1026 |
| 2026-09-03 | 8.0670 |
| 2026-09-10 | 8.0689 |
| 2026-09-17 | 7.9281 |
| 2026-09-24 | 7.9061 |
High
8.1026
Low
7.4219
Average
7.7977
Get this rate via the API
One GET request returns the SZL/KES 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=SZL¤cies=KES"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=KES");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=KES").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/KES API questions
How do I get the SZL/KES exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=KES, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/KES rate in rates.KES.
How far back does SZL/KES historical data go?
Daily SZL/KES 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 SZL/KES 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.