Skip to content

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

AUD/KHR over 1Y: show the values
PointAUD/KHR
2025-09-272623.18
2025-10-042646.24
2025-10-112607.01
2025-10-182612.06
2025-10-252624.67
2025-11-012629.14
2025-11-082603.40
2025-11-152623.93
2025-11-222590.30
2025-11-292618.61
2025-12-062657.70
2025-12-142659.61
2025-12-212648.52
2025-12-282686.31
2026-01-042682.43
2026-01-112686.20
2026-01-182685.82
2026-01-252782.89
2026-02-012797.47
2026-02-082826.00
2026-02-152839.48
2026-02-222839.87
2026-03-012834.24
2026-03-082804.18
2026-03-152804.28
2026-03-222811.78
2026-03-292757.81
2026-04-052753.71
2026-04-122812.63
2026-04-192866.07
2026-04-262855.74
2026-05-032893.58
2026-05-102895.92
2026-05-182880.56
2026-05-262876.54
2026-06-022887.64
2026-06-112817.27
2026-06-182811.63
2026-06-252765.48
2026-07-022764.33
2026-07-092791.25
2026-07-162821.13
2026-07-232822.74
2026-07-302815.29
2026-08-062850.83
2026-08-132854.91
2026-08-212885.31
2026-08-282910.89
2026-09-042914.47
2026-09-112909.19
2026-09-182885.83
2026-09-252858.30

High

2914.47

Low

2590.30

Average

2774.29

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=KHR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=KHR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=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&currencies=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.