Convert TVD to GBP
Tuvaluan Dollar → British Pound
1 TVD = 0.530487 GBP(1 GBP = 1.88506 TVD)
Currency converter
1 TVD =
0.53049 GBP
TVD to GBP: last 30 days
Over the last 30 days, 1 TVD traded between 0.52724 and 0.53399 GBP, averaging 0.53115 GBP. The TVD/GBP rate is up 0.09% since 2026-08-28.
- 30-day high
- 0.53399
- 2026-09-20
- 30-day low
- 0.52724
- 2026-08-29
- 30-day average
- 0.53115
- Days with data: 30
- 30-day change
- +0.09%
- since 2026-08-28
0.53399
0.527242026-08-28 → 2026-09-26
| Date | 1 TVD in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.53049 | 0.00% |
| 2026-09-25 | 0.53049 | -0.20% |
| 2026-09-24 | 0.53153 | -0.15% |
| 2026-09-23 | 0.53233 | -0.12% |
| 2026-09-22 | 0.53295 | +0.12% |
| 2026-09-21 | 0.53229 | -0.32% |
| 2026-09-20 | 0.53399 | +0.00% |
| 2026-09-19 | 0.53398 | +0.19% |
| 2026-09-18 | 0.53296 | +0.30% |
| 2026-09-17 | 0.53135 | +0.31% |
| 2026-09-16 | 0.5297 | +0.31% |
| 2026-09-15 | 0.52804 | -0.34% |
| 2026-09-14 | 0.52983 | -0.19% |
| 2026-09-13 | 0.53084 | -0.00% |
| 2026-09-12 | 0.53086 | +0.22% |
| Date | 1 TVD in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.52968 | -0.80% |
| 2026-09-10 | 0.53396 | +0.26% |
| 2026-09-09 | 0.53255 | -0.02% |
| 2026-09-08 | 0.53267 | +0.05% |
| 2026-09-07 | 0.5324 | -0.01% |
| 2026-09-06 | 0.53245 | -0.00% |
| 2026-09-05 | 0.53246 | -0.06% |
| 2026-09-04 | 0.53275 | +0.30% |
| 2026-09-03 | 0.53117 | +0.32% |
| 2026-09-02 | 0.52948 | -0.03% |
| 2026-09-01 | 0.52965 | +0.07% |
| 2026-08-31 | 0.52926 | +0.37% |
| 2026-08-30 | 0.52728 | +0.01% |
| 2026-08-29 | 0.52724 | -0.52% |
| 2026-08-28 | 0.53001 | — |
TVD to GBP conversion table
1 TVD0.53049 GBP
5 TVD2.6524 GBP
10 TVD5.3049 GBP
25 TVD13.2622 GBP
50 TVD26.5244 GBP
100 TVD53.0487 GBP
500 TVD265.2435 GBP
1,000 TVD530.4871 GBP
5,000 TVD2,652.4353 GBP
10,000 TVD5,304.8705 GBP
Get the TVD/GBP rate in your app
One GET request returns the latest TVD → 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/TVD/GBP"fetch('https://rate-api.com/api/v1/pair/TVD/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TVD = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TVD/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TVD = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TVD/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TVD = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "TVD",
"to": "GBP"
},
"rate": 0.5305,
"timestamp": 1790432169,
"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 TVDBritish Pound → Tuvaluan Dollar1.8851Convert TVD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.