Skip to content

KWD to CHF exchange rate API

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

2.6767

▲ +2.89% over 1Y

1 KWD = 2.6767 CHF · 1 CHF = 0.37359 KWD · Get this rate via the API

1 KWD buys 2.6767 CHF as of 2026-09-24, so 1 CHF buys 0.37359 KWD. Over the last year, KWD/CHF traded between 2.5033 and 2.6767, averaged 2.5875 and rose 2.89%. 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 1Y

KWD/CHF over 1Y: show the values
PointKWD/CHF
2025-09-242.6015
2025-10-012.6156
2025-10-082.6119
2025-10-152.6101
2025-10-222.5997
2025-10-292.6001
2025-11-052.6357
2025-11-122.6018
2025-11-192.6105
2025-11-262.6280
2025-12-032.6069
2025-12-112.5965
2025-12-182.5899
2025-12-252.5649
2026-01-012.5743
2026-01-082.5955
2026-01-152.6052
2026-01-222.5804
2026-01-292.5033
2026-02-052.5273
2026-02-122.5089
2026-02-192.5302
2026-02-262.5239
2026-03-052.5405
2026-03-122.5481
2026-03-192.5895
2026-03-262.5869
2026-04-022.5895
2026-04-092.5572
2026-04-162.5367
2026-04-232.5451
2026-04-302.5499
2026-05-072.5265
2026-05-152.5487
2026-05-232.5358
2026-05-302.5240
2026-06-062.5756
2026-06-152.5748
2026-06-222.6237
2026-06-292.6125
2026-07-062.5976
2026-07-132.6167
2026-07-202.6200
2026-07-272.6288
2026-08-032.6103
2026-08-102.6173
2026-08-172.6237
2026-08-252.6020
2026-09-012.6229
2026-09-082.6279
2026-09-152.6498
2026-09-222.6559

High

2.6767

Low

2.5033

Average

2.5875

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.