Skip to content

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

CHF/VUV over 30D: show the values
PointCHF/VUV
2026-08-26147.0230
2026-08-27146.6104
2026-08-28146.6963
2026-08-29145.8975
2026-08-30145.6696
2026-08-31146.1470
2026-09-01145.5592
2026-09-02145.2005
2026-09-03146.1559
2026-09-04145.9046
2026-09-05145.1452
2026-09-06145.6343
2026-09-07145.7988
2026-09-08145.2293
2026-09-09146.0731
2026-09-10145.1882
2026-09-11144.7490
2026-09-12143.7664
2026-09-13144.3113
2026-09-14144.9601
2026-09-15144.6526
2026-09-16144.6799
2026-09-17143.7258
2026-09-18143.5533
2026-09-19143.7188
2026-09-20144.1440
2026-09-21144.3748
2026-09-22144.3594
2026-09-23143.9888
2026-09-24143.2327
2026-09-25143.1423

High

147.0230

Low

143.1423

Average

144.9534

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=VUV"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=VUV");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=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&currencies=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.