SZL to KES exchange rate API
Lilangeni to Kenyan Shilling · quoted 2026-09-26
7.9446
▲ +2.03% over YTD
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 year to date, SZL/KES traded between 7.6462 and 8.1147, averaged 7.9114 and rose 2.03%. 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 YTD: show the values
| Point | SZL/KES |
|---|---|
| 2025-12-31 | 7.7863 |
| 2026-01-07 | 7.8951 |
| 2026-01-14 | 7.8872 |
| 2026-01-21 | 7.8686 |
| 2026-01-28 | 8.1147 |
| 2026-02-04 | 8.0694 |
| 2026-02-11 | 8.1102 |
| 2026-02-18 | 8.0475 |
| 2026-02-25 | 8.0907 |
| 2026-03-04 | 7.8160 |
| 2026-03-11 | 7.9477 |
| 2026-03-18 | 7.7574 |
| 2026-03-25 | 7.6462 |
| 2026-04-01 | 7.7014 |
| 2026-04-08 | 7.8817 |
| 2026-04-15 | 7.9016 |
| 2026-04-22 | 7.8872 |
| 2026-04-29 | 7.8003 |
| 2026-05-06 | 7.7188 |
| 2026-05-14 | 7.8666 |
| 2026-05-21 | 7.8433 |
| 2026-05-29 | 7.9513 |
| 2026-06-05 | 7.9236 |
| 2026-06-14 | 7.9510 |
| 2026-06-21 | 7.8706 |
| 2026-06-28 | 7.8603 |
| 2026-07-05 | 7.9678 |
| 2026-07-12 | 7.9110 |
| 2026-07-19 | 7.8324 |
| 2026-07-26 | 7.6922 |
| 2026-08-02 | 7.8178 |
| 2026-08-09 | 8.0146 |
| 2026-08-16 | 7.9900 |
| 2026-08-24 | 8.0847 |
| 2026-08-31 | 8.0244 |
| 2026-09-07 | 8.0970 |
| 2026-09-14 | 7.9934 |
| 2026-09-21 | 7.9799 |
High
8.1147
Low
7.6462
Average
7.9114
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.