Skip to content

TOP to VUV exchange rate API

Pa’anga to Vatu · quoted 2026-09-25

50.1550

▼ +1.63% over 6M

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 6 months, TOP/VUV traded between 50.1550 and 50.9875, averaged 50.6214 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 6M

TOP/VUV over 6M: show the values
PointTOP/VUV
2026-03-2950.9875
2026-04-0550.9106
2026-04-1350.6029
2026-04-2050.2155
2026-04-2750.4888
2026-05-0450.5272
2026-05-1150.4149
2026-05-1850.6083
2026-05-2550.6997
2026-06-0150.6694
2026-06-0850.7606
2026-06-1550.5225
2026-06-2250.5980
2026-06-2950.6795
2026-07-0650.6770
2026-07-1350.6702
2026-07-2050.7420
2026-07-2750.7584
2026-08-0350.5432
2026-08-1050.7517
2026-08-1750.6341
2026-08-2450.9649
2026-08-3150.5725
2026-09-0750.3887
2026-09-1450.4580
2026-09-2150.7779

High

50.9875

Low

50.1550

Average

50.6214

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.