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: show the values
| Point | SZL/XAF |
|---|---|
| 2025-09-26 | 32.1870 |
| 2025-10-03 | 32.3177 |
| 2025-10-10 | 32.9579 |
| 2025-10-17 | 32.2900 |
| 2025-10-24 | 32.5929 |
| 2025-10-31 | 32.8189 |
| 2025-11-07 | 32.7095 |
| 2025-11-14 | 33.1135 |
| 2025-11-21 | 33.0040 |
| 2025-11-28 | 33.0140 |
| 2025-12-05 | 33.1395 |
| 2025-12-13 | 33.1218 |
| 2025-12-20 | 33.3985 |
| 2025-12-27 | 33.4241 |
| 2026-01-03 | 33.9146 |
| 2026-01-10 | 34.1788 |
| 2026-01-17 | 34.4780 |
| 2026-01-24 | 34.3871 |
| 2026-01-31 | 34.2641 |
| 2026-02-07 | 34.6485 |
| 2026-02-14 | 34.6508 |
| 2026-02-21 | 34.7078 |
| 2026-02-28 | 34.8821 |
| 2026-03-07 | 34.1193 |
| 2026-03-14 | 33.8152 |
| 2026-03-21 | 33.0589 |
| 2026-03-28 | 33.2202 |
| 2026-04-04 | 33.5634 |
| 2026-04-11 | 34.0591 |
| 2026-04-18 | 34.0447 |
| 2026-04-25 | 33.7201 |
| 2026-05-02 | 33.6152 |
| 2026-05-09 | 34.0600 |
| 2026-05-17 | 33.8180 |
| 2026-05-25 | 34.4953 |
| 2026-06-01 | 34.6965 |
| 2026-06-10 | 34.3309 |
| 2026-06-17 | 34.9022 |
| 2026-06-24 | 34.8084 |
| 2026-07-01 | 35.0141 |
| 2026-07-08 | 35.3412 |
| 2026-07-15 | 35.0732 |
| 2026-07-22 | 34.9595 |
| 2026-07-29 | 34.4154 |
| 2026-08-05 | 34.7727 |
| 2026-08-12 | 35.1074 |
| 2026-08-20 | 34.8767 |
| 2026-08-27 | 35.2578 |
| 2026-09-03 | 35.2522 |
| 2026-09-10 | 35.1380 |
| 2026-09-17 | 35.0138 |
| 2026-09-24 | 35.1991 |
High
35.3412
Low
32.1870
Average
34.0614
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.