CHF to VUV exchange rate API
Swiss Franc to Vatu · quoted 2026-09-25
143.2163
▼ +2.41% over 1Y
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 year, CHF/VUV traded between 143.2163 and 155.9597, averaged 150.1990 and fell 2.41%. 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 1Y: show the values
| Point | CHF/VUV |
|---|---|
| 2025-09-25 | 146.7521 |
| 2025-10-02 | 150.6714 |
| 2025-10-09 | 151.4688 |
| 2025-10-16 | 153.2691 |
| 2025-10-23 | 152.9501 |
| 2025-10-30 | 151.3827 |
| 2025-11-06 | 151.0884 |
| 2025-11-13 | 153.2933 |
| 2025-11-20 | 151.2423 |
| 2025-11-27 | 152.0545 |
| 2025-12-04 | 152.6011 |
| 2025-12-11 | 152.5886 |
| 2025-12-18 | 152.9638 |
| 2025-12-25 | 153.5943 |
| 2026-01-01 | 152.6101 |
| 2026-01-08 | 151.8067 |
| 2026-01-15 | 151.4355 |
| 2026-01-22 | 152.0412 |
| 2026-01-29 | 155.9597 |
| 2026-02-05 | 154.3130 |
| 2026-02-12 | 154.8171 |
| 2026-02-19 | 152.8717 |
| 2026-02-26 | 153.5604 |
| 2026-03-05 | 152.6338 |
| 2026-03-12 | 152.3915 |
| 2026-03-19 | 150.0802 |
| 2026-03-26 | 151.1081 |
| 2026-04-02 | 149.7684 |
| 2026-04-09 | 151.3970 |
| 2026-04-16 | 150.9178 |
| 2026-04-23 | 150.6556 |
| 2026-04-30 | 150.9334 |
| 2026-05-07 | 151.3309 |
| 2026-05-14 | 150.9056 |
| 2026-05-21 | 150.1998 |
| 2026-05-28 | 149.9984 |
| 2026-06-04 | 150.1256 |
| 2026-06-11 | 149.0965 |
| 2026-06-18 | 147.9412 |
| 2026-06-25 | 147.1304 |
| 2026-07-02 | 149.0213 |
| 2026-07-09 | 148.9910 |
| 2026-07-16 | 147.9616 |
| 2026-07-23 | 146.1694 |
| 2026-07-30 | 147.2407 |
| 2026-08-06 | 147.1568 |
| 2026-08-13 | 146.0685 |
| 2026-08-20 | 148.0564 |
| 2026-08-27 | 146.6104 |
| 2026-09-03 | 146.1559 |
| 2026-09-10 | 145.1882 |
| 2026-09-17 | 143.7258 |
| 2026-09-24 | 143.2327 |
High
155.9597
Low
143.2163
Average
150.1990
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.