Convert INR to KRW
Indian Rupee → South Korean Won
1 INR = 14.141982 KRW(1 KRW = 0.0707114 INR)
Currency converter
1 INR =
14.142 KRW
INR to KRW: last 30 days
Over the last 30 days, 1 INR traded between 14.049 and 14.4775 KRW, averaging 14.2676 KRW. The INR/KRW rate is down 1.86% since 2026-08-28.
- 30-day high
- 14.4775
- 2026-09-18
- 30-day low
- 14.049
- 2026-09-09
- 30-day average
- 14.2676
- Days with data: 30
- 30-day change
- -1.86%
- since 2026-08-28
14.4775
14.0492026-08-28 → 2026-09-26
| Date | 1 INR in KRW | Daily change |
|---|---|---|
| 2026-09-26 | 14.142 | 0.00% |
| 2026-09-25 | 14.142 | -0.84% |
| 2026-09-24 | 14.2622 | +0.01% |
| 2026-09-23 | 14.2609 | +0.52% |
| 2026-09-22 | 14.1872 | -0.93% |
| 2026-09-21 | 14.3204 | -1.08% |
| 2026-09-20 | 14.4775 | 0.00% |
| 2026-09-19 | 14.4775 | 0.00% |
| 2026-09-18 | 14.4775 | +0.46% |
| 2026-09-17 | 14.4106 | +1.10% |
| 2026-09-16 | 14.2539 | +0.64% |
| 2026-09-15 | 14.1637 | +0.54% |
| 2026-09-14 | 14.0879 | +0.26% |
| 2026-09-13 | 14.0518 | 0.00% |
| 2026-09-12 | 14.0518 | 0.00% |
| Date | 1 INR in KRW | Daily change |
|---|---|---|
| 2026-09-11 | 14.0518 | -0.20% |
| 2026-09-10 | 14.0801 | +0.22% |
| 2026-09-09 | 14.049 | -0.70% |
| 2026-09-08 | 14.1482 | -0.82% |
| 2026-09-07 | 14.2653 | -0.18% |
| 2026-09-06 | 14.2909 | 0.00% |
| 2026-09-05 | 14.2909 | 0.00% |
| 2026-09-04 | 14.2909 | -0.51% |
| 2026-09-03 | 14.3644 | +0.12% |
| 2026-09-02 | 14.3473 | -0.90% |
| 2026-09-01 | 14.4772 | +0.71% |
| 2026-08-31 | 14.3746 | -0.24% |
| 2026-08-30 | 14.4098 | 0.00% |
| 2026-08-29 | 14.4098 | 0.00% |
| 2026-08-28 | 14.4098 | — |
INR to KRW conversion table
1 INR14.142 KRW
5 INR70.7099 KRW
10 INR141.4198 KRW
25 INR353.5495 KRW
50 INR707.0991 KRW
100 INR1,414.1982 KRW
500 INR7,070.9909 KRW
1,000 INR14,141.982 KRW
5,000 INR70,709.909 KRW
10,000 INR141,419.82 KRW
Get the INR/KRW rate in your app
One GET request returns the latest INR → KRW 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/KRW"fetch('https://rate-api.com/api/v1/pair/INR/KRW', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} KRW`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/KRW",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} KRW")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/KRW');
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']} KRW\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "KRW"
},
"rate": 14.142,
"timestamp": 1790429439,
"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
KRW to INRSouth Korean Won → Indian Rupee0.070711Convert INR to other currencies
Convert other currencies to KRW
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.