CHF to VUV exchange rate API
Swiss Franc to Vatu · quoted 2026-09-25
143.2163
▼ +6.08% over YTD
1 CHF = 143.2163 VUV · 1 VUV = 0.006982 CHF · Get this rate via the API
1 CHF buys 143.2163 VUV as of 2026-09-25, so 1 VUV buys 0.006982 CHF. Over the year to date, CHF/VUV traded between 143.2163 and 155.8490, averaged 149.7845 and fell 6.08%. The API holds daily CHF/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/VUV over YTD: show the values
| Point | CHF/VUV |
|---|---|
| 2025-12-31 | 152.4821 |
| 2026-01-07 | 152.0031 |
| 2026-01-14 | 151.4959 |
| 2026-01-21 | 153.1175 |
| 2026-01-28 | 155.8490 |
| 2026-02-04 | 154.3433 |
| 2026-02-11 | 155.1750 |
| 2026-02-18 | 153.9565 |
| 2026-02-25 | 153.2915 |
| 2026-03-04 | 152.6313 |
| 2026-03-11 | 153.4832 |
| 2026-03-18 | 151.0648 |
| 2026-03-25 | 150.9802 |
| 2026-04-01 | 151.7228 |
| 2026-04-08 | 152.0451 |
| 2026-04-15 | 151.5600 |
| 2026-04-22 | 151.2187 |
| 2026-04-29 | 149.8694 |
| 2026-05-06 | 151.6758 |
| 2026-05-13 | 150.6356 |
| 2026-05-20 | 150.0468 |
| 2026-05-27 | 150.4626 |
| 2026-06-03 | 149.6238 |
| 2026-06-10 | 149.1200 |
| 2026-06-17 | 149.7496 |
| 2026-06-24 | 146.9358 |
| 2026-07-01 | 148.1356 |
| 2026-07-08 | 148.5858 |
| 2026-07-15 | 147.2884 |
| 2026-07-22 | 146.8768 |
| 2026-07-29 | 145.7523 |
| 2026-08-05 | 147.3865 |
| 2026-08-12 | 146.3104 |
| 2026-08-19 | 146.3219 |
| 2026-08-26 | 147.0230 |
| 2026-09-02 | 145.2005 |
| 2026-09-09 | 146.0731 |
| 2026-09-16 | 144.6799 |
| 2026-09-23 | 143.9888 |
High
155.8490
Low
143.2163
Average
149.7845
Get this rate via the API
One GET request returns the CHF/VUV 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=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=VUV").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/VUV API questions
How do I get the CHF/VUV exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/VUV rate in rates.VUV.
How far back does CHF/VUV historical data go?
Daily CHF/VUV 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/VUV 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.