Skip to content

EUR to KGS exchange rate API

Euro to Som · quoted 2026-09-24

99.4889

▼ +3.18% over YTD

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 year to date, EUR/KGS traded between 99.4889 and 104.7275, averaged 101.7008 and fell 3.18%. 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 YTD

EUR/KGS over YTD: show the values
PointEUR/KGS
2025-12-31102.7536
2026-01-07102.1784
2026-01-14101.8824
2026-01-21102.6661
2026-01-28104.7275
2026-02-04103.3855
2026-02-11104.0276
2026-02-18103.5918
2026-02-25103.0512
2026-03-04101.8803
2026-03-11101.2816
2026-03-18100.5895
2026-03-25101.3740
2026-04-01101.4948
2026-04-08102.3779
2026-04-15103.0165
2026-04-22102.6034
2026-04-29102.3452
2026-05-06102.8241
2026-05-14102.3820
2026-05-21101.4559
2026-05-29101.8457
2026-06-05101.8018
2026-06-14101.3641
2026-06-21100.3107
2026-06-2899.5969
2026-07-05100.0636
2026-07-1299.7597
2026-07-1999.9922
2026-07-2699.6304
2026-08-02100.9954
2026-08-09101.4424
2026-08-16101.1644
2026-08-24102.1110
2026-08-31101.5197
2026-09-07101.7443
2026-09-14101.1216
2026-09-21100.4878

High

104.7275

Low

99.4889

Average

101.7008

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.