Skip to content

VUV to EUR exchange rate API

Vatu to Euro · quoted 2026-09-25

0.007390

▲ +1.34% over 1Y

1 VUV = 0.007390 EUR · 1 EUR = 135.3180 VUV · Get this rate via the API

1 VUV buys 0.007390 EUR as of 2026-09-25, so 1 EUR buys 135.3180 VUV. Over the last year, VUV/EUR traded between 0.006983 and 0.007420, averaged 0.007193 and rose 1.34%. The API holds daily VUV/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

VUV/EUR over 1Y

VUV/EUR over 1Y: show the values
PointVUV/EUR
2025-09-250.007292
2025-10-020.007098
2025-10-090.007092
2025-10-160.007014
2025-10-230.007068
2025-10-300.007117
2025-11-060.007104
2025-11-130.007056
2025-11-200.007114
2025-11-270.007043
2025-12-040.007016
2025-12-110.007021
2025-12-180.007017
2025-12-250.007015
2026-01-010.007038
2026-01-080.007074
2026-01-150.007089
2026-01-220.007085
2026-01-290.006983
2026-02-050.007073
2026-02-120.007065
2026-02-190.007173
2026-02-260.007124
2026-03-050.007228
2026-03-120.007268
2026-03-190.007305
2026-03-260.007231
2026-04-020.007247
2026-04-090.007148
2026-04-160.007178
2026-04-230.007232
2026-04-300.007209
2026-05-070.007216
2026-05-140.007242
2026-05-210.007280
2026-05-280.007272
2026-06-040.007265
2026-06-110.007273
2026-06-180.007332
2026-06-250.007369
2026-07-020.007293
2026-07-090.007274
2026-07-160.007306
2026-07-230.007360
2026-07-300.007283
2026-08-060.007270
2026-08-130.007304
2026-08-200.007236
2026-08-270.007274
2026-09-030.007286
2026-09-100.007302
2026-09-170.007350
2026-09-240.007420

High

0.007420

Low

0.006983

Average

0.007193

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

VUV/EUR API questions

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

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

How far back does VUV/EUR historical data go?

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