AZN to KHR exchange rate API
Azerbaijanian Manat to Riel · quoted 2026-09-26
2387.82
▲ +0.30% over 30D
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 30 days, AZN/KHR traded between 2376.31 and 2410.02, averaged 2383.97 and rose 0.30%. 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 30D: show the values
| Point | AZN/KHR |
|---|---|
| 2026-08-27 | 2380.68 |
| 2026-08-28 | 2379.93 |
| 2026-08-29 | 2376.58 |
| 2026-08-30 | 2377.81 |
| 2026-08-31 | 2376.31 |
| 2026-09-01 | 2383.94 |
| 2026-09-02 | 2383.37 |
| 2026-09-03 | 2379.94 |
| 2026-09-04 | 2379.97 |
| 2026-09-05 | 2378.93 |
| 2026-09-06 | 2378.32 |
| 2026-09-07 | 2380.69 |
| 2026-09-08 | 2381.41 |
| 2026-09-09 | 2377.85 |
| 2026-09-10 | 2384.41 |
| 2026-09-11 | 2385.79 |
| 2026-09-12 | 2385.94 |
| 2026-09-13 | 2382.04 |
| 2026-09-14 | 2383.41 |
| 2026-09-15 | 2381.66 |
| 2026-09-16 | 2383.17 |
| 2026-09-17 | 2393.24 |
| 2026-09-18 | 2410.02 |
| 2026-09-19 | 2383.52 |
| 2026-09-20 | 2380.89 |
| 2026-09-21 | 2383.04 |
| 2026-09-22 | 2384.90 |
| 2026-09-23 | 2389.16 |
| 2026-09-24 | 2392.99 |
| 2026-09-25 | 2391.61 |
| 2026-09-26 | 2387.82 |
High
2410.02
Low
2376.31
Average
2383.97
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.