TOP to VUV exchange rate API
Pa’anga to Vatu · quoted 2026-09-25
50.1550
▼ +0.85% over 30D
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 30 days, TOP/VUV traded between 49.3506 and 50.7779, averaged 50.3037 and fell 0.85%. 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 30D: show the values
| Point | TOP/VUV |
|---|---|
| 2026-08-26 | 50.5863 |
| 2026-08-27 | 50.5486 |
| 2026-08-28 | 50.5504 |
| 2026-08-29 | 49.9897 |
| 2026-08-30 | 50.4484 |
| 2026-08-31 | 50.5725 |
| 2026-09-01 | 50.4413 |
| 2026-09-02 | 50.5856 |
| 2026-09-03 | 50.5561 |
| 2026-09-04 | 50.4926 |
| 2026-09-05 | 49.7879 |
| 2026-09-06 | 50.0340 |
| 2026-09-07 | 50.3887 |
| 2026-09-08 | 50.4416 |
| 2026-09-09 | 50.4925 |
| 2026-09-10 | 50.3920 |
| 2026-09-11 | 50.3698 |
| 2026-09-12 | 49.5952 |
| 2026-09-13 | 49.9880 |
| 2026-09-14 | 50.4580 |
| 2026-09-15 | 50.2246 |
| 2026-09-16 | 50.2981 |
| 2026-09-17 | 50.3683 |
| 2026-09-18 | 50.2131 |
| 2026-09-19 | 49.3506 |
| 2026-09-20 | 49.9244 |
| 2026-09-21 | 50.7779 |
| 2026-09-22 | 50.7391 |
| 2026-09-23 | 50.6823 |
| 2026-09-24 | 50.2215 |
| 2026-09-25 | 50.0456 |
High
50.7779
Low
49.3506
Average
50.3037
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.