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: show the values
| Point | CHF/CVE |
|---|---|
| 2025-09-25 | 117.9787 |
| 2025-10-02 | 118.0985 |
| 2025-10-09 | 118.1648 |
| 2025-10-16 | 118.2927 |
| 2025-10-23 | 119.1294 |
| 2025-10-30 | 118.1535 |
| 2025-11-06 | 118.6196 |
| 2025-11-13 | 119.5947 |
| 2025-11-20 | 118.5354 |
| 2025-11-27 | 117.8420 |
| 2025-12-04 | 118.0897 |
| 2025-12-12 | 118.1323 |
| 2025-12-19 | 118.1881 |
| 2025-12-26 | 118.5938 |
| 2026-01-02 | 118.1937 |
| 2026-01-09 | 118.3180 |
| 2026-01-16 | 118.4893 |
| 2026-01-23 | 118.8112 |
| 2026-01-30 | 120.5406 |
| 2026-02-06 | 120.2227 |
| 2026-02-13 | 120.8184 |
| 2026-02-20 | 120.8626 |
| 2026-02-27 | 121.1985 |
| 2026-03-06 | 121.2982 |
| 2026-03-13 | 121.6121 |
| 2026-03-20 | 121.1152 |
| 2026-03-27 | 119.9148 |
| 2026-04-03 | 119.4855 |
| 2026-04-10 | 119.7554 |
| 2026-04-17 | 119.6181 |
| 2026-04-24 | 120.3796 |
| 2026-05-01 | 120.9794 |
| 2026-05-08 | 120.7604 |
| 2026-05-16 | 120.5151 |
| 2026-05-24 | 121.2551 |
| 2026-05-31 | 121.0359 |
| 2026-06-09 | 120.1458 |
| 2026-06-16 | 119.6845 |
| 2026-06-23 | 119.1401 |
| 2026-06-30 | 119.4938 |
| 2026-07-07 | 119.5821 |
| 2026-07-14 | 119.2573 |
| 2026-07-21 | 119.1715 |
| 2026-07-28 | 118.2070 |
| 2026-08-04 | 118.3787 |
| 2026-08-11 | 117.8661 |
| 2026-08-18 | 117.2154 |
| 2026-08-26 | 117.5506 |
| 2026-09-02 | 116.9999 |
| 2026-09-09 | 117.4689 |
| 2026-09-16 | 116.6442 |
| 2026-09-23 | 117.2764 |
High
121.6121
Low
116.6442
Average
119.1260
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=CVE"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=CVE");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.