Convert KHR to JPY
Cambodian Riel → Japanese Yen
1 KHR = 0.0387605 JPY(1 JPY = 25.799451 KHR)
Currency converter
1 KHR =
0.038761 JPY
KHR to JPY: last 30 days
Over the last 30 days, 1 KHR traded between 0.037892 and 0.039519 JPY, averaging 0.038673 JPY. The KHR/JPY rate is down 1.79% since 2026-08-28.
- 30-day high
- 0.039519
- 2026-09-01
- 30-day low
- 0.037892
- 2026-09-09
- 30-day average
- 0.038673
- Days with data: 30
- 30-day change
- -1.79%
- since 2026-08-28
0.039519
0.0378922026-08-28 → 2026-09-26
| Date | 1 KHR in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.038761 | 0.00% |
| 2026-09-25 | 0.038761 | -0.74% |
| 2026-09-24 | 0.039048 | +0.43% |
| 2026-09-23 | 0.038881 | +0.29% |
| 2026-09-22 | 0.038768 | -0.14% |
| 2026-09-21 | 0.038821 | -0.38% |
| 2026-09-20 | 0.03897 | +0.01% |
| 2026-09-19 | 0.038966 | +0.03% |
| 2026-09-18 | 0.038956 | +1.80% |
| 2026-09-17 | 0.038267 | -0.01% |
| 2026-09-16 | 0.038272 | -0.03% |
| 2026-09-15 | 0.038283 | +0.36% |
| 2026-09-14 | 0.038144 | +0.36% |
| 2026-09-13 | 0.038008 | +0.08% |
| 2026-09-12 | 0.037977 | -0.01% |
| Date | 1 KHR in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.03798 | -0.15% |
| 2026-09-10 | 0.038036 | +0.38% |
| 2026-09-09 | 0.037892 | -0.58% |
| 2026-09-08 | 0.038114 | -0.32% |
| 2026-09-07 | 0.038237 | -0.96% |
| 2026-09-06 | 0.038609 | -0.07% |
| 2026-09-05 | 0.038636 | +0.04% |
| 2026-09-04 | 0.038619 | +0.15% |
| 2026-09-03 | 0.03856 | -2.11% |
| 2026-09-02 | 0.039391 | -0.33% |
| 2026-09-01 | 0.039519 | +0.55% |
| 2026-08-31 | 0.039302 | -0.41% |
| 2026-08-30 | 0.039465 | -0.05% |
| 2026-08-29 | 0.039485 | +0.05% |
| 2026-08-28 | 0.039467 | — |
KHR to JPY conversion table
1 KHR0.038761 JPY
5 KHR0.1938 JPY
10 KHR0.38761 JPY
25 KHR0.96901 JPY
50 KHR1.938 JPY
100 KHR3.8761 JPY
500 KHR19.3803 JPY
1,000 KHR38.7605 JPY
5,000 KHR193.8026 JPY
10,000 KHR387.6051 JPY
Get the KHR/JPY rate in your app
One GET request returns the latest KHR → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/KHR/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KHR = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KHR/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KHR = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KHR/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "KHR",
"to": "JPY"
},
"rate": 0.0388,
"timestamp": 1790435117,
"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
JPY to KHRJapanese Yen → Cambodian Riel25.7995Convert KHR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.