Convert SCR to GBP
Seychellois Rupee → British Pound
1 SCR = 0.0526459 GBP(1 GBP = 18.994842 SCR)
Currency converter
1 SCR =
0.052646 GBP
SCR to GBP: last 30 days
Over the last 30 days, 1 SCR traded between 0.050089 and 0.05402 GBP, averaging 0.051997 GBP. The SCR/GBP rate is up 0.23% since 2026-08-28.
- 30-day high
- 0.05402
- 2026-09-18
- 30-day low
- 0.050089
- 2026-09-13
- 30-day average
- 0.051997
- Days with data: 30
- 30-day change
- +0.23%
- since 2026-08-28
0.05402
0.0500892026-08-28 → 2026-09-26
| Date | 1 SCR in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.052646 | 0.00% |
| 2026-09-25 | 0.052646 | -1.19% |
| 2026-09-24 | 0.053279 | +2.83% |
| 2026-09-23 | 0.051813 | -0.26% |
| 2026-09-22 | 0.051946 | +0.51% |
| 2026-09-21 | 0.051681 | +1.71% |
| 2026-09-20 | 0.050811 | -3.35% |
| 2026-09-19 | 0.05257 | -2.69% |
| 2026-09-18 | 0.05402 | +4.32% |
| 2026-09-17 | 0.051785 | -0.29% |
| 2026-09-16 | 0.051939 | -0.94% |
| 2026-09-15 | 0.052433 | +0.33% |
| 2026-09-14 | 0.052261 | +4.34% |
| 2026-09-13 | 0.050089 | -6.82% |
| 2026-09-12 | 0.053757 | +4.06% |
| Date | 1 SCR in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.051659 | -0.50% |
| 2026-09-10 | 0.051919 | +0.62% |
| 2026-09-09 | 0.051598 | -0.48% |
| 2026-09-08 | 0.051846 | -0.34% |
| 2026-09-07 | 0.052022 | +3.14% |
| 2026-09-06 | 0.050438 | -5.94% |
| 2026-09-05 | 0.053623 | +3.79% |
| 2026-09-04 | 0.051663 | +0.07% |
| 2026-09-03 | 0.051624 | +0.65% |
| 2026-09-02 | 0.051292 | -1.56% |
| 2026-09-01 | 0.052107 | +1.27% |
| 2026-08-31 | 0.051455 | +2.59% |
| 2026-08-30 | 0.050155 | -4.13% |
| 2026-08-29 | 0.052317 | -0.40% |
| 2026-08-28 | 0.052527 | — |
SCR to GBP conversion table
1 SCR0.052646 GBP
5 SCR0.26323 GBP
10 SCR0.52646 GBP
25 SCR1.3161 GBP
50 SCR2.6323 GBP
100 SCR5.2646 GBP
500 SCR26.3229 GBP
1,000 SCR52.6459 GBP
5,000 SCR263.2294 GBP
10,000 SCR526.4587 GBP
Get the SCR/GBP rate in your app
One GET request returns the latest SCR → GBP 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/SCR/GBP"fetch('https://rate-api.com/api/v1/pair/SCR/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SCR = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SCR/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SCR = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SCR/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SCR = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "SCR",
"to": "GBP"
},
"rate": 0.0526,
"timestamp": 1790435171,
"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
GBP to SCRBritish Pound → Seychellois Rupee18.9948Convert SCR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.