Convert SRD to GBP
Surinamese Dollar → British Pound
1 SRD = 0.0199809 GBP(1 GBP = 50.047782 SRD)
Currency converter
1 SRD =
0.019981 GBP
SRD to GBP: last 30 days
Over the last 30 days, 1 SRD traded between 0.019374 and 0.019981 GBP, averaging 0.019639 GBP. The SRD/GBP rate is up 2.49% since 2026-08-28.
- 30-day high
- 0.019981
- 2026-09-25
- 30-day low
- 0.019374
- 2026-09-09
- 30-day average
- 0.019639
- Days with data: 30
- 30-day change
- +2.49%
- since 2026-08-28
0.019981
0.0193742026-08-28 → 2026-09-26
| Date | 1 SRD in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.019981 | 0.00% |
| 2026-09-25 | 0.019981 | +0.13% |
| 2026-09-24 | 0.019956 | +0.08% |
| 2026-09-23 | 0.019939 | +0.61% |
| 2026-09-22 | 0.019819 | +0.76% |
| 2026-09-21 | 0.01967 | -0.34% |
| 2026-09-20 | 0.019737 | -0.32% |
| 2026-09-19 | 0.0198 | -0.27% |
| 2026-09-18 | 0.019853 | +0.53% |
| 2026-09-17 | 0.019749 | +0.28% |
| 2026-09-16 | 0.019694 | +0.61% |
| 2026-09-15 | 0.019575 | -0.16% |
| 2026-09-14 | 0.019606 | +0.91% |
| 2026-09-13 | 0.019429 | -0.62% |
| 2026-09-12 | 0.019551 | -0.03% |
| Date | 1 SRD in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.019556 | +0.12% |
| 2026-09-10 | 0.019533 | +0.82% |
| 2026-09-09 | 0.019374 | -0.68% |
| 2026-09-08 | 0.019507 | +0.07% |
| 2026-09-07 | 0.019493 | -0.16% |
| 2026-09-06 | 0.019524 | -0.23% |
| 2026-09-05 | 0.01957 | +0.05% |
| 2026-09-04 | 0.01956 | -0.22% |
| 2026-09-03 | 0.019603 | +0.55% |
| 2026-09-02 | 0.019496 | -0.30% |
| 2026-09-01 | 0.019554 | -0.04% |
| 2026-08-31 | 0.019563 | +0.36% |
| 2026-08-30 | 0.019493 | -0.02% |
| 2026-08-29 | 0.019497 | +0.01% |
| 2026-08-28 | 0.019495 | — |
SRD to GBP conversion table
1 SRD0.019981 GBP
5 SRD0.099905 GBP
10 SRD0.19981 GBP
25 SRD0.49952 GBP
50 SRD0.99905 GBP
100 SRD1.9981 GBP
500 SRD9.9905 GBP
1,000 SRD19.9809 GBP
5,000 SRD99.9045 GBP
10,000 SRD199.8091 GBP
Get the SRD/GBP rate in your app
One GET request returns the latest SRD → 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/SRD/GBP"fetch('https://rate-api.com/api/v1/pair/SRD/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SRD = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SRD/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SRD = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SRD/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SRD = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "SRD",
"to": "GBP"
},
"rate": 0.02,
"timestamp": 1790435125,
"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 SRDBritish Pound → Surinamese Dollar50.0478Convert SRD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.