Skip to content

GBP to VUV exchange rate API

Pound Sterling to Vatu · quoted 2026-09-25

156.8306

▼ +3.64% over YTD

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 year to date, GBP/VUV traded between 156.8306 and 164.8752, averaged 160.2775 and fell 3.64%. 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 YTD

GBP/VUV over YTD: show the values
PointGBP/VUV
2025-12-31162.7570
2026-01-07163.2314
2026-01-14163.1186
2026-01-21162.2934
2026-01-28164.8752
2026-02-04164.2314
2026-02-11162.8851
2026-02-18161.0154
2026-02-25160.6095
2026-03-04159.2415
2026-03-11160.4976
2026-03-18158.6484
2026-03-25159.6527
2026-04-01160.0777
2026-04-08161.3838
2026-04-15160.7387
2026-04-22159.6530
2026-04-29159.7585
2026-05-06160.9482
2026-05-13159.0383
2026-05-20158.8793
2026-05-27158.9951
2026-06-03158.8054
2026-06-10159.4823
2026-06-17159.2182
2026-06-24157.1590
2026-07-01159.1061
2026-07-08160.3861
2026-07-15160.2130
2026-07-22159.5096
2026-07-29158.8324
2026-08-05160.6774
2026-08-12160.5407
2026-08-19160.6998
2026-08-26161.0827
2026-09-02159.3536
2026-09-09159.9188
2026-09-16159.4449
2026-09-23157.3073

High

164.8752

Low

156.8306

Average

160.2775

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.