Skip to content

SZL to XAF exchange rate API

Lilangeni to CFA Franc BEAC · quoted 2026-09-26

35.3049

▲ +9.69% over 1Y

1 SZL = 35.3049 XAF · 1 XAF = 0.02832 SZL · Get this rate via the API

1 SZL buys 35.3049 XAF as of 2026-09-26, so 1 XAF buys 0.02832 SZL. Over the last year, SZL/XAF traded between 32.1870 and 35.3412, averaged 34.0614 and rose 9.69%. The API holds daily SZL/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/XAF over 1Y

SZL/XAF over 1Y: show the values
PointSZL/XAF
2025-09-2632.1870
2025-10-0332.3177
2025-10-1032.9579
2025-10-1732.2900
2025-10-2432.5929
2025-10-3132.8189
2025-11-0732.7095
2025-11-1433.1135
2025-11-2133.0040
2025-11-2833.0140
2025-12-0533.1395
2025-12-1333.1218
2025-12-2033.3985
2025-12-2733.4241
2026-01-0333.9146
2026-01-1034.1788
2026-01-1734.4780
2026-01-2434.3871
2026-01-3134.2641
2026-02-0734.6485
2026-02-1434.6508
2026-02-2134.7078
2026-02-2834.8821
2026-03-0734.1193
2026-03-1433.8152
2026-03-2133.0589
2026-03-2833.2202
2026-04-0433.5634
2026-04-1134.0591
2026-04-1834.0447
2026-04-2533.7201
2026-05-0233.6152
2026-05-0934.0600
2026-05-1733.8180
2026-05-2534.4953
2026-06-0134.6965
2026-06-1034.3309
2026-06-1734.9022
2026-06-2434.8084
2026-07-0135.0141
2026-07-0835.3412
2026-07-1535.0732
2026-07-2234.9595
2026-07-2934.4154
2026-08-0534.7727
2026-08-1235.1074
2026-08-2034.8767
2026-08-2735.2578
2026-09-0335.2522
2026-09-1035.1380
2026-09-1735.0138
2026-09-2435.1991

High

35.3412

Low

32.1870

Average

34.0614

For developers

Get this rate via the API

One GET request returns the SZL/XAF 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=XAF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=XAF");
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=XAF").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/XAF API questions

How do I get the SZL/XAF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/XAF rate in rates.XAF.

How far back does SZL/XAF historical data go?

Daily SZL/XAF 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/XAF 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.