Skip to content

SZL to XAF exchange rate API

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

35.3049

▲ +4.90% over YTD

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 year to date, SZL/XAF traded between 33.3859 and 35.3447, averaged 34.5242 and rose 4.90%. 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 YTD

SZL/XAF over YTD: show the values
PointSZL/XAF
2025-12-3133.6570
2026-01-0734.2800
2026-01-1434.4330
2026-01-2134.1009
2026-01-2834.3878
2026-02-0434.7909
2026-02-1134.6387
2026-02-1834.5737
2026-02-2534.9004
2026-03-0434.2170
2026-03-1134.7025
2026-03-1834.0906
2026-03-2533.3859
2026-04-0133.5998
2026-04-0834.0593
2026-04-1533.9663
2026-04-2234.0757
2026-04-2933.8876
2026-05-0633.5379
2026-05-1434.0994
2026-05-2134.2047
2026-05-2934.7037
2026-06-0534.5821
2026-06-1434.7989
2026-06-2134.7514
2026-06-2834.9605
2026-07-0535.3308
2026-07-1235.1802
2026-07-1934.7516
2026-07-2634.2602
2026-08-0234.3743
2026-08-0935.1546
2026-08-1635.0435
2026-08-2435.0825
2026-08-3134.9921
2026-09-0735.3447
2026-09-1435.0167
2026-09-2135.2235

High

35.3447

Low

33.3859

Average

34.5242

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.