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: show the values
| Point | CHF/KGS |
|---|---|
| 2025-12-31 | 110.3216 |
| 2026-01-07 | 109.8221 |
| 2026-01-14 | 109.1635 |
| 2026-01-21 | 110.7748 |
| 2026-01-28 | 113.9828 |
| 2026-02-04 | 112.7678 |
| 2026-02-11 | 113.8072 |
| 2026-02-18 | 113.5379 |
| 2026-02-25 | 112.8710 |
| 2026-03-04 | 112.1783 |
| 2026-03-11 | 112.1489 |
| 2026-03-18 | 110.8669 |
| 2026-03-25 | 110.7548 |
| 2026-04-01 | 110.4285 |
| 2026-04-08 | 111.0028 |
| 2026-04-15 | 111.7315 |
| 2026-04-22 | 111.8293 |
| 2026-04-29 | 110.8111 |
| 2026-05-06 | 112.1921 |
| 2026-05-14 | 111.8929 |
| 2026-05-21 | 110.9413 |
| 2026-05-29 | 111.7832 |
| 2026-06-05 | 110.9556 |
| 2026-06-14 | 109.9990 |
| 2026-06-21 | 108.3178 |
| 2026-06-28 | 107.9988 |
| 2026-07-05 | 108.8764 |
| 2026-07-12 | 108.1014 |
| 2026-07-19 | 108.2259 |
| 2026-07-26 | 107.0995 |
| 2026-08-02 | 108.3707 |
| 2026-08-09 | 108.6636 |
| 2026-08-16 | 107.5520 |
| 2026-08-24 | 109.0696 |
| 2026-08-31 | 108.2762 |
| 2026-09-07 | 108.1811 |
| 2026-09-14 | 107.2224 |
| 2026-09-21 | 106.4716 |
High
113.9828
Low
105.6782
Average
110.1197
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.