AUD to KHR exchange rate API
Australian Dollar to Riel · quoted 2026-09-27
2852.83
▲ +2.76% over 5Y
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 5 years, AUD/KHR traded between 2403.35 and 2919.88, averaged 2687.69 and rose 2.76%. 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 5Y: show the values
| Point | AUD/KHR |
|---|---|
| 2024-08-24 | 2776.23 |
| 2024-10-07 | 2765.26 |
| 2024-11-06 | 2666.99 |
| 2024-12-06 | 2587.00 |
| 2025-01-05 | 2503.77 |
| 2025-02-04 | 2492.89 |
| 2025-03-06 | 2541.24 |
| 2025-04-06 | 2403.35 |
| 2025-05-06 | 2592.36 |
| 2025-06-07 | 2611.03 |
| 2025-07-07 | 2609.97 |
| 2025-08-06 | 2600.26 |
| 2025-09-05 | 2620.32 |
| 2025-10-06 | 2649.32 |
| 2025-11-05 | 2604.45 |
| 2025-12-05 | 2658.16 |
| 2026-01-05 | 2677.95 |
| 2026-02-04 | 2832.37 |
| 2026-03-06 | 2811.02 |
| 2026-04-05 | 2753.71 |
| 2026-05-05 | 2876.51 |
| 2026-06-06 | 2824.76 |
| 2026-07-08 | 2789.18 |
| 2026-08-07 | 2859.24 |
| 2026-09-07 | 2919.88 |
High
2919.88
Low
2403.35
Average
2687.69
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.