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: show the values
| Point | CHF/CVE |
|---|---|
| 2025-12-31 | 118.4810 |
| 2026-01-07 | 118.3455 |
| 2026-01-14 | 118.2743 |
| 2026-01-21 | 119.0852 |
| 2026-01-28 | 119.8310 |
| 2026-02-04 | 120.2262 |
| 2026-02-11 | 120.4771 |
| 2026-02-18 | 120.8533 |
| 2026-02-25 | 120.7461 |
| 2026-03-04 | 121.9431 |
| 2026-03-11 | 121.6877 |
| 2026-03-18 | 121.1636 |
| 2026-03-25 | 120.3235 |
| 2026-04-01 | 120.3730 |
| 2026-04-08 | 119.9201 |
| 2026-04-15 | 119.4838 |
| 2026-04-22 | 120.6869 |
| 2026-04-29 | 119.6444 |
| 2026-05-06 | 120.8035 |
| 2026-05-14 | 120.3879 |
| 2026-05-21 | 120.3562 |
| 2026-05-29 | 121.0811 |
| 2026-06-05 | 120.4447 |
| 2026-06-14 | 119.8189 |
| 2026-06-21 | 118.9956 |
| 2026-06-28 | 119.5398 |
| 2026-07-05 | 119.9625 |
| 2026-07-12 | 119.3822 |
| 2026-07-19 | 119.2964 |
| 2026-07-26 | 118.6679 |
| 2026-08-02 | 118.4394 |
| 2026-08-09 | 118.1084 |
| 2026-08-16 | 117.2126 |
| 2026-08-24 | 117.6457 |
| 2026-08-31 | 117.6590 |
| 2026-09-07 | 117.3638 |
| 2026-09-14 | 116.7538 |
| 2026-09-21 | 116.9642 |
High
121.9431
Low
116.7538
Average
119.4213
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.