CHF to VUV exchange rate API
Swiss Franc to Vatu · quoted 2026-09-25
143.2163
▼ +2.59% over 30D
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 last 30 days, CHF/VUV traded between 143.1423 and 147.0230, averaged 144.9534 and fell 2.59%. 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 30D: show the values
| Point | CHF/VUV |
|---|---|
| 2026-08-26 | 147.0230 |
| 2026-08-27 | 146.6104 |
| 2026-08-28 | 146.6963 |
| 2026-08-29 | 145.8975 |
| 2026-08-30 | 145.6696 |
| 2026-08-31 | 146.1470 |
| 2026-09-01 | 145.5592 |
| 2026-09-02 | 145.2005 |
| 2026-09-03 | 146.1559 |
| 2026-09-04 | 145.9046 |
| 2026-09-05 | 145.1452 |
| 2026-09-06 | 145.6343 |
| 2026-09-07 | 145.7988 |
| 2026-09-08 | 145.2293 |
| 2026-09-09 | 146.0731 |
| 2026-09-10 | 145.1882 |
| 2026-09-11 | 144.7490 |
| 2026-09-12 | 143.7664 |
| 2026-09-13 | 144.3113 |
| 2026-09-14 | 144.9601 |
| 2026-09-15 | 144.6526 |
| 2026-09-16 | 144.6799 |
| 2026-09-17 | 143.7258 |
| 2026-09-18 | 143.5533 |
| 2026-09-19 | 143.7188 |
| 2026-09-20 | 144.1440 |
| 2026-09-21 | 144.3748 |
| 2026-09-22 | 144.3594 |
| 2026-09-23 | 143.9888 |
| 2026-09-24 | 143.2327 |
| 2026-09-25 | 143.1423 |
High
147.0230
Low
143.1423
Average
144.9534
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.