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: show the values
| Point | AED/KHR |
|---|---|
| 2025-09-25 | 1090.79 |
| 2025-10-02 | 1091.66 |
| 2025-10-09 | 1093.20 |
| 2025-10-16 | 1094.73 |
| 2025-10-23 | 1097.00 |
| 2025-10-30 | 1095.45 |
| 2025-11-06 | 1095.56 |
| 2025-11-13 | 1092.20 |
| 2025-11-20 | 1091.27 |
| 2025-11-27 | 1089.90 |
| 2025-12-04 | 1091.04 |
| 2025-12-12 | 1089.07 |
| 2025-12-19 | 1090.17 |
| 2025-12-26 | 1091.53 |
| 2026-01-02 | 1092.02 |
| 2026-01-09 | 1094.86 |
| 2026-01-16 | 1095.57 |
| 2026-01-23 | 1094.83 |
| 2026-01-30 | 1094.80 |
| 2026-02-06 | 1099.10 |
| 2026-02-13 | 1094.95 |
| 2026-02-20 | 1094.65 |
| 2026-02-27 | 1091.86 |
| 2026-03-06 | 1092.34 |
| 2026-03-13 | 1095.21 |
| 2026-03-20 | 1088.53 |
| 2026-03-27 | 1090.24 |
| 2026-04-03 | 1087.67 |
| 2026-04-10 | 1092.41 |
| 2026-04-17 | 1091.60 |
| 2026-04-24 | 1091.72 |
| 2026-05-01 | 1092.40 |
| 2026-05-08 | 1095.59 |
| 2026-05-16 | 1092.16 |
| 2026-05-24 | 1093.95 |
| 2026-05-31 | 1096.34 |
| 2026-06-09 | 1094.00 |
| 2026-06-16 | 1092.40 |
| 2026-06-23 | 1094.17 |
| 2026-06-30 | 1094.87 |
| 2026-07-07 | 1090.98 |
| 2026-07-14 | 1102.52 |
| 2026-07-21 | 1100.75 |
| 2026-07-28 | 1101.27 |
| 2026-08-04 | 1102.43 |
| 2026-08-11 | 1104.70 |
| 2026-08-18 | 1100.87 |
| 2026-08-26 | 1100.91 |
| 2026-09-02 | 1103.11 |
| 2026-09-09 | 1101.26 |
| 2026-09-16 | 1102.99 |
| 2026-09-23 | 1105.80 |
High
1106.94
Low
1087.67
Average
1095.21
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.