Skip to content

KGS to CHF exchange rate API

Som to Swiss Franc · quoted 2026-09-24

0.009466

▲ +4.27% over 1Y

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 last year, KGS/CHF traded between 0.008771 and 0.009466, averaged 0.009106 and rose 4.27%. 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 1Y

KGS/CHF over 1Y: show the values
PointKGS/CHF
2025-09-240.009078
2025-10-010.009134
2025-10-080.009151
2025-10-150.009154
2025-10-220.009105
2025-10-290.009116
2025-11-050.009259
2025-11-120.009135
2025-11-190.009161
2025-11-260.009223
2025-12-030.009145
2025-12-110.009109
2025-12-180.009088
2025-12-250.009009
2026-01-010.009063
2026-01-080.009120
2026-01-150.009162
2026-01-220.009067
2026-01-290.008771
2026-02-050.008877
2026-02-120.008804
2026-02-190.008872
2026-02-260.008847
2026-03-050.008921
2026-03-120.008939
2026-03-190.009073
2026-03-260.009068
2026-04-020.009141
2026-04-090.009042
2026-04-160.008958
2026-04-230.008976
2026-04-300.008982
2026-05-070.008899
2026-05-150.008992
2026-05-230.008973
2026-05-300.008929
2026-06-060.009101
2026-06-150.009076
2026-06-220.009240
2026-06-290.009243
2026-07-060.009215
2026-07-130.009261
2026-07-200.009244
2026-07-270.009322
2026-08-030.009238
2026-08-100.009239
2026-08-170.009221
2026-08-250.009168
2026-09-010.009258
2026-09-080.009269
2026-09-150.009345
2026-09-220.009369

High

0.009466

Low

0.008771

Average

0.009106

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.