SZL to XPF exchange rate API
Lilangeni to CFP Franc · quoted 2026-09-26
6.4227
▲ +11.52% over 1Y
1 SZL = 6.4227 XPF · 1 XPF = 0.15570 SZL · Get this rate via the API
1 SZL buys 6.4227 XPF as of 2026-09-26, so 1 XPF buys 0.15570 SZL. Over the last year, SZL/XPF traded between 5.7595 and 6.4301, averaged 6.1937 and rose 11.52%. The API holds daily SZL/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/XPF over 1Y: show the values
| Point | SZL/XPF |
|---|---|
| 2025-09-26 | 5.7595 |
| 2025-10-03 | 5.8780 |
| 2025-10-10 | 5.9914 |
| 2025-10-17 | 5.8960 |
| 2025-10-24 | 5.9370 |
| 2025-10-31 | 5.9777 |
| 2025-11-07 | 5.9470 |
| 2025-11-14 | 6.0390 |
| 2025-11-21 | 6.0084 |
| 2025-11-28 | 6.0084 |
| 2025-12-05 | 6.0434 |
| 2025-12-13 | 6.0255 |
| 2025-12-20 | 6.0759 |
| 2025-12-27 | 6.0805 |
| 2026-01-03 | 6.1698 |
| 2026-01-10 | 6.2178 |
| 2026-01-17 | 6.2722 |
| 2026-01-24 | 6.2557 |
| 2026-01-31 | 6.2333 |
| 2026-02-07 | 6.3033 |
| 2026-02-14 | 6.3037 |
| 2026-02-21 | 6.3141 |
| 2026-02-28 | 6.3458 |
| 2026-03-07 | 6.2070 |
| 2026-03-14 | 6.1517 |
| 2026-03-21 | 6.0141 |
| 2026-03-28 | 6.0228 |
| 2026-04-04 | 6.1059 |
| 2026-04-11 | 6.1913 |
| 2026-04-18 | 6.2051 |
| 2026-04-25 | 6.1342 |
| 2026-05-02 | 6.1086 |
| 2026-05-09 | 6.1818 |
| 2026-05-17 | 6.1462 |
| 2026-05-25 | 6.2540 |
| 2026-06-01 | 6.3154 |
| 2026-06-10 | 6.2398 |
| 2026-06-17 | 6.3675 |
| 2026-06-24 | 6.3195 |
| 2026-07-01 | 6.3695 |
| 2026-07-08 | 6.4301 |
| 2026-07-15 | 6.3837 |
| 2026-07-22 | 6.3559 |
| 2026-07-29 | 6.2523 |
| 2026-08-05 | 6.3160 |
| 2026-08-12 | 6.3796 |
| 2026-08-20 | 6.3500 |
| 2026-08-27 | 6.4109 |
| 2026-09-03 | 6.4041 |
| 2026-09-10 | 6.3796 |
| 2026-09-17 | 6.3636 |
| 2026-09-24 | 6.4003 |
High
6.4301
Low
5.7595
Average
6.1937
Get this rate via the API
One GET request returns the SZL/XPF 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=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=XPF").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/XPF API questions
How do I get the SZL/XPF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=XPF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/XPF rate in rates.XPF.
How far back does SZL/XPF historical data go?
Daily SZL/XPF 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/XPF 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.