Skip to content

CHF to CVE exchange rate API

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

117.0010

▼ +0.83% over 1Y

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 last year, CHF/CVE traded between 116.6442 and 121.6121, averaged 119.1260 and fell 0.83%. 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 1Y

CHF/CVE over 1Y: show the values
PointCHF/CVE
2025-09-25117.9787
2025-10-02118.0985
2025-10-09118.1648
2025-10-16118.2927
2025-10-23119.1294
2025-10-30118.1535
2025-11-06118.6196
2025-11-13119.5947
2025-11-20118.5354
2025-11-27117.8420
2025-12-04118.0897
2025-12-12118.1323
2025-12-19118.1881
2025-12-26118.5938
2026-01-02118.1937
2026-01-09118.3180
2026-01-16118.4893
2026-01-23118.8112
2026-01-30120.5406
2026-02-06120.2227
2026-02-13120.8184
2026-02-20120.8626
2026-02-27121.1985
2026-03-06121.2982
2026-03-13121.6121
2026-03-20121.1152
2026-03-27119.9148
2026-04-03119.4855
2026-04-10119.7554
2026-04-17119.6181
2026-04-24120.3796
2026-05-01120.9794
2026-05-08120.7604
2026-05-16120.5151
2026-05-24121.2551
2026-05-31121.0359
2026-06-09120.1458
2026-06-16119.6845
2026-06-23119.1401
2026-06-30119.4938
2026-07-07119.5821
2026-07-14119.2573
2026-07-21119.1715
2026-07-28118.2070
2026-08-04118.3787
2026-08-11117.8661
2026-08-18117.2154
2026-08-26117.5506
2026-09-02116.9999
2026-09-09117.4689
2026-09-16116.6442
2026-09-23117.2764

High

121.6121

Low

116.6442

Average

119.1260

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.