Skip to content

KYD to CHF exchange rate API

Cayman Islands Dollar to Swiss Franc · quoted 2026-09-25

0.99559

▲ +4.44% over YTD

1 KYD = 0.99559 CHF · 1 CHF = 1.0044 KYD · Get this rate via the API

1 KYD buys 0.99559 CHF as of 2026-09-25, so 1 CHF buys 1.0044 KYD. Over the year to date, KYD/CHF traded between 0.92408 and 0.99559, averaged 0.95894 and rose 4.44%. The API holds daily KYD/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KYD/CHF over YTD

KYD/CHF over YTD: show the values
PointKYD/CHF
2025-12-310.95325
2026-01-070.95985
2026-01-140.96638
2026-01-210.94930
2026-01-280.92621
2026-02-040.93341
2026-02-110.92408
2026-02-180.92640
2026-02-250.93471
2026-03-040.93813
2026-03-110.93782
2026-03-180.94906
2026-03-250.95233
2026-04-010.95228
2026-04-080.94822
2026-04-150.93870
2026-04-220.93716
2026-04-290.94695
2026-05-060.93702
2026-05-140.94024
2026-05-210.94781
2026-05-290.94396
2026-06-050.94737
2026-06-140.96807
2026-06-210.98255
2026-06-280.98088
2026-07-050.97969
2026-07-120.98559
2026-07-190.98519
2026-07-260.99339
2026-08-020.98396
2026-08-090.98016
2026-08-160.99126
2026-08-240.96491
2026-08-310.97326
2026-09-070.97307
2026-09-140.98184
2026-09-210.98850

High

0.99559

Low

0.92408

Average

0.95894

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD&currencies=CHF").json()

Replace YOUR_API_KEY with the key from your dashboard.

KYD/CHF API questions

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

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

How far back does KYD/CHF historical data go?

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