Skip to content

TOP to VEF exchange rate API

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

35919809.89

▲ +189.82% over YTD

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 year to date, TOP/VEF traded between 12393880.23 and 36112760.81, averaged 24478183.93 and rose 189.82%. 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 YTD

TOP/VEF over YTD: show the values
PointTOP/VEF
2025-12-3112393880.23
2026-01-0712962234.77
2026-01-1414007068.57
2026-01-2114547040.13
2026-01-2815334712.26
2026-02-0415974263.38
2026-02-1116394275.47
2026-02-1916951259.59
2026-02-2617513344.24
2026-03-0518111884.47
2026-03-1218780958.08
2026-03-1919198424.60
2026-03-2619867600.13
2026-04-0320014691.40
2026-05-1421941667.74
2026-05-2422350635.11
2026-05-3123454852.14
2026-06-0924191023.00
2026-06-1625148259.85
2026-06-2326236029.62
2026-06-3026275205.09
2026-07-0828917462.83
2026-07-1530631129.89
2026-07-2231134560.82
2026-07-2931555806.88
2026-08-0532019912.41
2026-08-1232333602.10
2026-08-2033055726.28
2026-08-2733708959.97
2026-09-0334278364.64
2026-09-1034986580.99
2026-09-1735954266.15
2026-09-2536112760.81

High

36112760.81

Low

12393880.23

Average

24478183.93

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.