Skip to content

AUD to KHR exchange rate API

Australian Dollar to Riel · quoted 2026-09-27

2852.83

▲ +3.28% over 6M

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 6 months, AUD/KHR traded between 2762.27 and 2915.15, averaged 2849.76 and rose 3.28%. 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 6M

AUD/KHR over 6M: show the values
PointAUD/KHR
2026-03-312762.27
2026-04-072778.20
2026-04-142858.15
2026-04-212866.42
2026-04-282869.93
2026-05-052876.51
2026-05-122897.60
2026-05-202861.23
2026-05-282870.75
2026-06-042870.41
2026-06-132837.67
2026-06-202821.89
2026-06-272772.59
2026-07-042779.57
2026-07-112802.49
2026-07-182821.18
2026-07-252824.12
2026-08-012837.21
2026-08-082864.60
2026-08-152863.17
2026-08-232899.32
2026-08-302897.33
2026-09-062915.15
2026-09-132903.77
2026-09-202886.31
2026-09-272852.83

High

2915.15

Low

2762.27

Average

2849.76

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.