Skip to content

CHF to KGS exchange rate API

Swiss Franc to Som · quoted 2026-09-24

105.6782

▲ +5.00% over 5Y

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 5 years, CHF/KGS traded between 95.5384 and 112.7678, averaged 105.7659 and rose 5.00%. 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 5Y

CHF/KGS over 5Y: show the values
PointCHF/KGS
2024-08-24100.6454
2024-10-0799.0831
2024-11-0698.3781
2024-12-0698.9248
2025-01-0595.5384
2025-02-0496.1912
2025-03-0698.9637
2025-04-06101.0786
2025-05-06106.0019
2025-06-07106.4083
2025-07-07109.6765
2025-08-06108.3368
2025-09-05108.9298
2025-10-06109.6636
2025-11-05107.9936
2025-12-05108.7883
2026-01-05109.8071
2026-02-04112.7678
2026-03-06111.7743
2026-04-05109.3027
2026-05-05111.4672
2026-06-06109.8733
2026-07-08108.1576
2026-08-07108.3008
2026-09-07108.1811

High

112.7678

Low

95.5384

Average

105.7659

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.