Skip to content

AED to KHR exchange rate API

UAE Dirham to Riel · quoted 2026-09-25

1106.94

▲ +1.48% over 1Y

1 AED = 1106.94 KHR · 1 KHR = 0.000903 AED · Get this rate via the API

1 AED buys 1106.94 KHR as of 2026-09-25, so 1 KHR buys 0.000903 AED. Over the last year, AED/KHR traded between 1087.67 and 1106.94, averaged 1095.21 and rose 1.48%. The API holds daily AED/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/KHR over 1Y

AED/KHR over 1Y: show the values
PointAED/KHR
2025-09-251090.79
2025-10-021091.66
2025-10-091093.20
2025-10-161094.73
2025-10-231097.00
2025-10-301095.45
2025-11-061095.56
2025-11-131092.20
2025-11-201091.27
2025-11-271089.90
2025-12-041091.04
2025-12-121089.07
2025-12-191090.17
2025-12-261091.53
2026-01-021092.02
2026-01-091094.86
2026-01-161095.57
2026-01-231094.83
2026-01-301094.80
2026-02-061099.10
2026-02-131094.95
2026-02-201094.65
2026-02-271091.86
2026-03-061092.34
2026-03-131095.21
2026-03-201088.53
2026-03-271090.24
2026-04-031087.67
2026-04-101092.41
2026-04-171091.60
2026-04-241091.72
2026-05-011092.40
2026-05-081095.59
2026-05-161092.16
2026-05-241093.95
2026-05-311096.34
2026-06-091094.00
2026-06-161092.40
2026-06-231094.17
2026-06-301094.87
2026-07-071090.98
2026-07-141102.52
2026-07-211100.75
2026-07-281101.27
2026-08-041102.43
2026-08-111104.70
2026-08-181100.87
2026-08-261100.91
2026-09-021103.11
2026-09-091101.26
2026-09-161102.99
2026-09-231105.80

High

1106.94

Low

1087.67

Average

1095.21

For developers

Get this rate via the API

One GET request returns the AED/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=AED&currencies=KHR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&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=AED&currencies=KHR").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/KHR API questions

How do I get the AED/KHR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=KHR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/KHR rate in rates.KHR.

How far back does AED/KHR historical data go?

Daily AED/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 AED/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.