Convert KHR to INR
Cambodian Riel → Indian Rupee
1 KHR = 0.023567 INR(1 INR = 42.432182 KHR)
Currency converter
1 KHR =
0.023567 INR
KHR to INR: last 30 days
Over the last 30 days, 1 KHR traded between 0.023347 and 0.023701 INR, averaging 0.023535 INR. The KHR/INR rate is down 0.04% since 2026-08-28.
- 30-day high
- 0.023701
- 2026-09-15
- 30-day low
- 0.023347
- 2026-09-07
- 30-day average
- 0.023535
- Days with data: 30
- 30-day change
- -0.04%
- since 2026-08-28
0.023701
0.0233472026-08-28 → 2026-09-26
| Date | 1 KHR in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.023567 | 0.00% |
| 2026-09-25 | 0.023567 | -0.09% |
| 2026-09-24 | 0.023588 | +0.07% |
| 2026-09-23 | 0.023572 | -0.02% |
| 2026-09-22 | 0.023577 | -0.32% |
| 2026-09-21 | 0.023652 | -0.05% |
| 2026-09-20 | 0.023665 | +0.01% |
| 2026-09-19 | 0.023662 | +0.03% |
| 2026-09-18 | 0.023657 | +0.32% |
| 2026-09-17 | 0.023581 | -0.44% |
| 2026-09-16 | 0.023686 | -0.06% |
| 2026-09-15 | 0.023701 | +0.49% |
| 2026-09-14 | 0.023585 | +0.03% |
| 2026-09-13 | 0.023578 | +0.08% |
| 2026-09-12 | 0.02356 | -0.01% |
| Date | 1 KHR in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.023561 | +0.07% |
| 2026-09-10 | 0.023545 | +0.14% |
| 2026-09-09 | 0.023513 | +0.38% |
| 2026-09-08 | 0.023424 | +0.33% |
| 2026-09-07 | 0.023347 | -0.00% |
| 2026-09-06 | 0.023348 | -0.07% |
| 2026-09-05 | 0.023364 | +0.04% |
| 2026-09-04 | 0.023354 | -0.00% |
| 2026-09-03 | 0.023354 | -0.36% |
| 2026-09-02 | 0.023439 | +0.04% |
| 2026-09-01 | 0.023429 | +0.05% |
| 2026-08-31 | 0.023417 | -0.67% |
| 2026-08-30 | 0.023576 | -0.05% |
| 2026-08-29 | 0.023588 | +0.05% |
| 2026-08-28 | 0.023577 | — |
KHR to INR conversion table
1 KHR0.023567 INR
5 KHR0.11784 INR
10 KHR0.23567 INR
25 KHR0.58918 INR
50 KHR1.1784 INR
100 KHR2.3567 INR
500 KHR11.7835 INR
1,000 KHR23.567 INR
5,000 KHR117.8351 INR
10,000 KHR235.6702 INR
Get the KHR/INR rate in your app
One GET request returns the latest KHR → 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/KHR/INR"fetch('https://rate-api.com/api/v1/pair/KHR/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KHR = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KHR/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KHR = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KHR/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KHR = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "KHR",
"to": "INR"
},
"rate": 0.0236,
"timestamp": 1790435321,
"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 KHRIndian Rupee → Cambodian Riel42.4322Convert KHR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.