Convert EUR to KHR
Euro → Cambodian Riel
1 EUR = 4,636.1614 KHR(1 KHR = 0.000215696 EUR)
Currency converter
1 EUR =
4,636.1614 KHR
EUR to KHR: last 30 days
Over the last 30 days, 1 EUR traded between 4,624.2628 and 4,713.1713 KHR, averaging 4,680.8897 KHR. The EUR/KHR rate is down 1.58% since 2026-08-28.
- 30-day high
- 4,713.1713
- 2026-09-09
- 30-day low
- 4,624.2628
- 2026-09-24
- 30-day average
- 4,680.8897
- Days with data: 30
- 30-day change
- -1.58%
- since 2026-08-28
4,713.1713
4,624.26282026-08-28 → 2026-09-26
| Date | 1 EUR in KHR | Daily change |
|---|---|---|
| 2026-09-26 | 4,636.1614 | 0.00% |
| 2026-09-25 | 4,636.1614 | +0.26% |
| 2026-09-24 | 4,624.2628 | -0.22% |
| 2026-09-23 | 4,634.6443 | -0.28% |
| 2026-09-22 | 4,647.4877 | -0.16% |
| 2026-09-21 | 4,654.8079 | +0.25% |
| 2026-09-20 | 4,643.051 | -0.01% |
| 2026-09-19 | 4,643.5749 | -0.03% |
| 2026-09-18 | 4,644.7385 | -0.56% |
| 2026-09-17 | 4,671.0689 | -0.06% |
| 2026-09-16 | 4,673.924 | +0.04% |
| 2026-09-15 | 4,671.9181 | -0.18% |
| 2026-09-14 | 4,680.1957 | -0.38% |
| 2026-09-13 | 4,698.1034 | -0.08% |
| 2026-09-12 | 4,701.8516 | +0.01% |
| Date | 1 EUR in KHR | Daily change |
|---|---|---|
| 2026-09-11 | 4,701.5617 | -0.15% |
| 2026-09-10 | 4,708.5403 | -0.10% |
| 2026-09-09 | 4,713.1713 | +0.24% |
| 2026-09-08 | 4,701.7998 | -0.04% |
| 2026-09-07 | 4,703.6134 | +0.00% |
| 2026-09-06 | 4,703.4286 | +0.07% |
| 2026-09-05 | 4,700.1302 | -0.04% |
| 2026-09-04 | 4,702.1881 | +0.06% |
| 2026-09-03 | 4,699.3471 | +0.18% |
| 2026-09-02 | 4,691.0775 | -0.13% |
| 2026-09-01 | 4,697.0772 | -0.33% |
| 2026-08-31 | 4,712.772 | +0.04% |
| 2026-08-30 | 4,710.8931 | +0.05% |
| 2026-08-29 | 4,708.4741 | -0.05% |
| 2026-08-28 | 4,710.6654 | — |
EUR to KHR conversion table
1 EUR4,636.1614 KHR
5 EUR23,180.807 KHR
10 EUR46,361.614 KHR
25 EUR115,904.03 KHR
50 EUR231,808.07 KHR
100 EUR463,616.14 KHR
500 EUR2,318,080.7 KHR
1,000 EUR4,636,161.4 KHR
5,000 EUR23,180,807 KHR
10,000 EUR46,361,614 KHR
Get the EUR/KHR rate in your app
One GET request returns the latest EUR → 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/EUR/KHR"fetch('https://rate-api.com/api/v1/pair/EUR/KHR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} KHR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/KHR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} KHR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/KHR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} KHR\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "KHR"
},
"rate": 4636.1614,
"timestamp": 1790429423,
"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 EURCambodian Riel → Euro0.0002157Convert EUR to other currencies
Convert other currencies to KHR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.