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: show the values
| Point | CHF/KGS |
|---|---|
| 2024-08-24 | 100.6454 |
| 2024-10-07 | 99.0831 |
| 2024-11-06 | 98.3781 |
| 2024-12-06 | 98.9248 |
| 2025-01-05 | 95.5384 |
| 2025-02-04 | 96.1912 |
| 2025-03-06 | 98.9637 |
| 2025-04-06 | 101.0786 |
| 2025-05-06 | 106.0019 |
| 2025-06-07 | 106.4083 |
| 2025-07-07 | 109.6765 |
| 2025-08-06 | 108.3368 |
| 2025-09-05 | 108.9298 |
| 2025-10-06 | 109.6636 |
| 2025-11-05 | 107.9936 |
| 2025-12-05 | 108.7883 |
| 2026-01-05 | 109.8071 |
| 2026-02-04 | 112.7678 |
| 2026-03-06 | 111.7743 |
| 2026-04-05 | 109.3027 |
| 2026-05-05 | 111.4672 |
| 2026-06-06 | 109.8733 |
| 2026-07-08 | 108.1576 |
| 2026-08-07 | 108.3008 |
| 2026-09-07 | 108.1811 |
High
112.7678
Low
95.5384
Average
105.7659
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.