Skip to content

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

SZL/KES over 1Y: show the values
PointSZL/KES
2025-09-267.4219
2025-10-037.4707
2025-10-107.5118
2025-10-177.4267
2025-10-247.4409
2025-10-317.4819
2025-11-077.4325
2025-11-147.5905
2025-11-217.5261
2025-11-287.5675
2025-12-057.6181
2025-12-137.6229
2025-12-207.6840
2025-12-277.7364
2026-01-037.8229
2026-01-107.8243
2026-01-177.8611
2026-01-247.9923
2026-01-317.9912
2026-02-078.0231
2026-02-148.0839
2026-02-218.0422
2026-02-288.0985
2026-03-077.8046
2026-03-147.6307
2026-03-217.5706
2026-03-287.5700
2026-04-047.6473
2026-04-117.8582
2026-04-187.9035
2026-04-257.7935
2026-05-027.7520
2026-05-097.8911
2026-05-177.7512
2026-05-257.9338
2026-06-017.9751
2026-06-107.8201
2026-06-177.9984
2026-06-247.8042
2026-07-017.8821
2026-07-087.9499
2026-07-157.9088
2026-07-227.8598
2026-07-297.7442
2026-08-057.9129
2026-08-127.9857
2026-08-208.0395
2026-08-278.1026
2026-09-038.0670
2026-09-108.0689
2026-09-177.9281
2026-09-247.9061

High

8.1026

Low

7.4219

Average

7.7977

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=KES"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=KES");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=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&currencies=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.