CHF to SZL exchange rate API
Swiss Franc to Lilangeni · quoted 2026-09-25
19.8173
▼ +8.95% over 1Y
1 CHF = 19.8173 SZL · 1 SZL = 0.05046 CHF · Get this rate via the API
1 CHF buys 19.8173 SZL as of 2026-09-25, so 1 SZL buys 0.05046 CHF. Over the last year, CHF/SZL traded between 19.6818 and 21.8485, averaged 20.8073 and fell 8.95%. The API holds daily CHF/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/SZL over 1Y: show the values
| Point | CHF/SZL |
|---|---|
| 2025-09-25 | 21.7651 |
| 2025-10-02 | 21.6339 |
| 2025-10-09 | 21.4090 |
| 2025-10-16 | 21.6788 |
| 2025-10-23 | 21.8485 |
| 2025-10-30 | 21.3725 |
| 2025-11-06 | 21.5381 |
| 2025-11-13 | 21.4992 |
| 2025-11-20 | 21.3109 |
| 2025-11-27 | 21.2566 |
| 2025-12-04 | 21.3030 |
| 2025-12-12 | 21.2153 |
| 2025-12-19 | 21.0371 |
| 2025-12-26 | 21.1008 |
| 2026-01-02 | 20.8595 |
| 2026-01-09 | 20.6576 |
| 2026-01-16 | 20.3917 |
| 2026-01-23 | 20.3934 |
| 2026-01-30 | 20.6671 |
| 2026-02-06 | 20.8806 |
| 2026-02-13 | 20.7509 |
| 2026-02-20 | 20.8408 |
| 2026-02-27 | 20.6445 |
| 2026-03-06 | 21.1929 |
| 2026-03-13 | 21.2688 |
| 2026-03-20 | 21.2844 |
| 2026-03-27 | 21.4317 |
| 2026-04-03 | 21.1682 |
| 2026-04-10 | 20.6948 |
| 2026-04-17 | 20.9716 |
| 2026-04-24 | 21.1983 |
| 2026-05-01 | 21.3268 |
| 2026-05-08 | 21.0197 |
| 2026-05-16 | 21.2083 |
| 2026-05-24 | 21.0230 |
| 2026-05-31 | 20.7831 |
| 2026-06-09 | 20.7309 |
| 2026-06-16 | 20.3766 |
| 2026-06-23 | 20.2712 |
| 2026-06-30 | 20.3287 |
| 2026-07-07 | 20.1322 |
| 2026-07-14 | 20.2984 |
| 2026-07-21 | 20.3476 |
| 2026-07-28 | 20.4694 |
| 2026-08-04 | 20.4034 |
| 2026-08-11 | 19.9783 |
| 2026-08-18 | 19.9879 |
| 2026-08-26 | 19.8261 |
| 2026-09-02 | 19.8725 |
| 2026-09-09 | 19.8253 |
| 2026-09-16 | 19.8130 |
| 2026-09-23 | 19.6818 |
High
21.8485
Low
19.6818
Average
20.8073
Get this rate via the API
One GET request returns the CHF/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=CHF¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=SZL").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/SZL API questions
How do I get the CHF/SZL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=SZL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/SZL rate in rates.SZL.
How far back does CHF/SZL historical data go?
Daily CHF/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 CHF/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.