TOP to VUV exchange rate API
Pa’anga to Vatu · quoted 2026-09-25
50.4814
▼ +0.59% over YTD
1 TOP = 50.4814 VUV · 1 VUV = 0.01981 TOP · Get this rate via the API
1 TOP buys 50.4814 VUV as of 2026-09-25, so 1 VUV buys 0.01981 TOP. Over the year to date, TOP/VUV traded between 50.2215 and 51.3706, averaged 50.7472 and fell 0.59%. The API holds daily TOP/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/VUV over YTD: show the values
| Point | TOP/VUV |
|---|---|
| 2025-12-31 | 50.7788 |
| 2026-01-07 | 50.7932 |
| 2026-01-14 | 51.1325 |
| 2026-01-21 | 51.1167 |
| 2026-01-28 | 50.9906 |
| 2026-02-04 | 51.3097 |
| 2026-02-11 | 51.1435 |
| 2026-02-18 | 50.6859 |
| 2026-02-25 | 50.8194 |
| 2026-03-04 | 50.7054 |
| 2026-03-11 | 50.9627 |
| 2026-03-18 | 50.9201 |
| 2026-03-25 | 50.7803 |
| 2026-04-01 | 50.9072 |
| 2026-04-08 | 50.7955 |
| 2026-04-16 | 50.9575 |
| 2026-04-23 | 50.3536 |
| 2026-04-30 | 51.1014 |
| 2026-05-07 | 50.5197 |
| 2026-05-14 | 50.8773 |
| 2026-05-21 | 50.9112 |
| 2026-05-28 | 50.7229 |
| 2026-06-04 | 50.4016 |
| 2026-06-11 | 50.3838 |
| 2026-06-18 | 51.3706 |
| 2026-06-25 | 50.5258 |
| 2026-07-02 | 50.7559 |
| 2026-07-09 | 50.7550 |
| 2026-07-16 | 50.7559 |
| 2026-07-23 | 50.8969 |
| 2026-07-30 | 50.8551 |
| 2026-08-06 | 50.4860 |
| 2026-08-13 | 50.3635 |
| 2026-08-20 | 50.4866 |
| 2026-08-27 | 50.5486 |
| 2026-09-03 | 50.5561 |
| 2026-09-10 | 50.3920 |
| 2026-09-17 | 50.3683 |
| 2026-09-24 | 50.2215 |
High
51.3706
Low
50.2215
Average
50.7472
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=VUV").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/VUV API questions
How do I get the TOP/VUV exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/VUV rate in rates.VUV.
How far back does TOP/VUV historical data go?
Daily TOP/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 TOP/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.