Convert GBP to SYP
British Pound → Syrian Pound
1 GBP = 160.39931 SYP(1 SYP = 0.00623444 GBP)
Currency converter
1 GBP =
160.3993 SYP
GBP to SYP: last 30 days
Over the last 30 days, 1 GBP traded between 160.0026 and 17,666.18 SYP, averaging 15,221.012 SYP. The GBP/SYP rate is down 99.09% since 2026-08-28.
- 30-day high
- 17,666.18
- 2026-08-29
- 30-day low
- 160.0026
- 2026-09-24
- 30-day average
- 15,221.012
- Days with data: 30
- 30-day change
- -99.09%
- since 2026-08-28
17,666.18
160.00262026-08-28 → 2026-09-26
| Date | 1 GBP in SYP | Daily change |
|---|---|---|
| 2026-09-26 | 160.3993 | 0.00% |
| 2026-09-25 | 160.3993 | +0.25% |
| 2026-09-24 | 160.0026 | -0.43% |
| 2026-09-23 | 160.6893 | -99.08% |
| 2026-09-22 | 17,376.633 | -0.22% |
| 2026-09-21 | 17,414.566 | +0.37% |
| 2026-09-20 | 17,350.297 | -0.00% |
| 2026-09-19 | 17,351.053 | +0.01% |
| 2026-09-18 | 17,350.106 | -0.21% |
| 2026-09-17 | 17,387.348 | -0.61% |
| 2026-09-16 | 17,494.932 | -0.22% |
| 2026-09-15 | 17,533.08 | -0.09% |
| 2026-09-14 | 17,548.932 | -0.12% |
| 2026-09-13 | 17,570.627 | -0.00% |
| 2026-09-12 | 17,571.101 | +0.03% |
| Date | 1 GBP in SYP | Daily change |
|---|---|---|
| 2026-09-11 | 17,565.21 | -0.07% |
| 2026-09-10 | 17,578.072 | -0.34% |
| 2026-09-09 | 17,637.211 | +0.14% |
| 2026-09-08 | 17,611.724 | +0.12% |
| 2026-09-07 | 17,590.986 | -0.03% |
| 2026-09-06 | 17,595.91 | -0.03% |
| 2026-09-05 | 17,600.656 | +0.04% |
| 2026-09-04 | 17,593.389 | +0.26% |
| 2026-09-03 | 17,548.44 | +0.07% |
| 2026-09-02 | 17,535.863 | -0.34% |
| 2026-09-01 | 17,596.569 | -0.05% |
| 2026-08-31 | 17,604.873 | -0.32% |
| 2026-08-30 | 17,661.35 | -0.03% |
| 2026-08-29 | 17,666.18 | +0.07% |
| 2026-08-28 | 17,653.75 | — |
GBP to SYP conversion table
1 GBP160.3993 SYP
5 GBP801.9965 SYP
10 GBP1,603.9931 SYP
25 GBP4,009.9826 SYP
50 GBP8,019.9653 SYP
100 GBP16,039.931 SYP
500 GBP80,199.653 SYP
1,000 GBP160,399.31 SYP
5,000 GBP801,996.53 SYP
10,000 GBP1,603,993.1 SYP
Get the GBP/SYP rate in your app
One GET request returns the latest GBP → SYP 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/SYP"fetch('https://rate-api.com/api/v1/pair/GBP/SYP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} SYP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/SYP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} SYP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/SYP');
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']} SYP\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "SYP"
},
"rate": 160.3993,
"timestamp": 1790437816,
"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
SYP to GBPSyrian Pound → British Pound0.0062344Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.