Convert INR to KZT
Indian Rupee → Kazakhstani Tenge
1 INR = 4.611692 KZT(1 KZT = 0.21684 INR)
Currency converter
1 INR =
4.6117 KZT
INR to KZT: last 30 days
Over the last 30 days, 1 INR traded between 4.6049 and 4.8797 KZT, averaging 4.7441 KZT. The INR/KZT rate is down 5.07% since 2026-08-28.
- 30-day high
- 4.8797
- 2026-08-31
- 30-day low
- 4.6049
- 2026-09-24
- 30-day average
- 4.7441
- Days with data: 30
- 30-day change
- -5.07%
- since 2026-08-28
4.8797
4.60492026-08-28 → 2026-09-26
| Date | 1 INR in KZT | Daily change |
|---|---|---|
| 2026-09-26 | 4.6117 | 0.00% |
| 2026-09-25 | 4.6117 | +0.15% |
| 2026-09-24 | 4.6049 | -1.07% |
| 2026-09-23 | 4.6547 | -0.77% |
| 2026-09-22 | 4.6908 | +0.60% |
| 2026-09-21 | 4.663 | -0.02% |
| 2026-09-20 | 4.6641 | -0.02% |
| 2026-09-19 | 4.6651 | +0.43% |
| 2026-09-18 | 4.6453 | -0.23% |
| 2026-09-17 | 4.6559 | -0.61% |
| 2026-09-16 | 4.6843 | -0.12% |
| 2026-09-15 | 4.6899 | -0.90% |
| 2026-09-14 | 4.7323 | +0.33% |
| 2026-09-13 | 4.7168 | -0.01% |
| 2026-09-12 | 4.7175 | +0.08% |
| Date | 1 INR in KZT | Daily change |
|---|---|---|
| 2026-09-11 | 4.7139 | -1.25% |
| 2026-09-10 | 4.7736 | +0.00% |
| 2026-09-09 | 4.7735 | -0.29% |
| 2026-09-08 | 4.7874 | -0.77% |
| 2026-09-07 | 4.8245 | +0.04% |
| 2026-09-06 | 4.8227 | -0.03% |
| 2026-09-05 | 4.8241 | +0.05% |
| 2026-09-04 | 4.8216 | +0.12% |
| 2026-09-03 | 4.816 | -0.24% |
| 2026-09-02 | 4.8274 | -0.70% |
| 2026-09-01 | 4.8616 | -0.37% |
| 2026-08-31 | 4.8797 | +0.23% |
| 2026-08-30 | 4.8685 | +0.14% |
| 2026-08-29 | 4.8618 | +0.08% |
| 2026-08-28 | 4.8578 | — |
INR to KZT conversion table
1 INR4.6117 KZT
5 INR23.0585 KZT
10 INR46.1169 KZT
25 INR115.2923 KZT
50 INR230.5846 KZT
100 INR461.1692 KZT
500 INR2,305.846 KZT
1,000 INR4,611.6919 KZT
5,000 INR23,058.46 KZT
10,000 INR46,116.919 KZT
Get the INR/KZT rate in your app
One GET request returns the latest INR → KZT 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/KZT"fetch('https://rate-api.com/api/v1/pair/INR/KZT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} KZT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/KZT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} KZT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/KZT');
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']} KZT\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "KZT"
},
"rate": 4.6117,
"timestamp": 1790429451,
"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
KZT to INRKazakhstani Tenge → Indian Rupee0.21684Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.