Convert GBP to SAR
British Pound → Saudi Riyal
1 GBP = 4.969638 SAR(1 SAR = 0.201222 GBP)
Currency converter
1 GBP =
4.9696 SAR
GBP to SAR: last 30 days
Over the last 30 days, 1 GBP traded between 4.9552 and 5.0934 SAR, averaging 5.0443 SAR. The GBP/SAR rate is down 2.43% since 2026-08-28.
- 30-day high
- 5.0934
- 2026-08-28
- 30-day low
- 4.9552
- 2026-09-18
- 30-day average
- 5.0443
- Days with data: 30
- 30-day change
- -2.43%
- since 2026-08-28
5.0934
4.95522026-08-28 → 2026-09-26
| Date | 1 GBP in SAR | Daily change |
|---|---|---|
| 2026-09-26 | 4.9696 | 0.00% |
| 2026-09-25 | 4.9696 | +0.25% |
| 2026-09-24 | 4.9573 | -0.43% |
| 2026-09-23 | 4.9786 | -0.65% |
| 2026-09-22 | 5.0112 | -0.24% |
| 2026-09-21 | 5.023 | +0.38% |
| 2026-09-20 | 5.0041 | 0.00% |
| 2026-09-19 | 5.0041 | +0.99% |
| 2026-09-18 | 4.9552 | -1.22% |
| 2026-09-17 | 5.0162 | -0.59% |
| 2026-09-16 | 5.046 | -0.20% |
| 2026-09-15 | 5.0562 | -0.08% |
| 2026-09-14 | 5.0605 | -0.10% |
| 2026-09-13 | 5.0655 | 0.00% |
| 2026-09-12 | 5.0655 | 0.00% |
| Date | 1 GBP in SAR | Daily change |
|---|---|---|
| 2026-09-11 | 5.0655 | -0.09% |
| 2026-09-10 | 5.0701 | -0.33% |
| 2026-09-09 | 5.0868 | +0.14% |
| 2026-09-08 | 5.0796 | +0.11% |
| 2026-09-07 | 5.074 | +0.01% |
| 2026-09-06 | 5.0737 | 0.00% |
| 2026-09-05 | 5.0737 | 0.00% |
| 2026-09-04 | 5.0737 | +0.24% |
| 2026-09-03 | 5.0614 | +0.10% |
| 2026-09-02 | 5.0562 | -0.35% |
| 2026-09-01 | 5.0742 | -0.06% |
| 2026-08-31 | 5.0772 | -0.32% |
| 2026-08-30 | 5.0934 | 0.00% |
| 2026-08-29 | 5.0934 | 0.00% |
| 2026-08-28 | 5.0934 | — |
GBP to SAR conversion table
1 GBP4.9696 SAR
5 GBP24.8482 SAR
10 GBP49.6964 SAR
25 GBP124.241 SAR
50 GBP248.4819 SAR
100 GBP496.9638 SAR
500 GBP2,484.819 SAR
1,000 GBP4,969.638 SAR
5,000 GBP24,848.19 SAR
10,000 GBP49,696.38 SAR
Get the GBP/SAR rate in your app
One GET request returns the latest GBP → SAR 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/SAR"fetch('https://rate-api.com/api/v1/pair/GBP/SAR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} SAR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/SAR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} SAR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/SAR');
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']} SAR\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "SAR"
},
"rate": 4.9696,
"timestamp": 1790429421,
"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
SAR to GBPSaudi Riyal → British Pound0.20122Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.