Skip to content

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

SZL/XPF over 1Y: show the values
PointSZL/XPF
2025-09-265.7595
2025-10-035.8780
2025-10-105.9914
2025-10-175.8960
2025-10-245.9370
2025-10-315.9777
2025-11-075.9470
2025-11-146.0390
2025-11-216.0084
2025-11-286.0084
2025-12-056.0434
2025-12-136.0255
2025-12-206.0759
2025-12-276.0805
2026-01-036.1698
2026-01-106.2178
2026-01-176.2722
2026-01-246.2557
2026-01-316.2333
2026-02-076.3033
2026-02-146.3037
2026-02-216.3141
2026-02-286.3458
2026-03-076.2070
2026-03-146.1517
2026-03-216.0141
2026-03-286.0228
2026-04-046.1059
2026-04-116.1913
2026-04-186.2051
2026-04-256.1342
2026-05-026.1086
2026-05-096.1818
2026-05-176.1462
2026-05-256.2540
2026-06-016.3154
2026-06-106.2398
2026-06-176.3675
2026-06-246.3195
2026-07-016.3695
2026-07-086.4301
2026-07-156.3837
2026-07-226.3559
2026-07-296.2523
2026-08-056.3160
2026-08-126.3796
2026-08-206.3500
2026-08-276.4109
2026-09-036.4041
2026-09-106.3796
2026-09-176.3636
2026-09-246.4003

High

6.4301

Low

5.7595

Average

6.1937

For developers

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