Skip to content

EUR to KGS exchange rate API

Euro to Som · quoted 2026-09-24

99.4889

▼ +1.47% over 6M

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 6 months, EUR/KGS traded between 99.2401 and 103.0853, averaged 101.1065 and fell 1.47%. 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 6M

EUR/KGS over 6M: show the values
PointEUR/KGS
2026-03-28100.9698
2026-04-04100.7201
2026-04-11102.5565
2026-04-18102.9550
2026-04-25102.4608
2026-05-02102.5039
2026-05-09103.0853
2026-05-17101.6775
2026-05-25101.8231
2026-06-01101.8490
2026-06-10100.9165
2026-06-17101.3723
2026-06-2499.2401
2026-07-0199.5632
2026-07-0899.7429
2026-07-1599.7646
2026-07-2299.7516
2026-07-2999.5805
2026-08-05101.4789
2026-08-12100.9716
2026-08-20102.2604
2026-08-27101.9414
2026-09-03101.6816
2026-09-10101.6907
2026-09-17100.4119
2026-09-2499.4168

High

103.0853

Low

99.2401

Average

101.1065

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.