Skip to content

TOP to VEF exchange rate API

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

35919809.89

▲ +397.29% over 1Y

1 TOP = 35919809.89 VEF · 1 VEF = 0.000000 TOP · Get this rate via the API

1 TOP buys 35919809.89 VEF as of 2026-09-25, so 1 VEF buys 0.000000 TOP. Over the last year, TOP/VEF traded between 7223121.60 and 35919809.89, averaged 19895548.06 and rose 397.29%. The API holds daily TOP/VEF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/VEF over 1Y

TOP/VEF over 1Y: show the values
PointTOP/VEF
2025-09-257223121.60
2025-10-027570410.35
2025-10-097971980.56
2025-10-168522320.89
2025-10-238880219.87
2025-10-309272859.82
2025-11-069555735.48
2025-11-139897192.19
2025-11-209969685.58
2025-11-2710127792.09
2025-12-0410427139.60
2025-12-1211103478.65
2025-12-1911726074.55
2025-12-2612273042.42
2026-01-0212526346.54
2026-01-0913282124.59
2026-01-1614380449.43
2026-01-2314883664.30
2026-01-3015449593.86
2026-02-0616109569.62
2026-02-1416371856.11
2026-02-2116802929.26
2026-02-2817669533.69
2026-03-0718142658.86
2026-03-1418759730.98
2026-03-2118968647.66
2026-03-2919890636.15
2026-04-0520154441.28
2026-05-1721842149.85
2026-05-2622774572.72
2026-06-0223910571.57
2026-06-1123894996.21
2026-06-1825836863.38
2026-06-2526211032.48
2026-07-0327242308.25
2026-07-1029435691.84
2026-07-1731086437.44
2026-07-2431569780.39
2026-07-3131684889.37
2026-08-0732284233.02
2026-08-1432514550.31
2026-08-2232293812.48
2026-08-2933528250.24
2026-09-0534157829.18
2026-09-1235295543.46
2026-09-2035694200.80

High

35919809.89

Low

7223121.60

Average

19895548.06

For developers

Get this rate via the API

One GET request returns the TOP/VEF 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=VEF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=VEF");
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=VEF").json()

Replace YOUR_API_KEY with the key from your dashboard.

TOP/VEF API questions

How do I get the TOP/VEF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=VEF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/VEF rate in rates.VEF.

How far back does TOP/VEF historical data go?

Daily TOP/VEF 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/VEF 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.