Skip to content

CHF to KWD exchange rate API

Swiss Franc to Kuwaiti Dinar · quoted 2026-09-24

0.37346

▼ +2.84% over 1Y

1 CHF = 0.37346 KWD · 1 KWD = 2.6777 CHF · Get this rate via the API

1 CHF buys 0.37346 KWD as of 2026-09-24, so 1 KWD buys 2.6777 CHF. Over the last year, CHF/KWD traded between 0.37346 and 0.39948, averaged 0.38656 and fell 2.84%. The API holds daily CHF/KWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/KWD over 1Y

CHF/KWD over 1Y: show the values
PointCHF/KWD
2025-09-240.38439
2025-10-010.38233
2025-10-080.38286
2025-10-150.38312
2025-10-220.38466
2025-10-290.38461
2025-11-050.37941
2025-11-120.38435
2025-11-190.38307
2025-11-260.38052
2025-12-030.38360
2025-12-110.38514
2025-12-180.38612
2025-12-250.38988
2026-01-010.38845
2026-01-080.38528
2026-01-150.38384
2026-01-220.38753
2026-01-290.39948
2026-02-050.39568
2026-02-120.39858
2026-02-190.39522
2026-02-260.39621
2026-03-050.39362
2026-03-120.39245
2026-03-190.38618
2026-03-260.38656
2026-04-020.38617
2026-04-090.39105
2026-04-160.39422
2026-04-230.39291
2026-04-300.39218
2026-05-070.39580
2026-05-150.39236
2026-05-230.39435
2026-05-300.39619
2026-06-060.38827
2026-06-150.38837
2026-06-220.38115
2026-06-290.38277
2026-07-060.38497
2026-07-130.38216
2026-07-200.38169
2026-07-270.38040
2026-08-030.38310
2026-08-100.38207
2026-08-170.38114
2026-08-250.38431
2026-09-010.38125
2026-09-080.38053
2026-09-150.37738
2026-09-220.37652

High

0.39948

Low

0.37346

Average

0.38656

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/KWD API questions

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

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

How far back does CHF/KWD historical data go?

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