Skip to content

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

KGS/CHF over YTD: show the values
PointKGS/CHF
2025-12-310.009064
2026-01-070.009105
2026-01-140.009160
2026-01-210.009027
2026-01-280.008773
2026-02-040.008867
2026-02-110.008786
2026-02-180.008807
2026-02-250.008859
2026-03-040.008914
2026-03-110.008916
2026-03-180.009019
2026-03-250.009028
2026-04-010.009055
2026-04-080.009008
2026-04-150.008950
2026-04-220.008942
2026-04-290.009024
2026-05-060.008913
2026-05-140.008937
2026-05-210.009013
2026-05-290.008945
2026-06-050.009012
2026-06-140.009090
2026-06-210.009232
2026-06-280.009259
2026-07-050.009184
2026-07-120.009250
2026-07-190.009239
2026-07-260.009337
2026-08-020.009227
2026-08-090.009202
2026-08-160.009297
2026-08-240.009168
2026-08-310.009235
2026-09-070.009243
2026-09-140.009326
2026-09-210.009392

High

0.009466

Low

0.008773

Average

0.009084

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KGS&currencies=CHF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KGS&currencies=CHF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KGS&currencies=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&currencies=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.