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: show the values
| Point | VUV/EUR |
|---|---|
| 2025-09-25 | 0.007292 |
| 2025-10-02 | 0.007098 |
| 2025-10-09 | 0.007092 |
| 2025-10-16 | 0.007014 |
| 2025-10-23 | 0.007068 |
| 2025-10-30 | 0.007117 |
| 2025-11-06 | 0.007104 |
| 2025-11-13 | 0.007056 |
| 2025-11-20 | 0.007114 |
| 2025-11-27 | 0.007043 |
| 2025-12-04 | 0.007016 |
| 2025-12-11 | 0.007021 |
| 2025-12-18 | 0.007017 |
| 2025-12-25 | 0.007015 |
| 2026-01-01 | 0.007038 |
| 2026-01-08 | 0.007074 |
| 2026-01-15 | 0.007089 |
| 2026-01-22 | 0.007085 |
| 2026-01-29 | 0.006983 |
| 2026-02-05 | 0.007073 |
| 2026-02-12 | 0.007065 |
| 2026-02-19 | 0.007173 |
| 2026-02-26 | 0.007124 |
| 2026-03-05 | 0.007228 |
| 2026-03-12 | 0.007268 |
| 2026-03-19 | 0.007305 |
| 2026-03-26 | 0.007231 |
| 2026-04-02 | 0.007247 |
| 2026-04-09 | 0.007148 |
| 2026-04-16 | 0.007178 |
| 2026-04-23 | 0.007232 |
| 2026-04-30 | 0.007209 |
| 2026-05-07 | 0.007216 |
| 2026-05-14 | 0.007242 |
| 2026-05-21 | 0.007280 |
| 2026-05-28 | 0.007272 |
| 2026-06-04 | 0.007265 |
| 2026-06-11 | 0.007273 |
| 2026-06-18 | 0.007332 |
| 2026-06-25 | 0.007369 |
| 2026-07-02 | 0.007293 |
| 2026-07-09 | 0.007274 |
| 2026-07-16 | 0.007306 |
| 2026-07-23 | 0.007360 |
| 2026-07-30 | 0.007283 |
| 2026-08-06 | 0.007270 |
| 2026-08-13 | 0.007304 |
| 2026-08-20 | 0.007236 |
| 2026-08-27 | 0.007274 |
| 2026-09-03 | 0.007286 |
| 2026-09-10 | 0.007302 |
| 2026-09-17 | 0.007350 |
| 2026-09-24 | 0.007420 |
High
0.007420
Low
0.006983
Average
0.007193
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV¤cies=EUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV¤cies=EUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV¤cies=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¤cies=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.