Skip to content

CHF to KGS exchange rate API

Swiss Franc to Som · quoted 2026-09-24

105.6782

▼ +4.06% over 1Y

1 CHF = 105.6782 KGS · 1 KGS = 0.009463 CHF · Get this rate via the API

1 CHF buys 105.6782 KGS as of 2026-09-24, so 1 KGS buys 0.009463 CHF. Over the last year, CHF/KGS traded between 105.6782 and 114.0042, averaged 109.8420 and fell 4.06%. The API holds daily CHF/KGS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/KGS over 1Y

CHF/KGS over 1Y: show the values
PointCHF/KGS
2025-09-24110.1461
2025-10-01109.4717
2025-10-08109.2765
2025-10-15109.2333
2025-10-22109.8187
2025-10-29109.6921
2025-11-05107.9936
2025-11-12109.4610
2025-11-19109.1567
2025-11-26108.4131
2025-12-03109.3453
2025-12-11109.7815
2025-12-18110.0244
2025-12-25110.9932
2026-01-01110.3297
2026-01-08109.6423
2026-01-15109.1352
2026-01-22110.2841
2026-01-29114.0042
2026-02-05112.6424
2026-02-12113.5841
2026-02-19112.7080
2026-02-26113.0317
2026-03-05112.0943
2026-03-12111.8606
2026-03-19110.2082
2026-03-26110.2754
2026-04-02109.3966
2026-04-09110.5901
2026-04-16111.6285
2026-04-23111.4064
2026-04-30111.3274
2026-05-07112.3665
2026-05-15111.2057
2026-05-23111.4449
2026-05-30111.9840
2026-06-06109.8733
2026-06-15110.1758
2026-06-22108.2152
2026-06-29108.1853
2026-07-06108.5105
2026-07-13107.9768
2026-07-20108.1748
2026-07-27107.2680
2026-08-03108.2426
2026-08-10108.2312
2026-08-17108.4479
2026-08-25109.0671
2026-09-01108.0101
2026-09-08107.8762
2026-09-15107.0044
2026-09-22106.7298

High

114.0042

Low

105.6782

Average

109.8420

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/KGS API questions

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

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

How far back does CHF/KGS historical data go?

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