Convert GBP to TOP
British Pound → Tongan Paʻanga
1 GBP = 3.191516 TOP(1 TOP = 0.313331 GBP)
Currency converter
1 GBP =
3.1915 TOP
GBP to TOP: last 30 days
Over the last 30 days, 1 GBP traded between 3.172 and 3.2712 TOP, averaging 3.2136 TOP. The GBP/TOP rate is down 2.44% since 2026-08-28.
- 30-day high
- 3.2712
- 2026-08-28
- 30-day low
- 3.172
- 2026-09-23
- 30-day average
- 3.2136
- Days with data: 30
- 30-day change
- -2.44%
- since 2026-08-28
3.2712
3.1722026-08-28 → 2026-09-26
| Date | 1 GBP in TOP | Daily change |
|---|---|---|
| 2026-09-26 | 3.1915 | 0.00% |
| 2026-09-25 | 3.1915 | +0.24% |
| 2026-09-24 | 3.1838 | +0.37% |
| 2026-09-23 | 3.172 | -0.65% |
| 2026-09-22 | 3.1927 | -0.05% |
| 2026-09-21 | 3.1944 | +0.50% |
| 2026-09-20 | 3.1786 | -0.62% |
| 2026-09-19 | 3.1984 | -0.45% |
| 2026-09-18 | 3.213 | +0.92% |
| 2026-09-17 | 3.1836 | -1.77% |
| 2026-09-16 | 3.2409 | +0.18% |
| 2026-09-15 | 3.2349 | -0.36% |
| 2026-09-14 | 3.2466 | +1.54% |
| 2026-09-13 | 3.1972 | -0.00% |
| 2026-09-12 | 3.1972 | -0.77% |
| Date | 1 GBP in TOP | Daily change |
|---|---|---|
| 2026-09-11 | 3.2221 | +0.54% |
| 2026-09-10 | 3.2049 | -0.66% |
| 2026-09-09 | 3.2261 | +0.29% |
| 2026-09-08 | 3.2167 | -0.06% |
| 2026-09-07 | 3.2187 | +0.79% |
| 2026-09-06 | 3.1933 | -0.01% |
| 2026-09-05 | 3.1936 | -1.91% |
| 2026-09-04 | 3.2557 | +0.76% |
| 2026-09-03 | 3.2313 | -0.33% |
| 2026-09-02 | 3.2419 | -0.52% |
| 2026-09-01 | 3.2587 | +0.07% |
| 2026-08-31 | 3.2566 | +1.89% |
| 2026-08-30 | 3.1963 | -0.22% |
| 2026-08-29 | 3.2033 | -2.08% |
| 2026-08-28 | 3.2712 | — |
GBP to TOP conversion table
1 GBP3.1915 TOP
5 GBP15.9576 TOP
10 GBP31.9152 TOP
25 GBP79.7879 TOP
50 GBP159.5758 TOP
100 GBP319.1516 TOP
500 GBP1,595.7581 TOP
1,000 GBP3,191.5161 TOP
5,000 GBP15,957.581 TOP
10,000 GBP31,915.161 TOP
Get the GBP/TOP rate in your app
One GET request returns the latest GBP → TOP 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/TOP"fetch('https://rate-api.com/api/v1/pair/GBP/TOP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} TOP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/TOP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} TOP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/TOP');
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']} TOP\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "TOP"
},
"rate": 3.1915,
"timestamp": 1790456799,
"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
TOP to GBPTongan Paʻanga → British Pound0.31333Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.