Skip to content

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

TOP/VUV over YTD: show the values
PointTOP/VUV
2025-12-3150.7788
2026-01-0750.7932
2026-01-1451.1325
2026-01-2151.1167
2026-01-2850.9906
2026-02-0451.3097
2026-02-1151.1435
2026-02-1850.6859
2026-02-2550.8194
2026-03-0450.7054
2026-03-1150.9627
2026-03-1850.9201
2026-03-2550.7803
2026-04-0150.9072
2026-04-0850.7955
2026-04-1650.9575
2026-04-2350.3536
2026-04-3051.1014
2026-05-0750.5197
2026-05-1450.8773
2026-05-2150.9112
2026-05-2850.7229
2026-06-0450.4016
2026-06-1150.3838
2026-06-1851.3706
2026-06-2550.5258
2026-07-0250.7559
2026-07-0950.7550
2026-07-1650.7559
2026-07-2350.8969
2026-07-3050.8551
2026-08-0650.4860
2026-08-1350.3635
2026-08-2050.4866
2026-08-2750.5486
2026-09-0350.5561
2026-09-1050.3920
2026-09-1750.3683
2026-09-2450.2215

High

51.3706

Low

50.2215

Average

50.7472

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=VUV"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=VUV");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=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&currencies=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.