Convert INR to KHR
Indian Rupee → Cambodian Riel
1 INR = 42.432182 KHR(1 KHR = 0.023567 INR)
Currency converter
1 INR =
42.4322 KHR
INR to KHR: last 30 days
Over the last 30 days, 1 INR traded between 42.1928 and 42.8318 KHR, averaging 42.4916 KHR. The INR/KHR rate is up 0.04% since 2026-08-28.
- 30-day high
- 42.8318
- 2026-09-07
- 30-day low
- 42.1928
- 2026-09-15
- 30-day average
- 42.4916
- Days with data: 30
- 30-day change
- +0.04%
- since 2026-08-28
42.8318
42.19282026-08-28 → 2026-09-26
| Date | 1 INR in KHR | Daily change |
|---|---|---|
| 2026-09-26 | 42.4322 | 0.00% |
| 2026-09-25 | 42.4322 | +0.09% |
| 2026-09-24 | 42.3943 | -0.07% |
| 2026-09-23 | 42.4224 | +0.02% |
| 2026-09-22 | 42.4137 | +0.32% |
| 2026-09-21 | 42.279 | +0.05% |
| 2026-09-20 | 42.2562 | -0.01% |
| 2026-09-19 | 42.261 | -0.03% |
| 2026-09-18 | 42.2716 | -0.32% |
| 2026-09-17 | 42.4067 | +0.45% |
| 2026-09-16 | 42.2183 | +0.06% |
| 2026-09-15 | 42.1928 | -0.49% |
| 2026-09-14 | 42.4004 | -0.03% |
| 2026-09-13 | 42.4117 | -0.08% |
| 2026-09-12 | 42.4456 | +0.01% |
| Date | 1 INR in KHR | Daily change |
|---|---|---|
| 2026-09-11 | 42.443 | -0.07% |
| 2026-09-10 | 42.4716 | -0.14% |
| 2026-09-09 | 42.529 | -0.38% |
| 2026-09-08 | 42.691 | -0.33% |
| 2026-09-07 | 42.8318 | +0.00% |
| 2026-09-06 | 42.8301 | +0.07% |
| 2026-09-05 | 42.8001 | -0.04% |
| 2026-09-04 | 42.8188 | +0.00% |
| 2026-09-03 | 42.8188 | +0.36% |
| 2026-09-02 | 42.6633 | -0.04% |
| 2026-09-01 | 42.6823 | -0.05% |
| 2026-08-31 | 42.7041 | +0.68% |
| 2026-08-30 | 42.4168 | +0.05% |
| 2026-08-29 | 42.395 | -0.05% |
| 2026-08-28 | 42.4148 | — |
INR to KHR conversion table
1 INR42.4322 KHR
5 INR212.1609 KHR
10 INR424.3218 KHR
25 INR1,060.8045 KHR
50 INR2,121.6091 KHR
100 INR4,243.2182 KHR
500 INR21,216.091 KHR
1,000 INR42,432.182 KHR
5,000 INR212,160.91 KHR
10,000 INR424,321.82 KHR
Get the INR/KHR rate in your app
One GET request returns the latest INR → KHR 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/KHR"fetch('https://rate-api.com/api/v1/pair/INR/KHR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} KHR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/KHR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} KHR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/KHR');
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']} KHR\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "KHR"
},
"rate": 42.4322,
"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
KHR to INRCambodian Riel → Indian Rupee0.023567Convert INR to other currencies
Convert other currencies to KHR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.