KGS to CHF exchange rate API
Som to Swiss Franc · quoted 2026-09-24
0.009466
▲ +4.44% over YTD
1 KGS = 0.009466 CHF · 1 CHF = 105.6412 KGS · Get this rate via the API
1 KGS buys 0.009466 CHF as of 2026-09-24, so 1 CHF buys 105.6412 KGS. Over the year to date, KGS/CHF traded between 0.008773 and 0.009466, averaged 0.009084 and rose 4.44%. The API holds daily KGS/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KGS/CHF over YTD: show the values
| Point | KGS/CHF |
|---|---|
| 2025-12-31 | 0.009064 |
| 2026-01-07 | 0.009105 |
| 2026-01-14 | 0.009160 |
| 2026-01-21 | 0.009027 |
| 2026-01-28 | 0.008773 |
| 2026-02-04 | 0.008867 |
| 2026-02-11 | 0.008786 |
| 2026-02-18 | 0.008807 |
| 2026-02-25 | 0.008859 |
| 2026-03-04 | 0.008914 |
| 2026-03-11 | 0.008916 |
| 2026-03-18 | 0.009019 |
| 2026-03-25 | 0.009028 |
| 2026-04-01 | 0.009055 |
| 2026-04-08 | 0.009008 |
| 2026-04-15 | 0.008950 |
| 2026-04-22 | 0.008942 |
| 2026-04-29 | 0.009024 |
| 2026-05-06 | 0.008913 |
| 2026-05-14 | 0.008937 |
| 2026-05-21 | 0.009013 |
| 2026-05-29 | 0.008945 |
| 2026-06-05 | 0.009012 |
| 2026-06-14 | 0.009090 |
| 2026-06-21 | 0.009232 |
| 2026-06-28 | 0.009259 |
| 2026-07-05 | 0.009184 |
| 2026-07-12 | 0.009250 |
| 2026-07-19 | 0.009239 |
| 2026-07-26 | 0.009337 |
| 2026-08-02 | 0.009227 |
| 2026-08-09 | 0.009202 |
| 2026-08-16 | 0.009297 |
| 2026-08-24 | 0.009168 |
| 2026-08-31 | 0.009235 |
| 2026-09-07 | 0.009243 |
| 2026-09-14 | 0.009326 |
| 2026-09-21 | 0.009392 |
High
0.009466
Low
0.008773
Average
0.009084
Get this rate via the API
One GET request returns the KGS/CHF 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=KGS¤cies=CHF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KGS¤cies=CHF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KGS¤cies=CHF").json()Replace YOUR_API_KEY with the key from your dashboard.
KGS/CHF API questions
How do I get the KGS/CHF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KGS¤cies=CHF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KGS/CHF rate in rates.CHF.
How far back does KGS/CHF historical data go?
Daily KGS/CHF 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 KGS/CHF 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.