AUD to KHR exchange rate API
Australian Dollar to Riel · quoted 2026-09-27
2852.83
▲ +6.41% over YTD
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 year to date, AUD/KHR traded between 2681.02 and 2919.88, averaged 2834.68 and rose 6.41%. 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 YTD: show the values
| Point | AUD/KHR |
|---|---|
| 2025-12-31 | 2681.02 |
| 2026-01-07 | 2703.66 |
| 2026-01-14 | 2689.41 |
| 2026-01-21 | 2726.05 |
| 2026-01-28 | 2809.06 |
| 2026-02-04 | 2832.37 |
| 2026-02-11 | 2868.04 |
| 2026-02-18 | 2840.83 |
| 2026-02-25 | 2845.36 |
| 2026-03-04 | 2835.12 |
| 2026-03-11 | 2870.09 |
| 2026-03-18 | 2825.61 |
| 2026-03-25 | 2791.79 |
| 2026-04-01 | 2783.60 |
| 2026-04-08 | 2816.62 |
| 2026-04-15 | 2864.65 |
| 2026-04-22 | 2863.23 |
| 2026-04-29 | 2872.07 |
| 2026-05-06 | 2899.49 |
| 2026-05-14 | 2903.57 |
| 2026-05-21 | 2863.41 |
| 2026-05-29 | 2879.75 |
| 2026-06-05 | 2878.55 |
| 2026-06-14 | 2847.04 |
| 2026-06-21 | 2819.10 |
| 2026-06-28 | 2771.98 |
| 2026-07-05 | 2788.00 |
| 2026-07-12 | 2802.25 |
| 2026-07-19 | 2817.16 |
| 2026-07-26 | 2826.28 |
| 2026-08-02 | 2848.22 |
| 2026-08-09 | 2864.47 |
| 2026-08-16 | 2865.78 |
| 2026-08-24 | 2895.23 |
| 2026-08-31 | 2910.75 |
| 2026-09-07 | 2919.88 |
| 2026-09-14 | 2888.67 |
| 2026-09-21 | 2891.54 |
High
2919.88
Low
2681.02
Average
2834.68
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.