Skip to content

VUV to CHF exchange rate API

Vatu to Swiss Franc · quoted 2026-09-26

0.006983

▲ +2.27% over 1Y

1 VUV = 0.006983 CHF · 1 CHF = 143.2049 VUV · Get this rate via the API

1 VUV buys 0.006983 CHF as of 2026-09-26, so 1 CHF buys 143.2049 VUV. Over the last year, VUV/CHF traded between 0.006422 and 0.006983, averaged 0.006658 and rose 2.27%. The API holds daily VUV/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

VUV/CHF over 1Y

VUV/CHF over 1Y: show the values
PointVUV/CHF
2025-09-260.006828
2025-10-030.006620
2025-10-100.006610
2025-10-170.006472
2025-10-240.006521
2025-10-310.006599
2025-11-070.006595
2025-11-140.006470
2025-11-210.006583
2025-11-280.006568
2025-12-050.006583
2025-12-120.006548
2025-12-190.006560
2025-12-260.006537
2026-01-020.006532
2026-01-090.006597
2026-01-160.006612
2026-01-230.006555
2026-01-300.006422
2026-02-060.006493
2026-02-130.006488
2026-02-200.006531
2026-02-270.006492
2026-03-060.006573
2026-03-130.006598
2026-03-200.006611
2026-03-270.006641
2026-04-030.006694
2026-04-100.006616
2026-04-170.006622
2026-04-240.006640
2026-05-010.006587
2026-05-080.006600
2026-05-150.006661
2026-05-220.006641
2026-05-290.006616
2026-06-050.006669
2026-06-120.006683
2026-06-190.006765
2026-06-260.006761
2026-07-030.006695
2026-07-100.006724
2026-07-170.006778
2026-07-240.006851
2026-07-310.006796
2026-08-070.006798
2026-08-140.006834
2026-08-210.006758
2026-08-280.006816
2026-09-040.006853
2026-09-110.006908
2026-09-180.006966
2026-09-250.006980

High

0.006983

Low

0.006422

Average

0.006658

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV&currencies=CHF").json()

Replace YOUR_API_KEY with the key from your dashboard.

VUV/CHF API questions

How do I get the VUV/CHF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV&currencies=CHF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest VUV/CHF rate in rates.CHF.

How far back does VUV/CHF historical data go?

Daily VUV/CHF 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 VUV/CHF 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.