TOP to VEF exchange rate API
Pa’anga to Bolivar · quoted 2026-09-25
35919809.89
▲ +80.59% over 6M
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 6 months, TOP/VEF traded between 19890636.15 and 35919809.89, averaged 28915361.92 and rose 80.59%. 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 6M: show the values
| Point | TOP/VEF |
|---|---|
| 2026-03-29 | 19890636.15 |
| 2026-04-05 | 20154441.28 |
| 2026-05-17 | 21842149.85 |
| 2026-05-26 | 22774572.72 |
| 2026-06-02 | 23910571.57 |
| 2026-06-11 | 23894996.21 |
| 2026-06-18 | 25836863.38 |
| 2026-06-25 | 26211032.48 |
| 2026-07-03 | 27242308.25 |
| 2026-07-10 | 29435691.84 |
| 2026-07-17 | 31086437.44 |
| 2026-07-24 | 31569780.39 |
| 2026-07-31 | 31684889.37 |
| 2026-08-07 | 32284233.02 |
| 2026-08-14 | 32514550.31 |
| 2026-08-22 | 32293812.48 |
| 2026-08-29 | 33528250.24 |
| 2026-09-05 | 34157829.18 |
| 2026-09-12 | 35295543.46 |
| 2026-09-20 | 35694200.80 |
High
35919809.89
Low
19890636.15
Average
28915361.92
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=VEF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=VEF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.