Skip to content

GBP to SZL exchange rate API

Pound Sterling to Lilangeni · quoted 2026-09-27

21.6054

▼ +3.34% over YTD

1 GBP = 21.6054 SZL · 1 SZL = 0.04628 GBP · Get this rate via the API

1 GBP buys 21.6054 SZL as of 2026-09-27, so 1 SZL buys 0.04628 GBP. Over the year to date, GBP/SZL traded between 21.5632 and 22.7379, averaged 22.0097 and fell 3.34%. The API holds daily GBP/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GBP/SZL over YTD

GBP/SZL over YTD: show the values
PointGBP/SZL
2025-12-3122.3518
2026-01-0722.0536
2026-01-1422.0007
2026-01-2122.0184
2026-01-2821.9298
2026-02-0421.8736
2026-02-1121.7181
2026-02-1821.7471
2026-02-2521.5632
2026-03-0422.1180
2026-03-1121.8128
2026-03-1822.2038
2026-03-2522.6705
2026-04-0122.4849
2026-04-0822.2312
2026-04-1522.1940
2026-04-2222.1267
2026-04-2922.3603
2026-05-0622.7379
2026-05-1422.1854
2026-05-2122.1465
2026-05-2921.8047
2026-06-0521.9928
2026-06-1421.8685
2026-06-2121.7346
2026-06-2821.7405
2026-07-0521.6657
2026-07-1221.8664
2026-07-1922.1920
2026-07-2622.4495
2026-08-0222.3153
2026-08-0921.7758
2026-08-1621.8995
2026-08-2421.8299
2026-08-3121.8964
2026-09-0721.6284
2026-09-1421.8528
2026-09-2121.7336

High

22.7379

Low

21.5632

Average

22.0097

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=SZL").json()

Replace YOUR_API_KEY with the key from your dashboard.

GBP/SZL API questions

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

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

How far back does GBP/SZL historical data go?

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