Skip to content

CHF to XCD exchange rate API

Swiss Franc to East Caribbean Dollar · quoted 2026-09-25

3.2660

▲ +2.49% over 5Y

1 CHF = 3.2660 XCD · 1 XCD = 0.30618 CHF · Get this rate via the API

1 CHF buys 3.2660 XCD as of 2026-09-25, so 1 XCD buys 0.30618 CHF. Over the last 5 years, CHF/XCD traded between 2.9715 and 3.4905, averaged 3.2815 and rose 2.49%. The API holds daily CHF/XCD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/XCD over 5Y

CHF/XCD over 5Y: show the values
PointCHF/XCD
2024-08-243.1868
2024-10-073.1591
2024-11-063.0891
2024-12-063.0831
2025-01-052.9715
2025-02-042.9767
2025-03-063.0556
2025-04-063.1453
2025-05-063.2792
2025-06-073.2876
2025-07-073.3935
2025-08-063.3528
2025-09-053.3719
2025-10-063.3945
2025-11-053.3415
2025-12-053.3643
2026-01-053.3995
2026-02-043.4905
2026-03-063.4597
2026-04-053.3753
2026-05-053.4459
2026-06-063.3953
2026-07-083.3471
2026-08-073.3405
2026-09-073.3462

High

3.4905

Low

2.9715

Average

3.2815

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/XCD API questions

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

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

How far back does CHF/XCD historical data go?

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