AZN to KHR exchange rate API
Azerbaijanian Manat to Riel · quoted 2026-09-26
2387.82
▼ +1.10% over 1Y
1 AZN = 2387.82 KHR · 1 KHR = 0.000419 AZN · Get this rate via the API
1 AZN buys 2387.82 KHR as of 2026-09-26, so 1 KHR buys 0.000419 AZN. Over the last year, AZN/KHR traded between 2347.46 and 2419.25, averaged 2368.00 and fell 1.10%. The API holds daily AZN/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/KHR over 1Y: show the values
| Point | AZN/KHR |
|---|---|
| 2025-09-26 | 2414.37 |
| 2025-10-03 | 2410.62 |
| 2025-10-10 | 2419.25 |
| 2025-10-17 | 2360.99 |
| 2025-10-24 | 2367.13 |
| 2025-10-31 | 2360.34 |
| 2025-11-07 | 2362.27 |
| 2025-11-14 | 2360.03 |
| 2025-11-21 | 2355.97 |
| 2025-11-28 | 2355.48 |
| 2025-12-05 | 2355.97 |
| 2025-12-13 | 2353.94 |
| 2025-12-20 | 2359.86 |
| 2025-12-27 | 2357.84 |
| 2026-01-03 | 2359.63 |
| 2026-01-10 | 2364.99 |
| 2026-01-17 | 2368.01 |
| 2026-01-24 | 2368.42 |
| 2026-01-31 | 2367.32 |
| 2026-02-07 | 2371.41 |
| 2026-02-14 | 2364.01 |
| 2026-02-21 | 2364.74 |
| 2026-02-28 | 2358.59 |
| 2026-03-07 | 2359.03 |
| 2026-03-14 | 2358.94 |
| 2026-03-21 | 2358.44 |
| 2026-03-28 | 2354.50 |
| 2026-04-04 | 2355.23 |
| 2026-04-11 | 2356.26 |
| 2026-04-18 | 2353.33 |
| 2026-04-25 | 2347.46 |
| 2026-05-02 | 2354.80 |
| 2026-05-09 | 2353.33 |
| 2026-05-17 | 2353.11 |
| 2026-05-25 | 2352.91 |
| 2026-06-01 | 2361.92 |
| 2026-06-10 | 2367.46 |
| 2026-06-17 | 2360.59 |
| 2026-06-24 | 2358.82 |
| 2026-07-01 | 2367.09 |
| 2026-07-08 | 2369.68 |
| 2026-07-15 | 2378.19 |
| 2026-07-22 | 2377.74 |
| 2026-07-29 | 2376.46 |
| 2026-08-05 | 2378.41 |
| 2026-08-12 | 2380.75 |
| 2026-08-20 | 2369.11 |
| 2026-08-27 | 2380.68 |
| 2026-09-03 | 2379.94 |
| 2026-09-10 | 2384.41 |
| 2026-09-17 | 2393.24 |
| 2026-09-24 | 2392.99 |
High
2419.25
Low
2347.46
Average
2368.00
Get this rate via the API
One GET request returns the AZN/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=AZN¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=KHR").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/KHR API questions
How do I get the AZN/KHR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=KHR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/KHR rate in rates.KHR.
How far back does AZN/KHR historical data go?
Daily AZN/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 AZN/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.