CHF to VEF exchange rate API
Swiss Franc to Bolivar · quoted 2026-09-25
103045061.70
▲ +176.88% over YTD
1 CHF = 103045061.70 VEF · 1 VEF = 0.000000 CHF · Get this rate via the API
1 CHF buys 103045061.70 VEF as of 2026-09-25, so 1 VEF buys 0.000000 CHF. Over the year to date, CHF/VEF traded between 37217172.17 and 103045061.70, averaged 71767925.75 and rose 176.88%. The API holds daily CHF/VEF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/VEF over YTD: show the values
| Point | CHF/VEF |
|---|---|
| 2025-12-31 | 37217172.17 |
| 2026-01-07 | 38790598.93 |
| 2026-01-14 | 41500281.73 |
| 2026-01-21 | 43574945.70 |
| 2026-01-28 | 46869404.35 |
| 2026-02-04 | 48051754.42 |
| 2026-02-11 | 49742054.23 |
| 2026-02-19 | 51144513.80 |
| 2026-02-26 | 52932808.39 |
| 2026-03-05 | 54479321.71 |
| 2026-03-12 | 56129545.46 |
| 2026-03-19 | 56789173.76 |
| 2026-03-26 | 58507867.90 |
| 2026-04-03 | 59069406.42 |
| 2026-05-14 | 65080491.10 |
| 2026-05-24 | 67103322.70 |
| 2026-05-31 | 70193742.91 |
| 2026-06-09 | 70992815.93 |
| 2026-06-16 | 74343374.12 |
| 2026-06-23 | 76176892.16 |
| 2026-06-30 | 76876951.27 |
| 2026-07-08 | 83835196.03 |
| 2026-07-15 | 89131838.76 |
| 2026-07-22 | 90618837.53 |
| 2026-07-29 | 90564934.47 |
| 2026-08-05 | 93233440.47 |
| 2026-08-12 | 93889733.15 |
| 2026-08-20 | 96938906.76 |
| 2026-08-27 | 97768929.07 |
| 2026-09-03 | 99097528.18 |
| 2026-09-10 | 100802491.34 |
| 2026-09-17 | 102595336.58 |
| 2026-09-25 | 103020802.34 |
High
103045061.70
Low
37217172.17
Average
71767925.75
Get this rate via the API
One GET request returns the CHF/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=CHF¤cies=VEF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=VEF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=VEF").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/VEF API questions
How do I get the CHF/VEF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=VEF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/VEF rate in rates.VEF.
How far back does CHF/VEF historical data go?
Daily CHF/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 CHF/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.