Convert GBP to VUV
British Pound → Vanuatu Vatu
1 GBP = 156.99574 VUV(1 VUV = 0.0063696 GBP)
Currency converter
1 GBP =
156.9957 VUV
GBP to VUV: last 30 days
Over the last 30 days, 1 GBP traded between 156.5639 and 160.1714 VUV, averaging 158.8489 VUV. The GBP/VUV rate is down 1.96% since 2026-08-29.
- 30-day high
- 160.1714
- 2026-09-09
- 30-day low
- 156.5639
- 2026-09-24
- 30-day average
- 158.8489
- Days with data: 30
- 30-day change
- -1.96%
- since 2026-08-29
160.1714
156.56392026-08-29 → 2026-09-27
| Date | 1 GBP in VUV | Daily change |
|---|---|---|
| 2026-09-27 | 156.9957 | 0.00% |
| 2026-09-26 | 156.9957 | -0.03% |
| 2026-09-25 | 157.049 | +0.31% |
| 2026-09-24 | 156.5639 | -0.44% |
| 2026-09-23 | 157.254 | -0.52% |
| 2026-09-22 | 158.0752 | -0.49% |
| 2026-09-21 | 158.8496 | +0.44% |
| 2026-09-20 | 158.1504 | +0.19% |
| 2026-09-19 | 157.8437 | -0.00% |
| 2026-09-18 | 157.8503 | -0.04% |
| 2026-09-17 | 157.9168 | -0.79% |
| 2026-09-16 | 159.1717 | -0.02% |
| 2026-09-15 | 159.2069 | -0.33% |
| 2026-09-14 | 159.7312 | +0.70% |
| 2026-09-13 | 158.6194 | +0.03% |
| Date | 1 GBP in VUV | Daily change |
|---|---|---|
| 2026-09-12 | 158.5655 | -0.49% |
| 2026-09-11 | 159.3409 | +0.00% |
| 2026-09-10 | 159.3394 | -0.52% |
| 2026-09-09 | 160.1714 | +0.21% |
| 2026-09-08 | 159.8396 | +0.02% |
| 2026-09-07 | 159.8053 | +0.19% |
| 2026-09-06 | 159.5057 | +0.32% |
| 2026-09-05 | 159.004 | -0.62% |
| 2026-09-04 | 160.0006 | +0.22% |
| 2026-09-03 | 159.6464 | +0.05% |
| 2026-09-02 | 159.5682 | -0.33% |
| 2026-09-01 | 160.0928 | -0.05% |
| 2026-08-31 | 160.1662 | +0.09% |
| 2026-08-30 | 160.0171 | -0.07% |
| 2026-08-29 | 160.1298 | — |
GBP to VUV conversion table
1 GBP156.9957 VUV
5 GBP784.9787 VUV
10 GBP1,569.9574 VUV
25 GBP3,924.8935 VUV
50 GBP7,849.787 VUV
100 GBP15,699.574 VUV
500 GBP78,497.87 VUV
1,000 GBP156,995.74 VUV
5,000 GBP784,978.7 VUV
10,000 GBP1,569,957.4 VUV
Get the GBP/VUV rate in your app
One GET request returns the latest GBP → VUV 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/VUV"fetch('https://rate-api.com/api/v1/pair/GBP/VUV', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} VUV`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/VUV",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} VUV")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/VUV');
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']} VUV\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "VUV"
},
"rate": 156.9957,
"timestamp": 1790470823,
"date": "2026-09-27"
}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
VUV to GBPVanuatu Vatu → British Pound0.0063696Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.