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: show the values
| Point | EUR/KGS |
|---|---|
| 2025-12-31 | 102.7536 |
| 2026-01-07 | 102.1784 |
| 2026-01-14 | 101.8824 |
| 2026-01-21 | 102.6661 |
| 2026-01-28 | 104.7275 |
| 2026-02-04 | 103.3855 |
| 2026-02-11 | 104.0276 |
| 2026-02-18 | 103.5918 |
| 2026-02-25 | 103.0512 |
| 2026-03-04 | 101.8803 |
| 2026-03-11 | 101.2816 |
| 2026-03-18 | 100.5895 |
| 2026-03-25 | 101.3740 |
| 2026-04-01 | 101.4948 |
| 2026-04-08 | 102.3779 |
| 2026-04-15 | 103.0165 |
| 2026-04-22 | 102.6034 |
| 2026-04-29 | 102.3452 |
| 2026-05-06 | 102.8241 |
| 2026-05-14 | 102.3820 |
| 2026-05-21 | 101.4559 |
| 2026-05-29 | 101.8457 |
| 2026-06-05 | 101.8018 |
| 2026-06-14 | 101.3641 |
| 2026-06-21 | 100.3107 |
| 2026-06-28 | 99.5969 |
| 2026-07-05 | 100.0636 |
| 2026-07-12 | 99.7597 |
| 2026-07-19 | 99.9922 |
| 2026-07-26 | 99.6304 |
| 2026-08-02 | 100.9954 |
| 2026-08-09 | 101.4424 |
| 2026-08-16 | 101.1644 |
| 2026-08-24 | 102.1110 |
| 2026-08-31 | 101.5197 |
| 2026-09-07 | 101.7443 |
| 2026-09-14 | 101.1216 |
| 2026-09-21 | 100.4878 |
High
104.7275
Low
99.4889
Average
101.7008
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=KGS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=KGS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.