Skip to content

CHF to CVE exchange rate API

Swiss Franc to Cape Verde Escudo · quoted 2026-09-25

117.0010

▼ +1.25% over YTD

1 CHF = 117.0010 CVE · 1 CVE = 0.008547 CHF · Get this rate via the API

1 CHF buys 117.0010 CVE as of 2026-09-25, so 1 CVE buys 0.008547 CHF. Over the year to date, CHF/CVE traded between 116.7538 and 121.9431, averaged 119.4213 and fell 1.25%. The API holds daily CHF/CVE rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/CVE over YTD

CHF/CVE over YTD: show the values
PointCHF/CVE
2025-12-31118.4810
2026-01-07118.3455
2026-01-14118.2743
2026-01-21119.0852
2026-01-28119.8310
2026-02-04120.2262
2026-02-11120.4771
2026-02-18120.8533
2026-02-25120.7461
2026-03-04121.9431
2026-03-11121.6877
2026-03-18121.1636
2026-03-25120.3235
2026-04-01120.3730
2026-04-08119.9201
2026-04-15119.4838
2026-04-22120.6869
2026-04-29119.6444
2026-05-06120.8035
2026-05-14120.3879
2026-05-21120.3562
2026-05-29121.0811
2026-06-05120.4447
2026-06-14119.8189
2026-06-21118.9956
2026-06-28119.5398
2026-07-05119.9625
2026-07-12119.3822
2026-07-19119.2964
2026-07-26118.6679
2026-08-02118.4394
2026-08-09118.1084
2026-08-16117.2126
2026-08-24117.6457
2026-08-31117.6590
2026-09-07117.3638
2026-09-14116.7538
2026-09-21116.9642

High

121.9431

Low

116.7538

Average

119.4213

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/CVE API questions

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

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

How far back does CHF/CVE historical data go?

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