Convert GBP to STN
British Pound → São Tomé and Príncipe Dobra
1 GBP = 28.473473 STN(1 STN = 0.0351204 GBP)
Currency converter
1 GBP =
28.4735 STN
GBP to STN: last 30 days
Over the last 30 days, 1 GBP traded between 28.4676 and 28.9701 STN, averaging 28.7057 STN. The GBP/STN rate is down 1.55% since 2026-08-28.
- 30-day high
- 28.9701
- 2026-08-31
- 30-day low
- 28.4676
- 2026-09-05
- 30-day average
- 28.7057
- Days with data: 30
- 30-day change
- -1.55%
- since 2026-08-28
28.9701
28.46762026-08-28 → 2026-09-26
| Date | 1 GBP in STN | Daily change |
|---|---|---|
| 2026-09-26 | 28.4735 | 0.00% |
| 2026-09-25 | 28.4735 | -0.07% |
| 2026-09-24 | 28.493 | -0.04% |
| 2026-09-23 | 28.5049 | -0.85% |
| 2026-09-22 | 28.7492 | -0.14% |
| 2026-09-21 | 28.7898 | +0.89% |
| 2026-09-20 | 28.5348 | +0.08% |
| 2026-09-19 | 28.5106 | -1.09% |
| 2026-09-18 | 28.8234 | +0.69% |
| 2026-09-17 | 28.6247 | -0.48% |
| 2026-09-16 | 28.7625 | -0.02% |
| 2026-09-15 | 28.768 | +0.05% |
| 2026-09-14 | 28.7527 | +0.85% |
| 2026-09-13 | 28.509 | -0.42% |
| 2026-09-12 | 28.6283 | -0.20% |
| Date | 1 GBP in STN | Daily change |
|---|---|---|
| 2026-09-11 | 28.6865 | +0.07% |
| 2026-09-10 | 28.6672 | -0.91% |
| 2026-09-09 | 28.931 | +0.56% |
| 2026-09-08 | 28.7703 | -0.04% |
| 2026-09-07 | 28.7804 | +0.06% |
| 2026-09-06 | 28.7645 | +1.04% |
| 2026-09-05 | 28.4676 | -0.94% |
| 2026-09-04 | 28.7373 | -0.01% |
| 2026-09-03 | 28.7394 | +0.09% |
| 2026-09-02 | 28.7142 | -0.15% |
| 2026-09-01 | 28.7581 | -0.73% |
| 2026-08-31 | 28.9701 | +0.12% |
| 2026-08-30 | 28.9342 | +0.01% |
| 2026-08-29 | 28.9314 | +0.04% |
| 2026-08-28 | 28.9206 | — |
GBP to STN conversion table
1 GBP28.4735 STN
5 GBP142.3674 STN
10 GBP284.7347 STN
25 GBP711.8368 STN
50 GBP1,423.6737 STN
100 GBP2,847.3473 STN
500 GBP14,236.737 STN
1,000 GBP28,473.473 STN
5,000 GBP142,367.37 STN
10,000 GBP284,734.73 STN
Get the GBP/STN rate in your app
One GET request returns the latest GBP → STN 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/STN"fetch('https://rate-api.com/api/v1/pair/GBP/STN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} STN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/STN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} STN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/STN');
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']} STN\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "STN"
},
"rate": 28.4735,
"timestamp": 1790429427,
"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
STN to GBPSão Tomé and Príncipe Dobra → British Pound0.03512Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.