Convert KRW to INR
South Korean Won → Indian Rupee
1 KRW = 0.0707114 INR(1 INR = 14.141982 KRW)
Currency converter
1 KRW =
0.070711 INR
KRW to INR: last 30 days
Over the last 30 days, 1 KRW traded between 0.069073 and 0.071179 INR, averaging 0.070096 INR. The KRW/INR rate is up 1.89% since 2026-08-28.
- 30-day high
- 0.071179
- 2026-09-09
- 30-day low
- 0.069073
- 2026-09-18
- 30-day average
- 0.070096
- Days with data: 30
- 30-day change
- +1.89%
- since 2026-08-28
0.071179
0.0690732026-08-28 → 2026-09-26
| Date | 1 KRW in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.070711 | 0.00% |
| 2026-09-25 | 0.070711 | +0.85% |
| 2026-09-24 | 0.070115 | -0.01% |
| 2026-09-23 | 0.070122 | -0.52% |
| 2026-09-22 | 0.070486 | +0.94% |
| 2026-09-21 | 0.06983 | +1.10% |
| 2026-09-20 | 0.069073 | 0.00% |
| 2026-09-19 | 0.069073 | 0.00% |
| 2026-09-18 | 0.069073 | -0.46% |
| 2026-09-17 | 0.069394 | -1.09% |
| 2026-09-16 | 0.070156 | -0.63% |
| 2026-09-15 | 0.070603 | -0.54% |
| 2026-09-14 | 0.070983 | -0.26% |
| 2026-09-13 | 0.071165 | 0.00% |
| 2026-09-12 | 0.071165 | 0.00% |
| Date | 1 KRW in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.071165 | +0.20% |
| 2026-09-10 | 0.071022 | -0.22% |
| 2026-09-09 | 0.071179 | +0.71% |
| 2026-09-08 | 0.070681 | +0.83% |
| 2026-09-07 | 0.0701 | +0.18% |
| 2026-09-06 | 0.069974 | 0.00% |
| 2026-09-05 | 0.069974 | 0.00% |
| 2026-09-04 | 0.069974 | +0.51% |
| 2026-09-03 | 0.069617 | -0.12% |
| 2026-09-02 | 0.0697 | +0.91% |
| 2026-09-01 | 0.069074 | -0.71% |
| 2026-08-31 | 0.069567 | +0.24% |
| 2026-08-30 | 0.069397 | 0.00% |
| 2026-08-29 | 0.069397 | 0.00% |
| 2026-08-28 | 0.069397 | — |
KRW to INR conversion table
1 KRW0.070711 INR
5 KRW0.35356 INR
10 KRW0.70711 INR
25 KRW1.7678 INR
50 KRW3.5356 INR
100 KRW7.0711 INR
500 KRW35.3557 INR
1,000 KRW70.7114 INR
5,000 KRW353.5572 INR
10,000 KRW707.1145 INR
Get the KRW/INR rate in your app
One GET request returns the latest KRW → 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/KRW/INR"fetch('https://rate-api.com/api/v1/pair/KRW/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KRW = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KRW/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KRW = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KRW/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KRW = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "KRW",
"to": "INR"
},
"rate": 0.0707,
"timestamp": 1790432235,
"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 KRWIndian Rupee → South Korean Won14.142Convert KRW to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.