AUD to KHR exchange rate API
Australian Dollar to Riel · quoted 2026-09-27
2852.83
▲ +8.75% over 1Y
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 year, AUD/KHR traded between 2590.30 and 2914.47, averaged 2774.29 and rose 8.75%. 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 1Y: show the values
| Point | AUD/KHR |
|---|---|
| 2025-09-27 | 2623.18 |
| 2025-10-04 | 2646.24 |
| 2025-10-11 | 2607.01 |
| 2025-10-18 | 2612.06 |
| 2025-10-25 | 2624.67 |
| 2025-11-01 | 2629.14 |
| 2025-11-08 | 2603.40 |
| 2025-11-15 | 2623.93 |
| 2025-11-22 | 2590.30 |
| 2025-11-29 | 2618.61 |
| 2025-12-06 | 2657.70 |
| 2025-12-14 | 2659.61 |
| 2025-12-21 | 2648.52 |
| 2025-12-28 | 2686.31 |
| 2026-01-04 | 2682.43 |
| 2026-01-11 | 2686.20 |
| 2026-01-18 | 2685.82 |
| 2026-01-25 | 2782.89 |
| 2026-02-01 | 2797.47 |
| 2026-02-08 | 2826.00 |
| 2026-02-15 | 2839.48 |
| 2026-02-22 | 2839.87 |
| 2026-03-01 | 2834.24 |
| 2026-03-08 | 2804.18 |
| 2026-03-15 | 2804.28 |
| 2026-03-22 | 2811.78 |
| 2026-03-29 | 2757.81 |
| 2026-04-05 | 2753.71 |
| 2026-04-12 | 2812.63 |
| 2026-04-19 | 2866.07 |
| 2026-04-26 | 2855.74 |
| 2026-05-03 | 2893.58 |
| 2026-05-10 | 2895.92 |
| 2026-05-18 | 2880.56 |
| 2026-05-26 | 2876.54 |
| 2026-06-02 | 2887.64 |
| 2026-06-11 | 2817.27 |
| 2026-06-18 | 2811.63 |
| 2026-06-25 | 2765.48 |
| 2026-07-02 | 2764.33 |
| 2026-07-09 | 2791.25 |
| 2026-07-16 | 2821.13 |
| 2026-07-23 | 2822.74 |
| 2026-07-30 | 2815.29 |
| 2026-08-06 | 2850.83 |
| 2026-08-13 | 2854.91 |
| 2026-08-21 | 2885.31 |
| 2026-08-28 | 2910.89 |
| 2026-09-04 | 2914.47 |
| 2026-09-11 | 2909.19 |
| 2026-09-18 | 2885.83 |
| 2026-09-25 | 2858.30 |
High
2914.47
Low
2590.30
Average
2774.29
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.