Convert GBP to SZL
British Pound → Swazi Lilangeni
1 GBP = 21.59312 SZL(1 SZL = 0.046311 GBP)
Currency converter
1 GBP =
21.5931 SZL
GBP to SZL: last 30 days
Over the last 30 days, 1 GBP traded between 21.5931 and 21.957 SZL, averaging 21.7509 SZL. The GBP/SZL rate is down 0.60% since 2026-08-28.
- 30-day high
- 21.957
- 2026-08-30
- 30-day low
- 21.5931
- 2026-09-25
- 30-day average
- 21.7509
- Days with data: 30
- 30-day change
- -0.60%
- since 2026-08-28
21.957
21.59312026-08-28 → 2026-09-26
| Date | 1 GBP in SZL | Daily change |
|---|---|---|
| 2026-09-26 | 21.5931 | 0.00% |
| 2026-09-25 | 21.5931 | -0.62% |
| 2026-09-24 | 21.7287 | +0.12% |
| 2026-09-23 | 21.703 | -0.06% |
| 2026-09-22 | 21.7161 | -0.08% |
| 2026-09-21 | 21.7337 | +0.07% |
| 2026-09-20 | 21.7185 | +0.14% |
| 2026-09-19 | 21.689 | -0.38% |
| 2026-09-18 | 21.771 | -0.41% |
| 2026-09-17 | 21.8612 | +0.12% |
| 2026-09-16 | 21.8351 | -0.50% |
| 2026-09-15 | 21.9449 | +0.42% |
| 2026-09-14 | 21.8529 | +0.34% |
| 2026-09-13 | 21.7782 | -0.09% |
| 2026-09-12 | 21.7979 | -0.50% |
| Date | 1 GBP in SZL | Daily change |
|---|---|---|
| 2026-09-11 | 21.9084 | +1.02% |
| 2026-09-10 | 21.6872 | -0.08% |
| 2026-09-09 | 21.7043 | +0.19% |
| 2026-09-08 | 21.6632 | +0.16% |
| 2026-09-07 | 21.6285 | +0.12% |
| 2026-09-06 | 21.6023 | +0.04% |
| 2026-09-05 | 21.5934 | -0.17% |
| 2026-09-04 | 21.6291 | -0.12% |
| 2026-09-03 | 21.6551 | -0.71% |
| 2026-09-02 | 21.8093 | +0.02% |
| 2026-09-01 | 21.8043 | -0.42% |
| 2026-08-31 | 21.8964 | -0.28% |
| 2026-08-30 | 21.957 | +0.03% |
| 2026-08-29 | 21.9503 | +1.05% |
| 2026-08-28 | 21.7228 | — |
GBP to SZL conversion table
1 GBP21.5931 SZL
5 GBP107.9656 SZL
10 GBP215.9312 SZL
25 GBP539.828 SZL
50 GBP1,079.656 SZL
100 GBP2,159.312 SZL
500 GBP10,796.56 SZL
1,000 GBP21,593.12 SZL
5,000 GBP107,965.6 SZL
10,000 GBP215,931.2 SZL
Get the GBP/SZL rate in your app
One GET request returns the latest GBP → SZL rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/GBP/SZL"fetch('https://rate-api.com/api/v1/pair/GBP/SZL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} SZL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/SZL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} SZL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/SZL');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} SZL\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "SZL"
},
"rate": 21.5931,
"timestamp": 1790429450,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
SZL to GBPSwazi Lilangeni → British Pound0.046311Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.