Convert KZT to INR
Kazakhstani Tenge → Indian Rupee
1 KZT = 0.21684 INR(1 INR = 4.611692 KZT)
Currency converter
1 KZT =
0.21684 INR
KZT to INR: last 30 days
Over the last 30 days, 1 KZT traded between 0.20493 and 0.21716 INR, averaging 0.21086 INR. The KZT/INR rate is up 5.34% since 2026-08-28.
- 30-day high
- 0.21716
- 2026-09-24
- 30-day low
- 0.20493
- 2026-08-31
- 30-day average
- 0.21086
- Days with data: 30
- 30-day change
- +5.34%
- since 2026-08-28
0.21716
0.204932026-08-28 → 2026-09-26
| Date | 1 KZT in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.21684 | 0.00% |
| 2026-09-25 | 0.21684 | -0.15% |
| 2026-09-24 | 0.21716 | +1.08% |
| 2026-09-23 | 0.21483 | +0.77% |
| 2026-09-22 | 0.21318 | -0.59% |
| 2026-09-21 | 0.21446 | +0.02% |
| 2026-09-20 | 0.2144 | +0.02% |
| 2026-09-19 | 0.21436 | -0.42% |
| 2026-09-18 | 0.21527 | +0.23% |
| 2026-09-17 | 0.21478 | +0.61% |
| 2026-09-16 | 0.21348 | +0.12% |
| 2026-09-15 | 0.21323 | +0.90% |
| 2026-09-14 | 0.21132 | -0.33% |
| 2026-09-13 | 0.21201 | +0.01% |
| 2026-09-12 | 0.21198 | -0.08% |
| Date | 1 KZT in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.21214 | +1.27% |
| 2026-09-10 | 0.20949 | -0.00% |
| 2026-09-09 | 0.20949 | +0.29% |
| 2026-09-08 | 0.20888 | +0.77% |
| 2026-09-07 | 0.20727 | -0.04% |
| 2026-09-06 | 0.20735 | +0.03% |
| 2026-09-05 | 0.20729 | -0.05% |
| 2026-09-04 | 0.2074 | -0.12% |
| 2026-09-03 | 0.20764 | +0.24% |
| 2026-09-02 | 0.20715 | +0.71% |
| 2026-09-01 | 0.20569 | +0.37% |
| 2026-08-31 | 0.20493 | -0.23% |
| 2026-08-30 | 0.2054 | -0.14% |
| 2026-08-29 | 0.20569 | -0.08% |
| 2026-08-28 | 0.20585 | — |
KZT to INR conversion table
1 KZT0.21684 INR
5 KZT1.0842 INR
10 KZT2.1684 INR
25 KZT5.421 INR
50 KZT10.842 INR
100 KZT21.684 INR
500 KZT108.4201 INR
1,000 KZT216.8402 INR
5,000 KZT1,084.2008 INR
10,000 KZT2,168.4016 INR
Get the KZT/INR rate in your app
One GET request returns the latest KZT → 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/KZT/INR"fetch('https://rate-api.com/api/v1/pair/KZT/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KZT = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KZT/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KZT = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KZT/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KZT = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "KZT",
"to": "INR"
},
"rate": 0.2168,
"timestamp": 1790435371,
"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 KZTIndian Rupee → Kazakhstani Tenge4.6117Convert KZT to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.