Skip to content

KWD to CHF exchange rate API

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

2.6778

▲ +4.04% over YTD

1 KWD = 2.6778 CHF · 1 CHF = 0.37344 KWD · Get this rate via the API

1 KWD buys 2.6778 CHF as of 2026-09-24, so 1 CHF buys 0.37344 KWD. Over the year to date, KWD/CHF traded between 2.5052 and 2.6778, averaged 2.5790 and rose 4.04%. The API holds daily KWD/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KWD/CHF over YTD

KWD/CHF over YTD: show the values
PointKWD/CHF
2025-12-312.5739
2026-01-072.5926
2026-01-142.6024
2026-01-212.5680
2026-01-282.5054
2026-02-042.5269
2026-02-112.5052
2026-02-182.5133
2026-02-252.5272
2026-03-042.5366
2026-03-112.5428
2026-03-182.5725
2026-03-252.5746
2026-04-012.5668
2026-04-082.5522
2026-04-152.5339
2026-04-222.5382
2026-04-292.5652
2026-05-062.5300
2026-05-142.5407
2026-05-212.5514
2026-05-292.5286
2026-06-052.5518
2026-06-142.5809
2026-06-212.6223
2026-06-282.6196
2026-07-052.5924
2026-07-122.6206
2026-07-192.6226
2026-07-262.6347
2026-08-022.6081
2026-08-092.6156
2026-08-162.6349
2026-08-242.6026
2026-08-312.6176
2026-09-072.6187
2026-09-142.6457
2026-09-212.6648

High

2.6778

Low

2.5052

Average

2.5790

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KWD/CHF API questions

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

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

How far back does KWD/CHF historical data go?

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