Skip to content

CHF to XCD exchange rate API

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

3.2660

▼ +3.95% over 1Y

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 year, CHF/XCD traded between 3.2660 and 3.5264, averaged 3.3960 and fell 3.95%. 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 1Y

CHF/XCD over 1Y: show the values
PointCHF/XCD
2025-09-253.4003
2025-10-023.4029
2025-10-093.3762
2025-10-163.3894
2025-10-233.3932
2025-10-303.3696
2025-11-063.3508
2025-11-133.4015
2025-11-203.3526
2025-11-273.3594
2025-12-043.3808
2025-12-123.4034
2025-12-193.4021
2025-12-263.4320
2026-01-023.4119
2026-01-093.3834
2026-01-163.3757
2026-01-233.4252
2026-01-303.5264
2026-02-063.4802
2026-02-133.5199
2026-02-203.4874
2026-02-273.5100
2026-03-063.4597
2026-03-133.4391
2026-03-203.4382
2026-03-273.3963
2026-04-033.3838
2026-04-103.4249
2026-04-173.4538
2026-04-243.4408
2026-05-013.4596
2026-05-083.4715
2026-05-163.4331
2026-05-243.4456
2026-05-313.4564
2026-06-093.4029
2026-06-163.4024
2026-06-233.3415
2026-06-303.3437
2026-07-073.3585
2026-07-143.3350
2026-07-213.3387
2026-07-283.3024
2026-08-043.3450
2026-08-113.3405
2026-08-183.3319
2026-08-263.3682
2026-09-023.3261
2026-09-093.3543
2026-09-163.3047
2026-09-233.2895

High

3.5264

Low

3.2660

Average

3.3960

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.