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: show the values
| Point | GBP/VUV |
|---|---|
| 2025-12-31 | 162.7570 |
| 2026-01-07 | 163.2314 |
| 2026-01-14 | 163.1186 |
| 2026-01-21 | 162.2934 |
| 2026-01-28 | 164.8752 |
| 2026-02-04 | 164.2314 |
| 2026-02-11 | 162.8851 |
| 2026-02-18 | 161.0154 |
| 2026-02-25 | 160.6095 |
| 2026-03-04 | 159.2415 |
| 2026-03-11 | 160.4976 |
| 2026-03-18 | 158.6484 |
| 2026-03-25 | 159.6527 |
| 2026-04-01 | 160.0777 |
| 2026-04-08 | 161.3838 |
| 2026-04-15 | 160.7387 |
| 2026-04-22 | 159.6530 |
| 2026-04-29 | 159.7585 |
| 2026-05-06 | 160.9482 |
| 2026-05-13 | 159.0383 |
| 2026-05-20 | 158.8793 |
| 2026-05-27 | 158.9951 |
| 2026-06-03 | 158.8054 |
| 2026-06-10 | 159.4823 |
| 2026-06-17 | 159.2182 |
| 2026-06-24 | 157.1590 |
| 2026-07-01 | 159.1061 |
| 2026-07-08 | 160.3861 |
| 2026-07-15 | 160.2130 |
| 2026-07-22 | 159.5096 |
| 2026-07-29 | 158.8324 |
| 2026-08-05 | 160.6774 |
| 2026-08-12 | 160.5407 |
| 2026-08-19 | 160.6998 |
| 2026-08-26 | 161.0827 |
| 2026-09-02 | 159.3536 |
| 2026-09-09 | 159.9188 |
| 2026-09-16 | 159.4449 |
| 2026-09-23 | 157.3073 |
High
164.8752
Low
156.8306
Average
160.2775
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.