Skip to content

CHF to CUC exchange rate API

Swiss Franc to Peso Convertible · quoted 2026-09-24

1.2086

▼ +4.03% over 1Y

1 CHF = 1.2086 CUC · 1 CUC = 0.82741 CHF · Get this rate via the API

1 CHF buys 1.2086 CUC as of 2026-09-24, so 1 CUC buys 0.82741 CHF. Over the last year, CHF/CUC traded between 1.2086 and 1.3034, averaged 1.2558 and fell 4.03%. The API holds daily CHF/CUC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/CUC over 1Y

CHF/CUC over 1Y: show the values
PointCHF/CUC
2025-09-241.2593
2025-10-011.2519
2025-10-081.2495
2025-10-151.2490
2025-10-221.2556
2025-10-291.2541
2025-11-051.2348
2025-11-121.2515
2025-11-191.2476
2025-11-261.2394
2025-12-031.2498
2025-12-111.2551
2025-12-181.2579
2025-12-251.2691
2026-01-011.2616
2026-01-081.2538
2026-01-151.2480
2026-01-221.2610
2026-01-291.3034
2026-02-051.2879
2026-02-121.2988
2026-02-191.2888
2026-02-261.2926
2026-03-051.2818
2026-03-121.2790
2026-03-191.2596
2026-03-261.2610
2026-04-021.2510
2026-04-091.2646
2026-04-161.2765
2026-04-231.2743
2026-04-301.2733
2026-05-071.2854
2026-05-151.2717
2026-05-231.2741
2026-05-301.2803
2026-06-061.2566
2026-06-151.2593
2026-06-221.2382
2026-06-291.2368
2026-07-061.2407
2026-07-131.2345
2026-07-201.2370
2026-07-271.2273
2026-08-031.2376
2026-08-101.2374
2026-08-171.2347
2026-08-251.2463
2026-09-011.2340
2026-09-081.2322
2026-09-151.2224
2026-09-221.2205

High

1.3034

Low

1.2086

Average

1.2558

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/CUC API questions

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

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

How far back does CHF/CUC historical data go?

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