Convert TOP to GBP
Tongan Paʻanga → British Pound
1 TOP = 0.313331 GBP(1 GBP = 3.191516 TOP)
Currency converter
1 TOP =
0.31333 GBP
TOP to GBP: last 30 days
Over the last 30 days, 1 TOP traded between 0.3057 and 0.31526 GBP, averaging 0.3112 GBP. The TOP/GBP rate is up 2.50% since 2026-08-28.
- 30-day high
- 0.31526
- 2026-09-23
- 30-day low
- 0.3057
- 2026-08-28
- 30-day average
- 0.3112
- Days with data: 30
- 30-day change
- +2.50%
- since 2026-08-28
0.31526
0.30572026-08-28 → 2026-09-26
| Date | 1 TOP in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.31333 | 0.00% |
| 2026-09-25 | 0.31333 | -0.24% |
| 2026-09-24 | 0.31409 | -0.37% |
| 2026-09-23 | 0.31526 | +0.65% |
| 2026-09-22 | 0.31321 | +0.05% |
| 2026-09-21 | 0.31305 | -0.49% |
| 2026-09-20 | 0.3146 | +0.62% |
| 2026-09-19 | 0.31265 | +0.45% |
| 2026-09-18 | 0.31124 | -0.91% |
| 2026-09-17 | 0.31411 | +1.80% |
| 2026-09-16 | 0.30856 | -0.18% |
| 2026-09-15 | 0.30913 | +0.36% |
| 2026-09-14 | 0.30802 | -1.52% |
| 2026-09-13 | 0.31277 | +0.00% |
| 2026-09-12 | 0.31277 | +0.78% |
| Date | 1 TOP in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.31035 | -0.54% |
| 2026-09-10 | 0.31202 | +0.66% |
| 2026-09-09 | 0.30997 | -0.29% |
| 2026-09-08 | 0.31088 | +0.06% |
| 2026-09-07 | 0.31069 | -0.79% |
| 2026-09-06 | 0.31315 | +0.01% |
| 2026-09-05 | 0.31312 | +1.94% |
| 2026-09-04 | 0.30715 | -0.75% |
| 2026-09-03 | 0.30947 | +0.33% |
| 2026-09-02 | 0.30846 | +0.52% |
| 2026-09-01 | 0.30687 | -0.07% |
| 2026-08-31 | 0.30707 | -1.85% |
| 2026-08-30 | 0.31287 | +0.22% |
| 2026-08-29 | 0.31218 | +2.12% |
| 2026-08-28 | 0.3057 | — |
TOP to GBP conversion table
1 TOP0.31333 GBP
5 TOP1.5667 GBP
10 TOP3.1333 GBP
25 TOP7.8333 GBP
50 TOP15.6665 GBP
100 TOP31.3331 GBP
500 TOP156.6654 GBP
1,000 TOP313.3307 GBP
5,000 TOP1,566.6535 GBP
10,000 TOP3,133.3071 GBP
Get the TOP/GBP rate in your app
One GET request returns the latest TOP → 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/TOP/GBP"fetch('https://rate-api.com/api/v1/pair/TOP/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TOP = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TOP/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TOP = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TOP/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TOP = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "TOP",
"to": "GBP"
},
"rate": 0.3133,
"timestamp": 1790435121,
"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 TOPBritish Pound → Tongan Paʻanga3.1915Convert TOP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.