TOP to VUV exchange rate API
Pa’anga to Vatu · quoted 2026-09-25
50.1550
▼ +1.63% over 5Y
1 TOP = 50.1550 VUV · 1 VUV = 0.01994 TOP · Get this rate via the API
1 TOP buys 50.1550 VUV as of 2026-09-25, so 1 VUV buys 0.01994 TOP. Over the last 5 years, TOP/VUV traded between 48.9375 and 51.8643, averaged 50.5884 and fell 1.63%. 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 5Y: show the values
| Point | TOP/VUV |
|---|---|
| 2024-08-24 | 50.9882 |
| 2024-10-01 | 50.1631 |
| 2024-10-31 | 51.1829 |
| 2024-11-30 | 51.5218 |
| 2024-12-30 | 51.5682 |
| 2025-01-29 | 50.6178 |
| 2025-02-28 | 51.3286 |
| 2025-03-30 | 50.6962 |
| 2025-04-29 | 50.6746 |
| 2025-05-29 | 50.7311 |
| 2025-06-28 | 49.3398 |
| 2025-07-28 | 50.2291 |
| 2025-08-27 | 49.2256 |
| 2025-09-26 | 49.4896 |
| 2025-10-26 | 51.8643 |
| 2025-11-25 | 51.3283 |
| 2025-12-25 | 50.2537 |
| 2026-01-24 | 50.4319 |
| 2026-02-23 | 50.8311 |
| 2026-03-25 | 50.7803 |
| 2026-04-25 | 48.9375 |
| 2026-05-25 | 50.6997 |
| 2026-06-24 | 50.5683 |
| 2026-07-24 | 50.9839 |
| 2026-08-23 | 50.5557 |
| 2026-09-22 | 50.7391 |
High
51.8643
Low
48.9375
Average
50.5884
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.