Convert KWD to INR
Kuwaiti Dinar → Indian Rupee
1 KWD = 310.2602 INR(1 INR = 0.0032231 KWD)
Currency converter
1 KWD =
310.2602 INR
KWD to INR: last 30 days
Over the last 30 days, 1 KWD traded between 305.7695 and 311.6068 INR, averaging 308.9858 INR. The KWD/INR rate is up 0.44% since 2026-08-28.
- 30-day high
- 311.6068
- 2026-09-18
- 30-day low
- 305.7695
- 2026-09-07
- 30-day average
- 308.9858
- Days with data: 30
- 30-day change
- +0.44%
- since 2026-08-28
311.6068
305.76952026-08-28 → 2026-09-26
| Date | 1 KWD in INR | Daily change |
|---|---|---|
| 2026-09-26 | 310.2602 | 0.00% |
| 2026-09-25 | 310.2602 | -0.03% |
| 2026-09-24 | 310.3568 | +0.06% |
| 2026-09-23 | 310.163 | +0.11% |
| 2026-09-22 | 309.8283 | -0.33% |
| 2026-09-21 | 310.8533 | -0.03% |
| 2026-09-20 | 310.9536 | -0.04% |
| 2026-09-19 | 311.0868 | -0.17% |
| 2026-09-18 | 311.6068 | +0.29% |
| 2026-09-17 | 310.7049 | -0.03% |
| 2026-09-16 | 310.8062 | +0.01% |
| 2026-09-15 | 310.7857 | +0.37% |
| 2026-09-14 | 309.6526 | -0.21% |
| 2026-09-13 | 310.294 | +0.13% |
| 2026-09-12 | 309.8926 | +0.03% |
| Date | 1 KWD in INR | Daily change |
|---|---|---|
| 2026-09-11 | 309.8027 | +0.19% |
| 2026-09-10 | 309.2207 | +0.41% |
| 2026-09-09 | 307.9546 | +0.28% |
| 2026-09-08 | 307.0861 | +0.43% |
| 2026-09-07 | 305.7695 | -0.03% |
| 2026-09-06 | 305.8508 | +0.02% |
| 2026-09-05 | 305.7995 | -0.02% |
| 2026-09-04 | 305.8525 | +0.03% |
| 2026-09-03 | 305.7706 | -0.42% |
| 2026-09-02 | 307.0756 | -0.06% |
| 2026-09-01 | 307.2653 | -0.27% |
| 2026-08-31 | 308.1063 | -0.23% |
| 2026-08-30 | 308.8065 | -0.00% |
| 2026-08-29 | 308.8138 | -0.03% |
| 2026-08-28 | 308.8933 | — |
KWD to INR conversion table
1 KWD310.2602 INR
5 KWD1,551.301 INR
10 KWD3,102.602 INR
25 KWD7,756.505 INR
50 KWD15,513.01 INR
100 KWD31,026.02 INR
500 KWD155,130.1 INR
1,000 KWD310,260.2 INR
5,000 KWD1,551,301 INR
10,000 KWD3,102,602 INR
Get the KWD/INR rate in your app
One GET request returns the latest KWD → 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/KWD/INR"fetch('https://rate-api.com/api/v1/pair/KWD/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KWD = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KWD/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KWD = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KWD/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KWD = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "KWD",
"to": "INR"
},
"rate": 310.2602,
"timestamp": 1790435302,
"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 KWDIndian Rupee → Kuwaiti Dinar0.0032231Convert KWD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.