Convert GBP to SRD
British Pound → Surinamese Dollar
1 GBP = 50.047782 SRD(1 SRD = 0.0199809 GBP)
Currency converter
1 GBP =
50.0478 SRD
GBP to SRD: last 30 days
Over the last 30 days, 1 GBP traded between 50.0478 and 51.6142 SRD, averaging 50.924 SRD. The GBP/SRD rate is down 2.43% since 2026-08-28.
- 30-day high
- 51.6142
- 2026-09-09
- 30-day low
- 50.0478
- 2026-09-25
- 30-day average
- 50.924
- Days with data: 30
- 30-day change
- -2.43%
- since 2026-08-28
51.6142
50.04782026-08-28 → 2026-09-26
| Date | 1 GBP in SRD | Daily change |
|---|---|---|
| 2026-09-26 | 50.0478 | 0.00% |
| 2026-09-25 | 50.0478 | -0.13% |
| 2026-09-24 | 50.1113 | -0.08% |
| 2026-09-23 | 50.1523 | -0.60% |
| 2026-09-22 | 50.4572 | -0.75% |
| 2026-09-21 | 50.8394 | +0.34% |
| 2026-09-20 | 50.6662 | +0.32% |
| 2026-09-19 | 50.5062 | +0.27% |
| 2026-09-18 | 50.3696 | -0.53% |
| 2026-09-17 | 50.6357 | -0.28% |
| 2026-09-16 | 50.7764 | -0.60% |
| 2026-09-15 | 51.0844 | +0.16% |
| 2026-09-14 | 51.005 | -0.90% |
| 2026-09-13 | 51.4683 | +0.62% |
| 2026-09-12 | 51.1494 | +0.03% |
| Date | 1 GBP in SRD | Daily change |
|---|---|---|
| 2026-09-11 | 51.1346 | -0.12% |
| 2026-09-10 | 51.1966 | -0.81% |
| 2026-09-09 | 51.6142 | +0.68% |
| 2026-09-08 | 51.2639 | -0.07% |
| 2026-09-07 | 51.3017 | +0.16% |
| 2026-09-06 | 51.2184 | +0.23% |
| 2026-09-05 | 51.0997 | -0.05% |
| 2026-09-04 | 51.124 | +0.22% |
| 2026-09-03 | 51.0136 | -0.54% |
| 2026-09-02 | 51.2924 | +0.30% |
| 2026-09-01 | 51.1395 | +0.04% |
| 2026-08-31 | 51.1181 | -0.36% |
| 2026-08-30 | 51.3011 | +0.02% |
| 2026-08-29 | 51.2891 | -0.01% |
| 2026-08-28 | 51.2962 | — |
GBP to SRD conversion table
1 GBP50.0478 SRD
5 GBP250.2389 SRD
10 GBP500.4778 SRD
25 GBP1,251.1946 SRD
50 GBP2,502.3891 SRD
100 GBP5,004.7782 SRD
500 GBP25,023.891 SRD
1,000 GBP50,047.782 SRD
5,000 GBP250,238.91 SRD
10,000 GBP500,477.82 SRD
Get the GBP/SRD rate in your app
One GET request returns the latest GBP → SRD 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/SRD"fetch('https://rate-api.com/api/v1/pair/GBP/SRD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} SRD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/SRD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} SRD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/SRD');
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']} SRD\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "SRD"
},
"rate": 50.0478,
"timestamp": 1790429389,
"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
SRD to GBPSurinamese Dollar → British Pound0.019981Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.