Convert AUD to KHR
Australian Dollar → Cambodian Riel
1 AUD = 2,858.2993 KHR(1 KHR = 0.000349858 AUD)
Currency converter
1 AUD =
2,858.2993 KHR
AUD to KHR: last 30 days
Over the last 30 days, 1 AUD traded between 2,858.2993 and 2,922.4318 KHR, averaging 2,897.3141 KHR. The AUD/KHR rate is down 1.81% since 2026-08-28.
- 30-day high
- 2,922.4318
- 2026-09-09
- 30-day low
- 2,858.2993
- 2026-09-25
- 30-day average
- 2,897.3141
- Days with data: 30
- 30-day change
- -1.81%
- since 2026-08-28
2,922.4318
2,858.29932026-08-28 → 2026-09-26
| Date | 1 AUD in KHR | Daily change |
|---|---|---|
| 2026-09-26 | 2,858.2993 | 0.00% |
| 2026-09-25 | 2,858.2993 | -0.01% |
| 2026-09-24 | 2,858.5416 | -0.42% |
| 2026-09-23 | 2,870.4597 | -0.43% |
| 2026-09-22 | 2,882.7708 | -0.31% |
| 2026-09-21 | 2,891.6291 | +0.24% |
| 2026-09-20 | 2,884.6752 | -0.01% |
| 2026-09-19 | 2,885.0007 | -0.03% |
| 2026-09-18 | 2,885.7236 | -0.30% |
| 2026-09-17 | 2,894.2883 | +0.17% |
| 2026-09-16 | 2,889.4258 | +0.15% |
| 2026-09-15 | 2,885.011 | -0.13% |
| 2026-09-14 | 2,888.7679 | -0.63% |
| 2026-09-13 | 2,906.9473 | -0.08% |
| 2026-09-12 | 2,909.2664 | +0.01% |
| Date | 1 AUD in KHR | Daily change |
|---|---|---|
| 2026-09-11 | 2,909.0871 | -0.11% |
| 2026-09-10 | 2,912.4071 | -0.34% |
| 2026-09-09 | 2,922.4318 | +0.06% |
| 2026-09-08 | 2,920.7061 | +0.03% |
| 2026-09-07 | 2,919.8305 | +0.16% |
| 2026-09-06 | 2,915.299 | +0.07% |
| 2026-09-05 | 2,913.2546 | -0.04% |
| 2026-09-04 | 2,914.5301 | +0.14% |
| 2026-09-03 | 2,910.3365 | +0.50% |
| 2026-09-02 | 2,895.9549 | +0.06% |
| 2026-09-01 | 2,894.155 | -0.57% |
| 2026-08-31 | 2,910.659 | -0.02% |
| 2026-08-30 | 2,911.1008 | +0.05% |
| 2026-08-29 | 2,909.6059 | -0.05% |
| 2026-08-28 | 2,910.96 | — |
AUD to KHR conversion table
1 AUD2,858.2993 KHR
5 AUD14,291.496 KHR
10 AUD28,582.993 KHR
25 AUD71,457.481 KHR
50 AUD142,914.96 KHR
100 AUD285,829.93 KHR
500 AUD1,429,149.6 KHR
1,000 AUD2,858,299.3 KHR
5,000 AUD14,291,496 KHR
10,000 AUD28,582,993 KHR
Get the AUD/KHR rate in your app
One GET request returns the latest AUD → 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/AUD/KHR"fetch('https://rate-api.com/api/v1/pair/AUD/KHR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} KHR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/KHR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} KHR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/KHR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} KHR\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "KHR"
},
"rate": 2858.2993,
"timestamp": 1790429347,
"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 AUDCambodian Riel → Australian Dollar0.00034986Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.