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: show the values
| Point | EUR/KGS |
|---|---|
| 2026-08-25 | 102.0978 |
| 2026-08-26 | 102.1569 |
| 2026-08-27 | 101.9414 |
| 2026-08-28 | 101.9322 |
| 2026-08-29 | 101.3870 |
| 2026-08-30 | 101.3983 |
| 2026-08-31 | 101.5197 |
| 2026-09-01 | 101.4648 |
| 2026-09-02 | 101.3590 |
| 2026-09-03 | 101.6816 |
| 2026-09-04 | 101.7449 |
| 2026-09-05 | 101.6861 |
| 2026-09-06 | 101.6772 |
| 2026-09-07 | 101.7443 |
| 2026-09-08 | 101.6733 |
| 2026-09-09 | 101.9926 |
| 2026-09-10 | 101.6907 |
| 2026-09-11 | 101.4827 |
| 2026-09-12 | 101.5368 |
| 2026-09-13 | 101.5122 |
| 2026-09-14 | 101.1216 |
| 2026-09-15 | 101.0228 |
| 2026-09-16 | 100.9065 |
| 2026-09-17 | 100.4119 |
| 2026-09-18 | 100.2176 |
| 2026-09-19 | 100.4515 |
| 2026-09-20 | 100.4285 |
| 2026-09-21 | 100.4878 |
| 2026-09-22 | 100.2514 |
| 2026-09-23 | 99.7995 |
| 2026-09-24 | 99.4168 |
High
102.1569
Low
99.4168
Average
101.1776
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.