Skip to content

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

AZN/KHR over 1Y: show the values
PointAZN/KHR
2025-09-262414.37
2025-10-032410.62
2025-10-102419.25
2025-10-172360.99
2025-10-242367.13
2025-10-312360.34
2025-11-072362.27
2025-11-142360.03
2025-11-212355.97
2025-11-282355.48
2025-12-052355.97
2025-12-132353.94
2025-12-202359.86
2025-12-272357.84
2026-01-032359.63
2026-01-102364.99
2026-01-172368.01
2026-01-242368.42
2026-01-312367.32
2026-02-072371.41
2026-02-142364.01
2026-02-212364.74
2026-02-282358.59
2026-03-072359.03
2026-03-142358.94
2026-03-212358.44
2026-03-282354.50
2026-04-042355.23
2026-04-112356.26
2026-04-182353.33
2026-04-252347.46
2026-05-022354.80
2026-05-092353.33
2026-05-172353.11
2026-05-252352.91
2026-06-012361.92
2026-06-102367.46
2026-06-172360.59
2026-06-242358.82
2026-07-012367.09
2026-07-082369.68
2026-07-152378.19
2026-07-222377.74
2026-07-292376.46
2026-08-052378.41
2026-08-122380.75
2026-08-202369.11
2026-08-272380.68
2026-09-032379.94
2026-09-102384.41
2026-09-172393.24
2026-09-242392.99

High

2419.25

Low

2347.46

Average

2368.00

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=KHR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&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=AZN&currencies=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&currencies=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.