Convert INR to KGS
Indian Rupee → Kyrgystani Som
1 INR = 0.912795 KGS(1 KGS = 1.095536 INR)
Currency converter
1 INR =
0.91279 KGS
INR to KGS: last 30 days
Over the last 30 days, 1 INR traded between 0.91143 and 0.92662 KGS, averaging 0.91733 KGS. The INR/KGS rate is down 0.53% since 2026-08-29.
- 30-day high
- 0.92662
- 2026-09-05
- 30-day low
- 0.91143
- 2026-09-24
- 30-day average
- 0.91733
- Days with data: 30
- 30-day change
- -0.53%
- since 2026-08-29
0.92662
0.911432026-08-29 → 2026-09-27
| Date | 1 INR in KGS | Daily change |
|---|---|---|
| 2026-09-27 | 0.91279 | 0.00% |
| 2026-09-26 | 0.91279 | +0.00% |
| 2026-09-25 | 0.91277 | +0.15% |
| 2026-09-24 | 0.91143 | -0.23% |
| 2026-09-23 | 0.9135 | -0.15% |
| 2026-09-22 | 0.91491 | +0.24% |
| 2026-09-21 | 0.91272 | +0.06% |
| 2026-09-20 | 0.91216 | 0.00% |
| 2026-09-19 | 0.91216 | +0.01% |
| 2026-09-18 | 0.91208 | +0.05% |
| 2026-09-17 | 0.9116 | +0.02% |
| 2026-09-16 | 0.91146 | -0.10% |
| 2026-09-15 | 0.91235 | -0.41% |
| 2026-09-14 | 0.91611 | -0.00% |
| 2026-09-13 | 0.91612 | 0.00% |
| Date | 1 INR in KGS | Daily change |
|---|---|---|
| 2026-09-12 | 0.91612 | -0.00% |
| 2026-09-11 | 0.91613 | -0.12% |
| 2026-09-10 | 0.91726 | -0.33% |
| 2026-09-09 | 0.92033 | -0.31% |
| 2026-09-08 | 0.92316 | -0.36% |
| 2026-09-07 | 0.9265 | -0.01% |
| 2026-09-06 | 0.92662 | 0.00% |
| 2026-09-05 | 0.92662 | +0.01% |
| 2026-09-04 | 0.9265 | +0.00% |
| 2026-09-03 | 0.92648 | +0.51% |
| 2026-09-02 | 0.92181 | -0.02% |
| 2026-09-01 | 0.92201 | +0.23% |
| 2026-08-31 | 0.9199 | +0.24% |
| 2026-08-30 | 0.91769 | 0.00% |
| 2026-08-29 | 0.91769 | — |
INR to KGS conversion table
1 INR0.91279 KGS
5 INR4.564 KGS
10 INR9.1279 KGS
25 INR22.8199 KGS
50 INR45.6397 KGS
100 INR91.2795 KGS
500 INR456.3975 KGS
1,000 INR912.795 KGS
5,000 INR4,563.9748 KGS
10,000 INR9,127.9497 KGS
Get the INR/KGS rate in your app
One GET request returns the latest INR → 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/INR/KGS"fetch('https://rate-api.com/api/v1/pair/INR/KGS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} KGS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/KGS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} KGS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/KGS');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} KGS\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "KGS"
},
"rate": 0.9128,
"timestamp": 1790490157,
"date": "2026-09-27"
}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 INRKyrgystani Som → Indian Rupee1.0955Convert INR to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.