Skip to content

VUV to GBP exchange rate API

Vatu to Pound Sterling · quoted 2026-09-25

0.006374

▼ +0.08% over 1Y

1 VUV = 0.006374 GBP · 1 GBP = 156.8874 VUV · Get this rate via the API

1 VUV buys 0.006374 GBP as of 2026-09-25, so 1 GBP buys 156.8874 VUV. Over the last year, VUV/GBP traded between 0.006048 and 0.006380, averaged 0.006233 and fell 0.08%. The API holds daily VUV/GBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

VUV/GBP over 1Y

VUV/GBP over 1Y: show the values
PointVUV/GBP
2025-09-250.006379
2025-10-020.006190
2025-10-090.006158
2025-10-160.006085
2025-10-230.006143
2025-10-300.006264
2025-11-060.006257
2025-11-130.006223
2025-11-200.006271
2025-11-270.006165
2025-12-040.006135
2025-12-110.006144
2025-12-180.006137
2025-12-250.006113
2026-01-010.006138
2026-01-080.006145
2026-01-150.006149
2026-01-220.006179
2026-01-290.006048
2026-02-050.006147
2026-02-120.006154
2026-02-190.006268
2026-02-260.006212
2026-03-050.006284
2026-03-120.006268
2026-03-190.006310
2026-03-260.006256
2026-04-020.006323
2026-04-090.006222
2026-04-160.006245
2026-04-230.006261
2026-04-300.006245
2026-05-070.006235
2026-05-140.006273
2026-05-210.006292
2026-05-280.006302
2026-06-040.006284
2026-06-110.006279
2026-06-180.006353
2026-06-250.006351
2026-07-020.006248
2026-07-090.006209
2026-07-160.006201
2026-07-230.006279
2026-07-300.006243
2026-08-060.006231
2026-08-130.006244
2026-08-200.006203
2026-08-270.006237
2026-09-030.006270
2026-09-100.006273
2026-09-170.006308
2026-09-240.006380

High

0.006380

Low

0.006048

Average

0.006233

For developers

Get this rate via the API

One GET request returns the VUV/GBP 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=VUV&currencies=GBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV&currencies=GBP");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

VUV/GBP API questions

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

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

How far back does VUV/GBP historical data go?

Daily VUV/GBP 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 VUV/GBP 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.