Skip to content

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

CHF/VUV over 1Y: show the values
PointCHF/VUV
2025-09-25146.7521
2025-10-02150.6714
2025-10-09151.4688
2025-10-16153.2691
2025-10-23152.9501
2025-10-30151.3827
2025-11-06151.0884
2025-11-13153.2933
2025-11-20151.2423
2025-11-27152.0545
2025-12-04152.6011
2025-12-11152.5886
2025-12-18152.9638
2025-12-25153.5943
2026-01-01152.6101
2026-01-08151.8067
2026-01-15151.4355
2026-01-22152.0412
2026-01-29155.9597
2026-02-05154.3130
2026-02-12154.8171
2026-02-19152.8717
2026-02-26153.5604
2026-03-05152.6338
2026-03-12152.3915
2026-03-19150.0802
2026-03-26151.1081
2026-04-02149.7684
2026-04-09151.3970
2026-04-16150.9178
2026-04-23150.6556
2026-04-30150.9334
2026-05-07151.3309
2026-05-14150.9056
2026-05-21150.1998
2026-05-28149.9984
2026-06-04150.1256
2026-06-11149.0965
2026-06-18147.9412
2026-06-25147.1304
2026-07-02149.0213
2026-07-09148.9910
2026-07-16147.9616
2026-07-23146.1694
2026-07-30147.2407
2026-08-06147.1568
2026-08-13146.0685
2026-08-20148.0564
2026-08-27146.6104
2026-09-03146.1559
2026-09-10145.1882
2026-09-17143.7258
2026-09-24143.2327

High

155.9597

Low

143.2163

Average

150.1990

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.