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: show the values
| Point | TOP/VEF |
|---|---|
| 2025-12-31 | 12393880.23 |
| 2026-01-07 | 12962234.77 |
| 2026-01-14 | 14007068.57 |
| 2026-01-21 | 14547040.13 |
| 2026-01-28 | 15334712.26 |
| 2026-02-04 | 15974263.38 |
| 2026-02-11 | 16394275.47 |
| 2026-02-19 | 16951259.59 |
| 2026-02-26 | 17513344.24 |
| 2026-03-05 | 18111884.47 |
| 2026-03-12 | 18780958.08 |
| 2026-03-19 | 19198424.60 |
| 2026-03-26 | 19867600.13 |
| 2026-04-03 | 20014691.40 |
| 2026-05-14 | 21941667.74 |
| 2026-05-24 | 22350635.11 |
| 2026-05-31 | 23454852.14 |
| 2026-06-09 | 24191023.00 |
| 2026-06-16 | 25148259.85 |
| 2026-06-23 | 26236029.62 |
| 2026-06-30 | 26275205.09 |
| 2026-07-08 | 28917462.83 |
| 2026-07-15 | 30631129.89 |
| 2026-07-22 | 31134560.82 |
| 2026-07-29 | 31555806.88 |
| 2026-08-05 | 32019912.41 |
| 2026-08-12 | 32333602.10 |
| 2026-08-20 | 33055726.28 |
| 2026-08-27 | 33708959.97 |
| 2026-09-03 | 34278364.64 |
| 2026-09-10 | 34986580.99 |
| 2026-09-17 | 35954266.15 |
| 2026-09-25 | 36112760.81 |
High
36112760.81
Low
12393880.23
Average
24478183.93
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.