AUD to KHR exchange rate API
Australian Dollar to Riel · quoted 2026-09-27
2852.83
▼ +1.99% over 30D
1 AUD = 2852.83 KHR · 1 KHR = 0.000351 AUD · Get this rate via the API
1 AUD buys 2852.83 KHR as of 2026-09-27, so 1 KHR buys 0.000351 AUD. Over the last 30 days, AUD/KHR traded between 2851.92 and 2922.35, averaged 2893.48 and fell 1.99%. The API holds daily AUD/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AUD/KHR over 30D: show the values
| Point | AUD/KHR |
|---|---|
| 2026-08-28 | 2910.89 |
| 2026-08-29 | 2896.03 |
| 2026-08-30 | 2897.33 |
| 2026-08-31 | 2910.75 |
| 2026-09-01 | 2894.06 |
| 2026-09-02 | 2895.92 |
| 2026-09-03 | 2910.37 |
| 2026-09-04 | 2914.47 |
| 2026-09-05 | 2913.48 |
| 2026-09-06 | 2915.15 |
| 2026-09-07 | 2919.88 |
| 2026-09-08 | 2920.74 |
| 2026-09-09 | 2922.35 |
| 2026-09-10 | 2912.43 |
| 2026-09-11 | 2909.19 |
| 2026-09-12 | 2908.57 |
| 2026-09-13 | 2903.77 |
| 2026-09-14 | 2888.67 |
| 2026-09-15 | 2884.98 |
| 2026-09-16 | 2889.43 |
| 2026-09-17 | 2894.26 |
| 2026-09-18 | 2885.83 |
| 2026-09-19 | 2887.25 |
| 2026-09-20 | 2886.31 |
| 2026-09-21 | 2891.54 |
| 2026-09-22 | 2882.69 |
| 2026-09-23 | 2870.46 |
| 2026-09-24 | 2858.54 |
| 2026-09-25 | 2858.30 |
| 2026-09-26 | 2851.92 |
| 2026-09-27 | 2852.83 |
High
2922.35
Low
2851.92
Average
2893.48
Get this rate via the API
One GET request returns the AUD/KHR rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=KHR").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/KHR API questions
How do I get the AUD/KHR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=KHR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/KHR rate in rates.KHR.
How far back does AUD/KHR historical data go?
Daily AUD/KHR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free AUD/KHR exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.