Convert KGS to EUR
Kyrgystani Som → Euro
1 KGS = 0.0100272 EUR(1 EUR = 99.729232 KGS)
Currency converter
1 KGS =
0.010027 EUR
KGS to EUR: last 30 days
Over the last 30 days, 1 KGS traded between 0.0098046 and 0.010059 EUR, averaging 0.0098946 EUR. The KGS/EUR rate is up 2.21% since 2026-08-28.
- 30-day high
- 0.010059
- 2026-09-24
- 30-day low
- 0.0098046
- 2026-09-09
- 30-day average
- 0.0098946
- Days with data: 30
- 30-day change
- +2.21%
- since 2026-08-28
0.010059
0.00980462026-08-28 → 2026-09-26
| Date | 1 KGS in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.010027 | 0.00% |
| 2026-09-25 | 0.010027 | -0.31% |
| 2026-09-24 | 0.010059 | +0.38% |
| 2026-09-23 | 0.01002 | +0.45% |
| 2026-09-22 | 0.0099749 | +0.24% |
| 2026-09-21 | 0.0099514 | -0.26% |
| 2026-09-20 | 0.0099773 | 0.00% |
| 2026-09-19 | 0.0099773 | -0.01% |
| 2026-09-18 | 0.0099783 | +0.19% |
| 2026-09-17 | 0.0099589 | +0.49% |
| 2026-09-16 | 0.0099102 | +0.12% |
| 2026-09-15 | 0.0098988 | +0.10% |
| 2026-09-14 | 0.0098891 | +0.36% |
| 2026-09-13 | 0.009854 | 0.00% |
| 2026-09-12 | 0.009854 | +0.00% |
| Date | 1 KGS in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.0098539 | +0.20% |
| 2026-09-10 | 0.0098337 | +0.30% |
| 2026-09-09 | 0.0098046 | -0.31% |
| 2026-09-08 | 0.0098354 | +0.07% |
| 2026-09-07 | 0.0098286 | +0.01% |
| 2026-09-06 | 0.0098273 | 0.00% |
| 2026-09-05 | 0.0098273 | -0.01% |
| 2026-09-04 | 0.0098285 | -0.06% |
| 2026-09-03 | 0.0098347 | -0.32% |
| 2026-09-02 | 0.009866 | +0.10% |
| 2026-09-01 | 0.0098556 | +0.05% |
| 2026-08-31 | 0.0098503 | +0.39% |
| 2026-08-30 | 0.0098116 | 0.00% |
| 2026-08-29 | 0.0098116 | +0.01% |
| 2026-08-28 | 0.0098105 | — |
KGS to EUR conversion table
1 KGS0.010027 EUR
5 KGS0.050136 EUR
10 KGS0.10027 EUR
25 KGS0.25068 EUR
50 KGS0.50136 EUR
100 KGS1.0027 EUR
500 KGS5.0136 EUR
1,000 KGS10.0272 EUR
5,000 KGS50.1358 EUR
10,000 KGS100.2715 EUR
Get the KGS/EUR rate in your app
One GET request returns the latest KGS → EUR 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/KGS/EUR"fetch('https://rate-api.com/api/v1/pair/KGS/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KGS = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KGS/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KGS = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KGS/EUR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KGS = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "KGS",
"to": "EUR"
},
"rate": 0.01,
"timestamp": 1790435297,
"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
EUR to KGSEuro → Kyrgystani Som99.7292Convert KGS to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.