Convert EUR to KGS
Euro → Kyrgystani Som
1 EUR = 99.729232 KGS(1 KGS = 0.0100272 EUR)
Currency converter
1 EUR =
99.7292 KGS
EUR to KGS: last 30 days
Over the last 30 days, 1 EUR traded between 99.4168 and 101.9927 KGS, averaging 101.0717 KGS. The EUR/KGS rate is down 2.16% since 2026-08-28.
- 30-day high
- 101.9927
- 2026-09-09
- 30-day low
- 99.4168
- 2026-09-24
- 30-day average
- 101.0717
- Days with data: 30
- 30-day change
- -2.16%
- since 2026-08-28
101.9927
99.41682026-08-28 → 2026-09-26
| Date | 1 EUR in KGS | Daily change |
|---|---|---|
| 2026-09-26 | 99.7292 | 0.00% |
| 2026-09-25 | 99.7292 | +0.31% |
| 2026-09-24 | 99.4168 | -0.38% |
| 2026-09-23 | 99.7995 | -0.45% |
| 2026-09-22 | 100.2515 | -0.24% |
| 2026-09-21 | 100.4881 | +0.26% |
| 2026-09-20 | 100.2272 | 0.00% |
| 2026-09-19 | 100.2272 | +0.01% |
| 2026-09-18 | 100.2176 | -0.19% |
| 2026-09-17 | 100.4124 | -0.49% |
| 2026-09-16 | 100.9061 | -0.12% |
| 2026-09-15 | 101.0223 | -0.10% |
| 2026-09-14 | 101.121 | -0.36% |
| 2026-09-13 | 101.4819 | 0.00% |
| 2026-09-12 | 101.4819 | -0.00% |
| Date | 1 EUR in KGS | Daily change |
|---|---|---|
| 2026-09-11 | 101.4831 | -0.20% |
| 2026-09-10 | 101.6908 | -0.30% |
| 2026-09-09 | 101.9927 | +0.31% |
| 2026-09-08 | 101.6732 | -0.07% |
| 2026-09-07 | 101.744 | -0.01% |
| 2026-09-06 | 101.7575 | 0.00% |
| 2026-09-05 | 101.7575 | +0.01% |
| 2026-09-04 | 101.7446 | +0.06% |
| 2026-09-03 | 101.681 | +0.32% |
| 2026-09-02 | 101.3586 | -0.10% |
| 2026-09-01 | 101.465 | -0.05% |
| 2026-08-31 | 101.5193 | -0.39% |
| 2026-08-30 | 101.9201 | 0.00% |
| 2026-08-29 | 101.9201 | -0.01% |
| 2026-08-28 | 101.9316 | — |
EUR to KGS conversion table
1 EUR99.7292 KGS
5 EUR498.6462 KGS
10 EUR997.2923 KGS
25 EUR2,493.2308 KGS
50 EUR4,986.4616 KGS
100 EUR9,972.9232 KGS
500 EUR49,864.616 KGS
1,000 EUR99,729.232 KGS
5,000 EUR498,646.16 KGS
10,000 EUR997,292.32 KGS
Get the EUR/KGS rate in your app
One GET request returns the latest EUR → KGS rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/EUR/KGS"fetch('https://rate-api.com/api/v1/pair/EUR/KGS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} KGS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/KGS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} KGS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/KGS');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} KGS\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "KGS"
},
"rate": 99.7292,
"timestamp": 1790429446,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
KGS to EURKyrgystani Som → Euro0.010027Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.