TOP to VEF exchange rate API
Pa’anga to Bolivar · quoted 2026-09-25
35919809.89
▲ +7.02% over 30D
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 30 days, TOP/VEF traded between 33528250.24 and 36482700.39, averaged 34937429.84 and rose 7.02%. 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 30D: show the values
| Point | TOP/VEF |
|---|---|
| 2026-08-26 | 33564408.93 |
| 2026-08-27 | 33708959.97 |
| 2026-08-28 | 33862665.79 |
| 2026-08-29 | 33528250.24 |
| 2026-08-30 | 33821766.54 |
| 2026-08-31 | 33887018.42 |
| 2026-09-01 | 34037410.97 |
| 2026-09-02 | 34235801.77 |
| 2026-09-03 | 34278364.64 |
| 2026-09-04 | 34346207.97 |
| 2026-09-05 | 34157829.18 |
| 2026-09-06 | 34198465.32 |
| 2026-09-07 | 34546004.47 |
| 2026-09-08 | 34638409.27 |
| 2026-09-09 | 34929573.94 |
| 2026-09-10 | 34986580.99 |
| 2026-09-11 | 35037979.74 |
| 2026-09-12 | 35295543.46 |
| 2026-09-13 | 35235278.90 |
| 2026-09-14 | 35249949.61 |
| 2026-09-15 | 35541468.43 |
| 2026-09-16 | 35581421.94 |
| 2026-09-17 | 35954266.15 |
| 2026-09-19 | 35363702.58 |
| 2026-09-20 | 35694200.80 |
| 2026-09-21 | 36307345.85 |
| 2026-09-22 | 36482700.39 |
| 2026-09-23 | 36432912.75 |
| 2026-09-24 | 36123265.36 |
| 2026-09-25 | 36112760.81 |
High
36482700.39
Low
33528250.24
Average
34937429.84
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.