Skip to content

EUR to KGS exchange rate API

Euro to Som · quoted 2026-09-24

99.4889

▼ +2.56% over 30D

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 30 days, EUR/KGS traded between 99.4168 and 102.1569, averaged 101.1776 and fell 2.56%. 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 30D

EUR/KGS over 30D: show the values
PointEUR/KGS
2026-08-25102.0978
2026-08-26102.1569
2026-08-27101.9414
2026-08-28101.9322
2026-08-29101.3870
2026-08-30101.3983
2026-08-31101.5197
2026-09-01101.4648
2026-09-02101.3590
2026-09-03101.6816
2026-09-04101.7449
2026-09-05101.6861
2026-09-06101.6772
2026-09-07101.7443
2026-09-08101.6733
2026-09-09101.9926
2026-09-10101.6907
2026-09-11101.4827
2026-09-12101.5368
2026-09-13101.5122
2026-09-14101.1216
2026-09-15101.0228
2026-09-16100.9065
2026-09-17100.4119
2026-09-18100.2176
2026-09-19100.4515
2026-09-20100.4285
2026-09-21100.4878
2026-09-22100.2514
2026-09-2399.7995
2026-09-2499.4168

High

102.1569

Low

99.4168

Average

101.1776

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.