Skip to content

GBP to VUV exchange rate API

Pound Sterling to Vatu · quoted 2026-09-25

156.8306

▼ +1.38% over 6M

1 GBP = 156.8306 VUV · 1 VUV = 0.006376 GBP · Get this rate via the API

1 GBP buys 156.8306 VUV as of 2026-09-25, so 1 VUV buys 0.006376 GBP. Over the last 6 months, GBP/VUV traded between 156.8306 and 161.5756, averaged 159.3676 and fell 1.38%. The API holds daily GBP/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GBP/VUV over 6M

GBP/VUV over 6M: show the values
PointGBP/VUV
2026-03-29159.0248
2026-04-05157.7191
2026-04-12159.8854
2026-04-19158.9748
2026-04-26159.7057
2026-05-03161.5756
2026-05-10160.5572
2026-05-17157.2065
2026-05-24159.2109
2026-05-31159.1395
2026-06-07157.6208
2026-06-14160.1339
2026-06-21157.1057
2026-06-28157.7950
2026-07-05159.9497
2026-07-12160.5186
2026-07-19160.2476
2026-07-26159.0857
2026-08-02160.5370
2026-08-09160.7519
2026-08-16160.6516
2026-08-23161.5672
2026-08-30159.6025
2026-09-06159.4144
2026-09-13159.3968
2026-09-20158.7168

High

161.5756

Low

156.8306

Average

159.3676

For developers

Get this rate via the API

One GET request returns the GBP/VUV rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=VUV"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=VUV");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=VUV").json()

Replace YOUR_API_KEY with the key from your dashboard.

GBP/VUV API questions

How do I get the GBP/VUV exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/VUV rate in rates.VUV.

How far back does GBP/VUV historical data go?

Daily GBP/VUV rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free GBP/VUV exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.