Skip to content

CHF to KGS exchange rate API

Swiss Franc to Som · quoted 2026-09-24

105.6782

▼ +4.21% over YTD

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 year to date, CHF/KGS traded between 105.6782 and 113.9828, averaged 110.1197 and fell 4.21%. 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 YTD

CHF/KGS over YTD: show the values
PointCHF/KGS
2025-12-31110.3216
2026-01-07109.8221
2026-01-14109.1635
2026-01-21110.7748
2026-01-28113.9828
2026-02-04112.7678
2026-02-11113.8072
2026-02-18113.5379
2026-02-25112.8710
2026-03-04112.1783
2026-03-11112.1489
2026-03-18110.8669
2026-03-25110.7548
2026-04-01110.4285
2026-04-08111.0028
2026-04-15111.7315
2026-04-22111.8293
2026-04-29110.8111
2026-05-06112.1921
2026-05-14111.8929
2026-05-21110.9413
2026-05-29111.7832
2026-06-05110.9556
2026-06-14109.9990
2026-06-21108.3178
2026-06-28107.9988
2026-07-05108.8764
2026-07-12108.1014
2026-07-19108.2259
2026-07-26107.0995
2026-08-02108.3707
2026-08-09108.6636
2026-08-16107.5520
2026-08-24109.0696
2026-08-31108.2762
2026-09-07108.1811
2026-09-14107.2224
2026-09-21106.4716

High

113.9828

Low

105.6782

Average

110.1197

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.