Convert KGS to INR
Kyrgystani Som → Indian Rupee
1 KGS = 1.095572 INR(1 INR = 0.912766 KGS)
Currency converter
1 KGS =
1.0956 INR
KGS to INR: last 30 days
Over the last 30 days, 1 KGS traded between 1.0792 and 1.0972 INR, averaging 1.09 INR. The KGS/INR rate is up 0.55% since 2026-08-28.
- 30-day high
- 1.0972
- 2026-09-24
- 30-day low
- 1.0792
- 2026-09-05
- 30-day average
- 1.09
- Days with data: 30
- 30-day change
- +0.55%
- since 2026-08-28
1.0972
1.07922026-08-28 → 2026-09-26
| Date | 1 KGS in INR | Daily change |
|---|---|---|
| 2026-09-26 | 1.0956 | 0.00% |
| 2026-09-25 | 1.0956 | -0.15% |
| 2026-09-24 | 1.0972 | +0.23% |
| 2026-09-23 | 1.0947 | +0.15% |
| 2026-09-22 | 1.093 | -0.24% |
| 2026-09-21 | 1.0956 | -0.06% |
| 2026-09-20 | 1.0963 | 0.00% |
| 2026-09-19 | 1.0963 | -0.01% |
| 2026-09-18 | 1.0964 | -0.05% |
| 2026-09-17 | 1.097 | -0.02% |
| 2026-09-16 | 1.0971 | +0.10% |
| 2026-09-15 | 1.0961 | +0.41% |
| 2026-09-14 | 1.0916 | +0.00% |
| 2026-09-13 | 1.0916 | 0.00% |
| 2026-09-12 | 1.0916 | +0.00% |
| Date | 1 KGS in INR | Daily change |
|---|---|---|
| 2026-09-11 | 1.0915 | +0.12% |
| 2026-09-10 | 1.0902 | +0.33% |
| 2026-09-09 | 1.0866 | +0.31% |
| 2026-09-08 | 1.0832 | +0.36% |
| 2026-09-07 | 1.0793 | +0.01% |
| 2026-09-06 | 1.0792 | 0.00% |
| 2026-09-05 | 1.0792 | -0.01% |
| 2026-09-04 | 1.0793 | -0.00% |
| 2026-09-03 | 1.0794 | -0.50% |
| 2026-09-02 | 1.0848 | +0.02% |
| 2026-09-01 | 1.0846 | -0.23% |
| 2026-08-31 | 1.0871 | -0.24% |
| 2026-08-30 | 1.0897 | 0.00% |
| 2026-08-29 | 1.0897 | +0.01% |
| 2026-08-28 | 1.0896 | — |
KGS to INR conversion table
1 KGS1.0956 INR
5 KGS5.4779 INR
10 KGS10.9557 INR
25 KGS27.3893 INR
50 KGS54.7786 INR
100 KGS109.5572 INR
500 KGS547.7857 INR
1,000 KGS1,095.5715 INR
5,000 KGS5,477.8573 INR
10,000 KGS10,955.715 INR
Get the KGS/INR rate in your app
One GET request returns the latest KGS → INR 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/INR"fetch('https://rate-api.com/api/v1/pair/KGS/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KGS = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KGS/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KGS = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KGS/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "KGS",
"to": "INR"
},
"rate": 1.0956,
"timestamp": 1790432233,
"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
INR to KGSIndian Rupee → Kyrgystani Som0.91277Convert KGS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.