Skip to content

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

CHF/VUV over YTD: show the values
PointCHF/VUV
2025-12-31152.4821
2026-01-07152.0031
2026-01-14151.4959
2026-01-21153.1175
2026-01-28155.8490
2026-02-04154.3433
2026-02-11155.1750
2026-02-18153.9565
2026-02-25153.2915
2026-03-04152.6313
2026-03-11153.4832
2026-03-18151.0648
2026-03-25150.9802
2026-04-01151.7228
2026-04-08152.0451
2026-04-15151.5600
2026-04-22151.2187
2026-04-29149.8694
2026-05-06151.6758
2026-05-13150.6356
2026-05-20150.0468
2026-05-27150.4626
2026-06-03149.6238
2026-06-10149.1200
2026-06-17149.7496
2026-06-24146.9358
2026-07-01148.1356
2026-07-08148.5858
2026-07-15147.2884
2026-07-22146.8768
2026-07-29145.7523
2026-08-05147.3865
2026-08-12146.3104
2026-08-19146.3219
2026-08-26147.0230
2026-09-02145.2005
2026-09-09146.0731
2026-09-16144.6799
2026-09-23143.9888

High

155.8490

Low

143.2163

Average

149.7845

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.