Convert GBP to SCR
British Pound → Seychellois Rupee
1 GBP = 18.385127 SCR(1 SCR = 0.0543918 GBP)
Currency converter
1 GBP =
18.3851 SCR
GBP to SCR: last 30 days
Over the last 30 days, 1 GBP traded between 18.3851 and 19.9644 SCR, averaging 19.1957 SCR. The GBP/SCR rate is down 3.82% since 2026-08-29.
- 30-day high
- 19.9644
- 2026-09-13
- 30-day low
- 18.3851
- 2026-09-26
- 30-day average
- 19.1957
- Days with data: 30
- 30-day change
- -3.82%
- since 2026-08-29
19.9644
18.38512026-08-29 → 2026-09-27
| Date | 1 GBP in SCR | Daily change |
|---|---|---|
| 2026-09-27 | 18.3851 | 0.00% |
| 2026-09-26 | 18.3851 | -3.21% |
| 2026-09-25 | 18.9948 | +1.20% |
| 2026-09-24 | 18.7691 | -2.75% |
| 2026-09-23 | 19.3003 | +0.26% |
| 2026-09-22 | 19.2508 | -0.51% |
| 2026-09-21 | 19.3494 | -1.68% |
| 2026-09-20 | 19.681 | +3.46% |
| 2026-09-19 | 19.0224 | +2.76% |
| 2026-09-18 | 18.5115 | -4.14% |
| 2026-09-17 | 19.3105 | +0.30% |
| 2026-09-16 | 19.2535 | +0.95% |
| 2026-09-15 | 19.0719 | -0.33% |
| 2026-09-14 | 19.1346 | -4.16% |
| 2026-09-13 | 19.9644 | +7.32% |
| Date | 1 GBP in SCR | Daily change |
|---|---|---|
| 2026-09-12 | 18.6021 | -3.90% |
| 2026-09-11 | 19.3579 | +0.50% |
| 2026-09-10 | 19.2609 | -0.62% |
| 2026-09-09 | 19.3807 | +0.48% |
| 2026-09-08 | 19.2879 | +0.34% |
| 2026-09-07 | 19.2227 | -3.04% |
| 2026-09-06 | 19.8262 | +6.31% |
| 2026-09-05 | 18.6486 | -3.66% |
| 2026-09-04 | 19.3562 | -0.07% |
| 2026-09-03 | 19.3707 | -0.64% |
| 2026-09-02 | 19.4961 | +1.59% |
| 2026-09-01 | 19.1911 | -1.25% |
| 2026-08-31 | 19.4344 | -2.53% |
| 2026-08-30 | 19.9383 | +4.31% |
| 2026-08-29 | 19.1144 | — |
GBP to SCR conversion table
1 GBP18.3851 SCR
5 GBP91.9256 SCR
10 GBP183.8513 SCR
25 GBP459.6282 SCR
50 GBP919.2563 SCR
100 GBP1,838.5127 SCR
500 GBP9,192.5633 SCR
1,000 GBP18,385.127 SCR
5,000 GBP91,925.633 SCR
10,000 GBP183,851.27 SCR
Get the GBP/SCR rate in your app
One GET request returns the latest GBP → SCR 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/SCR"fetch('https://rate-api.com/api/v1/pair/GBP/SCR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} SCR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/SCR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} SCR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/SCR');
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']} SCR\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "SCR"
},
"rate": 18.3851,
"timestamp": 1790470848,
"date": "2026-09-27"
}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
SCR to GBPSeychellois Rupee → British Pound0.054392Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.