Skip to content

EUR to KGS exchange rate API

Euro to Som · quoted 2026-09-24

99.4889

▼ +3.24% over 1Y

1 EUR = 99.4889 KGS · 1 KGS = 0.01005 EUR · Get this rate via the API

1 EUR buys 99.4889 KGS as of 2026-09-24, so 1 KGS buys 0.01005 EUR. Over the last year, EUR/KGS traded between 99.4889 and 104.6786, averaged 101.6358 and fell 3.24%. The API holds daily EUR/KGS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EUR/KGS over 1Y

EUR/KGS over 1Y: show the values
PointEUR/KGS
2025-09-24102.8213
2025-10-01102.5202
2025-10-08101.6817
2025-10-15101.6416
2025-10-22101.3406
2025-10-29101.7724
2025-11-05100.5097
2025-11-12101.2514
2025-11-19101.3410
2025-11-26101.2687
2025-12-03102.0848
2025-12-11102.4590
2025-12-18102.4987
2025-12-25103.0078
2026-01-01102.7160
2026-01-08102.0989
2026-01-15101.6485
2026-01-22102.3768
2026-01-29104.6786
2026-02-05103.1917
2026-02-12103.8385
2026-02-19102.7785
2026-02-26103.3110
2026-03-05101.6022
2026-03-12100.9878
2026-03-19100.5209
2026-03-26100.9130
2026-04-02100.7871
2026-04-09102.1852
2026-04-16103.0331
2026-04-23102.2377
2026-04-30102.3098
2026-05-07102.8940
2026-05-15101.6864
2026-05-23101.4891
2026-05-30101.9769
2026-06-06100.7595
2026-06-15101.4939
2026-06-22100.1748
2026-06-2999.7684
2026-07-0699.8405
2026-07-1399.9109
2026-07-2099.9102
2026-07-2799.5876
2026-08-03100.8821
2026-08-10101.0880
2026-08-17101.8218
2026-08-25102.0978
2026-09-01101.4648
2026-09-08101.6733
2026-09-15101.0228
2026-09-22100.2514

High

104.6786

Low

99.4889

Average

101.6358

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=KGS").json()

Replace YOUR_API_KEY with the key from your dashboard.

EUR/KGS API questions

How do I get the EUR/KGS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=KGS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/KGS rate in rates.KGS.

How far back does EUR/KGS historical data go?

Daily EUR/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 EUR/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.