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: show the values
| Point | EUR/KGS |
|---|---|
| 2026-03-28 | 100.9698 |
| 2026-04-04 | 100.7201 |
| 2026-04-11 | 102.5565 |
| 2026-04-18 | 102.9550 |
| 2026-04-25 | 102.4608 |
| 2026-05-02 | 102.5039 |
| 2026-05-09 | 103.0853 |
| 2026-05-17 | 101.6775 |
| 2026-05-25 | 101.8231 |
| 2026-06-01 | 101.8490 |
| 2026-06-10 | 100.9165 |
| 2026-06-17 | 101.3723 |
| 2026-06-24 | 99.2401 |
| 2026-07-01 | 99.5632 |
| 2026-07-08 | 99.7429 |
| 2026-07-15 | 99.7646 |
| 2026-07-22 | 99.7516 |
| 2026-07-29 | 99.5805 |
| 2026-08-05 | 101.4789 |
| 2026-08-12 | 100.9716 |
| 2026-08-20 | 102.2604 |
| 2026-08-27 | 101.9414 |
| 2026-09-03 | 101.6816 |
| 2026-09-10 | 101.6907 |
| 2026-09-17 | 100.4119 |
| 2026-09-24 | 99.4168 |
High
103.0853
Low
99.2401
Average
101.1065
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.