Skip to content

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

TOP/VUV over 1Y: show the values
PointTOP/VUV
2025-09-2549.9777
2025-10-0250.7046
2025-10-0951.3323
2025-10-1651.8849
2025-10-2351.7287
2025-10-3051.2292
2025-11-0651.7453
2025-11-1351.7664
2025-11-2050.9848
2025-11-2751.0941
2025-12-0451.1364
2025-12-1150.9388
2025-12-1850.6627
2025-12-2550.2537
2026-01-0150.5759
2026-01-0850.5910
2026-01-1551.0854
2026-01-2250.9388
2026-01-2950.8821
2026-02-0551.0931
2026-02-1251.0332
2026-02-1950.6676
2026-02-2650.8070
2026-03-0550.7438
2026-03-1250.9902
2026-03-1950.7368
2026-03-2651.3120
2026-04-0250.8957
2026-04-0950.8540
2026-04-1750.3036
2026-04-2450.3284
2026-05-0151.3967
2026-05-0850.3072
2026-05-1551.3004
2026-05-2250.7028
2026-05-2951.1141
2026-06-0550.6038
2026-06-1250.7074
2026-06-1950.8711
2026-06-2650.8267
2026-07-0350.6366
2026-07-1050.7241
2026-07-1751.0816
2026-07-2450.9839
2026-07-3150.7858
2026-08-0750.9911
2026-08-1450.3315
2026-08-2150.4992
2026-08-2850.5504
2026-09-0450.4926
2026-09-1150.3698
2026-09-1850.2131
2026-09-2550.0456

High

51.8849

Low

49.9777

Average

50.8327

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.