Skip to content

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

CHF/SZL over 1Y: show the values
PointCHF/SZL
2025-09-2521.7651
2025-10-0221.6339
2025-10-0921.4090
2025-10-1621.6788
2025-10-2321.8485
2025-10-3021.3725
2025-11-0621.5381
2025-11-1321.4992
2025-11-2021.3109
2025-11-2721.2566
2025-12-0421.3030
2025-12-1221.2153
2025-12-1921.0371
2025-12-2621.1008
2026-01-0220.8595
2026-01-0920.6576
2026-01-1620.3917
2026-01-2320.3934
2026-01-3020.6671
2026-02-0620.8806
2026-02-1320.7509
2026-02-2020.8408
2026-02-2720.6445
2026-03-0621.1929
2026-03-1321.2688
2026-03-2021.2844
2026-03-2721.4317
2026-04-0321.1682
2026-04-1020.6948
2026-04-1720.9716
2026-04-2421.1983
2026-05-0121.3268
2026-05-0821.0197
2026-05-1621.2083
2026-05-2421.0230
2026-05-3120.7831
2026-06-0920.7309
2026-06-1620.3766
2026-06-2320.2712
2026-06-3020.3287
2026-07-0720.1322
2026-07-1420.2984
2026-07-2120.3476
2026-07-2820.4694
2026-08-0420.4034
2026-08-1119.9783
2026-08-1819.9879
2026-08-2619.8261
2026-09-0219.8725
2026-09-0919.8253
2026-09-1619.8130
2026-09-2319.6818

High

21.8485

Low

19.6818

Average

20.8073

For developers

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

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