Convert GBP to TVD
British Pound → Tuvaluan Dollar
1 GBP = 1.88506 TVD(1 TVD = 0.530487 GBP)
Currency converter
1 GBP =
1.8851 TVD
GBP to TVD: last 30 days
Over the last 30 days, 1 GBP traded between 1.8727 and 1.8967 TVD, averaging 1.8827 TVD. The GBP/TVD rate is down 0.09% since 2026-08-28.
- 30-day high
- 1.8967
- 2026-08-29
- 30-day low
- 1.8727
- 2026-09-20
- 30-day average
- 1.8827
- Days with data: 30
- 30-day change
- -0.09%
- since 2026-08-28
1.8967
1.87272026-08-28 → 2026-09-26
| Date | 1 GBP in TVD | Daily change |
|---|---|---|
| 2026-09-26 | 1.8851 | 0.00% |
| 2026-09-25 | 1.8851 | +0.20% |
| 2026-09-24 | 1.8814 | +0.15% |
| 2026-09-23 | 1.8785 | +0.12% |
| 2026-09-22 | 1.8763 | -0.12% |
| 2026-09-21 | 1.8787 | +0.32% |
| 2026-09-20 | 1.8727 | -0.00% |
| 2026-09-19 | 1.8727 | -0.19% |
| 2026-09-18 | 1.8763 | -0.30% |
| 2026-09-17 | 1.882 | -0.31% |
| 2026-09-16 | 1.8879 | -0.31% |
| 2026-09-15 | 1.8938 | +0.34% |
| 2026-09-14 | 1.8874 | +0.19% |
| 2026-09-13 | 1.8838 | +0.00% |
| 2026-09-12 | 1.8837 | -0.22% |
| Date | 1 GBP in TVD | Daily change |
|---|---|---|
| 2026-09-11 | 1.8879 | +0.81% |
| 2026-09-10 | 1.8728 | -0.26% |
| 2026-09-09 | 1.8777 | +0.02% |
| 2026-09-08 | 1.8773 | -0.05% |
| 2026-09-07 | 1.8783 | +0.01% |
| 2026-09-06 | 1.8781 | +0.00% |
| 2026-09-05 | 1.8781 | +0.06% |
| 2026-09-04 | 1.8771 | -0.30% |
| 2026-09-03 | 1.8827 | -0.32% |
| 2026-09-02 | 1.8887 | +0.03% |
| 2026-09-01 | 1.8881 | -0.07% |
| 2026-08-31 | 1.8894 | -0.37% |
| 2026-08-30 | 1.8965 | -0.01% |
| 2026-08-29 | 1.8967 | +0.53% |
| 2026-08-28 | 1.8868 | — |
GBP to TVD conversion table
1 GBP1.8851 TVD
5 GBP9.4253 TVD
10 GBP18.8506 TVD
25 GBP47.1265 TVD
50 GBP94.253 TVD
100 GBP188.506 TVD
500 GBP942.5301 TVD
1,000 GBP1,885.0601 TVD
5,000 GBP9,425.3007 TVD
10,000 GBP18,850.601 TVD
Get the GBP/TVD rate in your app
One GET request returns the latest GBP → TVD 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/TVD"fetch('https://rate-api.com/api/v1/pair/GBP/TVD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} TVD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/TVD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} TVD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/TVD');
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']} TVD\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "TVD"
},
"rate": 1.8851,
"timestamp": 1790429432,
"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
TVD to GBPTuvaluan Dollar → British Pound0.53049Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.