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: show the values
| Point | EUR/KGS |
|---|---|
| 2025-09-24 | 102.8213 |
| 2025-10-01 | 102.5202 |
| 2025-10-08 | 101.6817 |
| 2025-10-15 | 101.6416 |
| 2025-10-22 | 101.3406 |
| 2025-10-29 | 101.7724 |
| 2025-11-05 | 100.5097 |
| 2025-11-12 | 101.2514 |
| 2025-11-19 | 101.3410 |
| 2025-11-26 | 101.2687 |
| 2025-12-03 | 102.0848 |
| 2025-12-11 | 102.4590 |
| 2025-12-18 | 102.4987 |
| 2025-12-25 | 103.0078 |
| 2026-01-01 | 102.7160 |
| 2026-01-08 | 102.0989 |
| 2026-01-15 | 101.6485 |
| 2026-01-22 | 102.3768 |
| 2026-01-29 | 104.6786 |
| 2026-02-05 | 103.1917 |
| 2026-02-12 | 103.8385 |
| 2026-02-19 | 102.7785 |
| 2026-02-26 | 103.3110 |
| 2026-03-05 | 101.6022 |
| 2026-03-12 | 100.9878 |
| 2026-03-19 | 100.5209 |
| 2026-03-26 | 100.9130 |
| 2026-04-02 | 100.7871 |
| 2026-04-09 | 102.1852 |
| 2026-04-16 | 103.0331 |
| 2026-04-23 | 102.2377 |
| 2026-04-30 | 102.3098 |
| 2026-05-07 | 102.8940 |
| 2026-05-15 | 101.6864 |
| 2026-05-23 | 101.4891 |
| 2026-05-30 | 101.9769 |
| 2026-06-06 | 100.7595 |
| 2026-06-15 | 101.4939 |
| 2026-06-22 | 100.1748 |
| 2026-06-29 | 99.7684 |
| 2026-07-06 | 99.8405 |
| 2026-07-13 | 99.9109 |
| 2026-07-20 | 99.9102 |
| 2026-07-27 | 99.5876 |
| 2026-08-03 | 100.8821 |
| 2026-08-10 | 101.0880 |
| 2026-08-17 | 101.8218 |
| 2026-08-25 | 102.0978 |
| 2026-09-01 | 101.4648 |
| 2026-09-08 | 101.6733 |
| 2026-09-15 | 101.0228 |
| 2026-09-22 | 100.2514 |
High
104.6786
Low
99.4889
Average
101.6358
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.