TOP to VUV exchange rate API
Pa’anga to Vatu · quoted 2026-09-25
50.1550
▲ +0.35% over 1Y
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 year, TOP/VUV traded between 49.9777 and 51.8849, averaged 50.8327 and rose 0.35%. 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 1Y: show the values
| Point | TOP/VUV |
|---|---|
| 2025-09-25 | 49.9777 |
| 2025-10-02 | 50.7046 |
| 2025-10-09 | 51.3323 |
| 2025-10-16 | 51.8849 |
| 2025-10-23 | 51.7287 |
| 2025-10-30 | 51.2292 |
| 2025-11-06 | 51.7453 |
| 2025-11-13 | 51.7664 |
| 2025-11-20 | 50.9848 |
| 2025-11-27 | 51.0941 |
| 2025-12-04 | 51.1364 |
| 2025-12-11 | 50.9388 |
| 2025-12-18 | 50.6627 |
| 2025-12-25 | 50.2537 |
| 2026-01-01 | 50.5759 |
| 2026-01-08 | 50.5910 |
| 2026-01-15 | 51.0854 |
| 2026-01-22 | 50.9388 |
| 2026-01-29 | 50.8821 |
| 2026-02-05 | 51.0931 |
| 2026-02-12 | 51.0332 |
| 2026-02-19 | 50.6676 |
| 2026-02-26 | 50.8070 |
| 2026-03-05 | 50.7438 |
| 2026-03-12 | 50.9902 |
| 2026-03-19 | 50.7368 |
| 2026-03-26 | 51.3120 |
| 2026-04-02 | 50.8957 |
| 2026-04-09 | 50.8540 |
| 2026-04-17 | 50.3036 |
| 2026-04-24 | 50.3284 |
| 2026-05-01 | 51.3967 |
| 2026-05-08 | 50.3072 |
| 2026-05-15 | 51.3004 |
| 2026-05-22 | 50.7028 |
| 2026-05-29 | 51.1141 |
| 2026-06-05 | 50.6038 |
| 2026-06-12 | 50.7074 |
| 2026-06-19 | 50.8711 |
| 2026-06-26 | 50.8267 |
| 2026-07-03 | 50.6366 |
| 2026-07-10 | 50.7241 |
| 2026-07-17 | 51.0816 |
| 2026-07-24 | 50.9839 |
| 2026-07-31 | 50.7858 |
| 2026-08-07 | 50.9911 |
| 2026-08-14 | 50.3315 |
| 2026-08-21 | 50.4992 |
| 2026-08-28 | 50.5504 |
| 2026-09-04 | 50.4926 |
| 2026-09-11 | 50.3698 |
| 2026-09-18 | 50.2131 |
| 2026-09-25 | 50.0456 |
High
51.8849
Low
49.9777
Average
50.8327
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.