Convert INR to KID
Indian Rupee → Kiribati Dollar
1 INR = 0.0148453 KID(1 KID = 67.361591 INR)
Currency converter
1 INR =
0.014845 KID
INR to KID: last 30 days
Over the last 30 days, 1 INR traded between 0.01451 and 0.014845 KID, averaging 0.014668 KID. The INR/KID rate is up 1.84% since 2026-08-28.
- 30-day high
- 0.014845
- 2026-09-25
- 30-day low
- 0.01451
- 2026-09-10
- 30-day average
- 0.014668
- Days with data: 30
- 30-day change
- +1.84%
- since 2026-08-28
0.014845
0.014512026-08-28 → 2026-09-26
| Date | 1 INR in KID | Daily change |
|---|---|---|
| 2026-09-26 | 0.014845 | 0.00% |
| 2026-09-25 | 0.014845 | +0.10% |
| 2026-09-24 | 0.014831 | +0.35% |
| 2026-09-23 | 0.014779 | +0.62% |
| 2026-09-22 | 0.014688 | +0.20% |
| 2026-09-21 | 0.014658 | +0.07% |
| 2026-09-20 | 0.014647 | +0.01% |
| 2026-09-19 | 0.014646 | -0.13% |
| 2026-09-18 | 0.014665 | +0.02% |
| 2026-09-17 | 0.014662 | +0.28% |
| 2026-09-16 | 0.014622 | +0.14% |
| 2026-09-15 | 0.014601 | -0.07% |
| 2026-09-14 | 0.014612 | +0.08% |
| 2026-09-13 | 0.0146 | +0.04% |
| 2026-09-12 | 0.014595 | -0.03% |
| Date | 1 INR in KID | Daily change |
|---|---|---|
| 2026-09-11 | 0.014599 | +0.62% |
| 2026-09-10 | 0.01451 | -0.39% |
| 2026-09-09 | 0.014566 | -0.29% |
| 2026-09-08 | 0.014609 | -0.52% |
| 2026-09-07 | 0.014686 | -0.04% |
| 2026-09-06 | 0.014693 | +0.01% |
| 2026-09-05 | 0.014692 | -0.11% |
| 2026-09-04 | 0.014707 | -0.49% |
| 2026-09-03 | 0.01478 | +0.32% |
| 2026-09-02 | 0.014733 | +0.22% |
| 2026-09-01 | 0.014701 | +0.27% |
| 2026-08-31 | 0.014661 | +0.29% |
| 2026-08-30 | 0.014619 | +0.03% |
| 2026-08-29 | 0.014615 | +0.26% |
| 2026-08-28 | 0.014577 | — |
INR to KID conversion table
1 INR0.014845 KID
5 INR0.074226 KID
10 INR0.14845 KID
25 INR0.37113 KID
50 INR0.74226 KID
100 INR1.4845 KID
500 INR7.4226 KID
1,000 INR14.8453 KID
5,000 INR74.2263 KID
10,000 INR148.4526 KID
Get the INR/KID rate in your app
One GET request returns the latest INR → KID 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/KID"fetch('https://rate-api.com/api/v1/pair/INR/KID', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} KID`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/KID",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} KID")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/KID');
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']} KID\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "KID"
},
"rate": 0.0148,
"timestamp": 1790447455,
"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
KID to INRKiribati Dollar → Indian Rupee67.3616Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.