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: show the values
| Point | CHF/KGS |
|---|---|
| 2025-09-24 | 110.1461 |
| 2025-10-01 | 109.4717 |
| 2025-10-08 | 109.2765 |
| 2025-10-15 | 109.2333 |
| 2025-10-22 | 109.8187 |
| 2025-10-29 | 109.6921 |
| 2025-11-05 | 107.9936 |
| 2025-11-12 | 109.4610 |
| 2025-11-19 | 109.1567 |
| 2025-11-26 | 108.4131 |
| 2025-12-03 | 109.3453 |
| 2025-12-11 | 109.7815 |
| 2025-12-18 | 110.0244 |
| 2025-12-25 | 110.9932 |
| 2026-01-01 | 110.3297 |
| 2026-01-08 | 109.6423 |
| 2026-01-15 | 109.1352 |
| 2026-01-22 | 110.2841 |
| 2026-01-29 | 114.0042 |
| 2026-02-05 | 112.6424 |
| 2026-02-12 | 113.5841 |
| 2026-02-19 | 112.7080 |
| 2026-02-26 | 113.0317 |
| 2026-03-05 | 112.0943 |
| 2026-03-12 | 111.8606 |
| 2026-03-19 | 110.2082 |
| 2026-03-26 | 110.2754 |
| 2026-04-02 | 109.3966 |
| 2026-04-09 | 110.5901 |
| 2026-04-16 | 111.6285 |
| 2026-04-23 | 111.4064 |
| 2026-04-30 | 111.3274 |
| 2026-05-07 | 112.3665 |
| 2026-05-15 | 111.2057 |
| 2026-05-23 | 111.4449 |
| 2026-05-30 | 111.9840 |
| 2026-06-06 | 109.8733 |
| 2026-06-15 | 110.1758 |
| 2026-06-22 | 108.2152 |
| 2026-06-29 | 108.1853 |
| 2026-07-06 | 108.5105 |
| 2026-07-13 | 107.9768 |
| 2026-07-20 | 108.1748 |
| 2026-07-27 | 107.2680 |
| 2026-08-03 | 108.2426 |
| 2026-08-10 | 108.2312 |
| 2026-08-17 | 108.4479 |
| 2026-08-25 | 109.0671 |
| 2026-09-01 | 108.0101 |
| 2026-09-08 | 107.8762 |
| 2026-09-15 | 107.0044 |
| 2026-09-22 | 106.7298 |
High
114.0042
Low
105.6782
Average
109.8420
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=KGS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=KGS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.