Convert JPY to KHR
Japanese Yen → Cambodian Riel
1 JPY = 25.799451 KHR(1 KHR = 0.0387605 JPY)
Currency converter
1 JPY =
25.7995 KHR
JPY to KHR: last 30 days
Over the last 30 days, 1 JPY traded between 25.304 and 26.3909 KHR, averaging 25.8622 KHR. The JPY/KHR rate is up 1.82% since 2026-08-28.
- 30-day high
- 26.3909
- 2026-09-09
- 30-day low
- 25.304
- 2026-09-01
- 30-day average
- 25.8622
- Days with data: 30
- 30-day change
- +1.82%
- since 2026-08-28
26.3909
25.3042026-08-28 → 2026-09-26
| Date | 1 JPY in KHR | Daily change |
|---|---|---|
| 2026-09-26 | 25.7995 | 0.00% |
| 2026-09-25 | 25.7995 | +0.74% |
| 2026-09-24 | 25.6093 | -0.43% |
| 2026-09-23 | 25.7194 | -0.29% |
| 2026-09-22 | 25.7942 | +0.14% |
| 2026-09-21 | 25.7593 | +0.39% |
| 2026-09-20 | 25.6604 | -0.01% |
| 2026-09-19 | 25.6633 | -0.03% |
| 2026-09-18 | 25.6698 | -1.77% |
| 2026-09-17 | 26.1321 | +0.01% |
| 2026-09-16 | 26.1288 | +0.03% |
| 2026-09-15 | 26.1214 | -0.36% |
| 2026-09-14 | 26.2167 | -0.36% |
| 2026-09-13 | 26.3105 | -0.08% |
| 2026-09-12 | 26.3315 | +0.01% |
| Date | 1 JPY in KHR | Daily change |
|---|---|---|
| 2026-09-11 | 26.3298 | +0.15% |
| 2026-09-10 | 26.2906 | -0.38% |
| 2026-09-09 | 26.3909 | +0.59% |
| 2026-09-08 | 26.2371 | +0.32% |
| 2026-09-07 | 26.153 | +0.97% |
| 2026-09-06 | 25.9009 | +0.07% |
| 2026-09-05 | 25.8828 | -0.04% |
| 2026-09-04 | 25.8941 | -0.15% |
| 2026-09-03 | 25.9339 | +2.16% |
| 2026-09-02 | 25.3868 | +0.33% |
| 2026-09-01 | 25.304 | -0.55% |
| 2026-08-31 | 25.4439 | +0.41% |
| 2026-08-30 | 25.339 | +0.05% |
| 2026-08-29 | 25.326 | -0.05% |
| 2026-08-28 | 25.3378 | — |
JPY to KHR conversion table
1 JPY25.7995 KHR
5 JPY128.9973 KHR
10 JPY257.9945 KHR
25 JPY644.9863 KHR
50 JPY1,289.9726 KHR
100 JPY2,579.9451 KHR
500 JPY12,899.726 KHR
1,000 JPY25,799.451 KHR
5,000 JPY128,997.26 KHR
10,000 JPY257,994.51 KHR
Get the JPY/KHR rate in your app
One GET request returns the latest JPY → 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/JPY/KHR"fetch('https://rate-api.com/api/v1/pair/JPY/KHR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} KHR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/KHR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} KHR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/KHR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} KHR\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "KHR"
},
"rate": 25.7995,
"timestamp": 1790447439,
"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 JPYCambodian Riel → Japanese Yen0.038761Convert JPY to other currencies
Convert other currencies to KHR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.