Convert GBP to RSD
British Pound → Serbian Dinar
1 GBP = 136.90628 RSD(1 RSD = 0.00730427 GBP)
Currency converter
1 GBP =
136.9063 RSD
GBP to RSD: last 30 days
Over the last 30 days, 1 GBP traded between 136.3175 and 137.5339 RSD, averaging 136.7472 RSD. The GBP/RSD rate is up 0.04% since 2026-08-28.
- 30-day high
- 137.5339
- 2026-08-30
- 30-day low
- 136.3175
- 2026-09-18
- 30-day average
- 136.7472
- Days with data: 30
- 30-day change
- +0.04%
- since 2026-08-28
137.5339
136.31752026-08-28 → 2026-09-26
| Date | 1 GBP in RSD | Daily change |
|---|---|---|
| 2026-09-26 | 136.9063 | 0.00% |
| 2026-09-25 | 136.9063 | +0.34% |
| 2026-09-24 | 136.4363 | +0.05% |
| 2026-09-23 | 136.3627 | -0.25% |
| 2026-09-22 | 136.6999 | -0.19% |
| 2026-09-21 | 136.9651 | +0.32% |
| 2026-09-20 | 136.532 | +0.01% |
| 2026-09-19 | 136.5141 | +0.14% |
| 2026-09-18 | 136.3175 | -0.34% |
| 2026-09-17 | 136.7797 | -0.03% |
| 2026-09-16 | 136.8156 | -0.24% |
| 2026-09-15 | 137.1489 | +0.38% |
| 2026-09-14 | 136.6286 | -0.03% |
| 2026-09-13 | 136.6664 | +0.01% |
| 2026-09-12 | 136.6516 | +0.02% |
| Date | 1 GBP in RSD | Daily change |
|---|---|---|
| 2026-09-11 | 136.6249 | +0.22% |
| 2026-09-10 | 136.3201 | -0.38% |
| 2026-09-09 | 136.8468 | +0.08% |
| 2026-09-08 | 136.7351 | +0.02% |
| 2026-09-07 | 136.7089 | +0.01% |
| 2026-09-06 | 136.6932 | +0.00% |
| 2026-09-05 | 136.6904 | +0.11% |
| 2026-09-04 | 136.5464 | +0.02% |
| 2026-09-03 | 136.5185 | -0.06% |
| 2026-09-02 | 136.6001 | -0.18% |
| 2026-09-01 | 136.8524 | -0.17% |
| 2026-08-31 | 137.08 | -0.33% |
| 2026-08-30 | 137.5339 | +0.04% |
| 2026-08-29 | 137.4853 | +0.47% |
| 2026-08-28 | 136.8489 | — |
GBP to RSD conversion table
1 GBP136.9063 RSD
5 GBP684.5314 RSD
10 GBP1,369.0628 RSD
25 GBP3,422.6569 RSD
50 GBP6,845.3139 RSD
100 GBP13,690.628 RSD
500 GBP68,453.139 RSD
1,000 GBP136,906.28 RSD
5,000 GBP684,531.39 RSD
10,000 GBP1,369,062.8 RSD
Get the GBP/RSD rate in your app
One GET request returns the latest GBP → RSD 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/RSD"fetch('https://rate-api.com/api/v1/pair/GBP/RSD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} RSD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/RSD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} RSD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/RSD');
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']} RSD\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "RSD"
},
"rate": 136.9063,
"timestamp": 1790429420,
"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
RSD to GBPSerbian Dinar → British Pound0.0073043Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.