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: show the values
| Point | TOP/VEF |
|---|---|
| 2025-09-25 | 7223121.60 |
| 2025-10-02 | 7570410.35 |
| 2025-10-09 | 7971980.56 |
| 2025-10-16 | 8522320.89 |
| 2025-10-23 | 8880219.87 |
| 2025-10-30 | 9272859.82 |
| 2025-11-06 | 9555735.48 |
| 2025-11-13 | 9897192.19 |
| 2025-11-20 | 9969685.58 |
| 2025-11-27 | 10127792.09 |
| 2025-12-04 | 10427139.60 |
| 2025-12-12 | 11103478.65 |
| 2025-12-19 | 11726074.55 |
| 2025-12-26 | 12273042.42 |
| 2026-01-02 | 12526346.54 |
| 2026-01-09 | 13282124.59 |
| 2026-01-16 | 14380449.43 |
| 2026-01-23 | 14883664.30 |
| 2026-01-30 | 15449593.86 |
| 2026-02-06 | 16109569.62 |
| 2026-02-14 | 16371856.11 |
| 2026-02-21 | 16802929.26 |
| 2026-02-28 | 17669533.69 |
| 2026-03-07 | 18142658.86 |
| 2026-03-14 | 18759730.98 |
| 2026-03-21 | 18968647.66 |
| 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
7223121.60
Average
19895548.06
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.