Skip to content

BAM to KHR exchange rate API

Convertible Mark to Riel · quoted 2026-09-26

2364.24

▼ +1.33% over 1Y

1 BAM = 2364.24 KHR · 1 KHR = 0.000423 BAM · Get this rate via the API

1 BAM buys 2364.24 KHR as of 2026-09-26, so 1 KHR buys 0.000423 BAM. Over the last year, BAM/KHR traded between 2330.02 and 2440.13, averaged 2388.72 and fell 1.33%. The API holds daily BAM/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/KHR over 1Y

BAM/KHR over 1Y: show the values
PointBAM/KHR
2025-09-262396.08
2025-10-032403.62
2025-10-102380.24
2025-10-172401.50
2025-10-242388.97
2025-10-312375.58
2025-11-072369.10
2025-11-142386.73
2025-11-212362.32
2025-11-282371.74
2025-12-052386.47
2025-12-132401.39
2025-12-202402.70
2025-12-272413.22
2026-01-032405.64
2026-01-102392.92
2026-01-172386.42
2026-01-242435.72
2026-01-312440.13
2026-02-072434.18
2026-02-142437.69
2026-02-212422.00
2026-02-282421.70
2026-03-072382.04
2026-03-142348.05
2026-03-212376.20
2026-03-282360.39
2026-04-042357.22
2026-04-112405.37
2026-04-182418.45
2026-04-252394.05
2026-05-022403.13
2026-05-092412.08
2026-05-172380.31
2026-05-252379.90
2026-06-012391.16
2026-06-102376.41
2026-06-172382.57
2026-06-242330.02
2026-07-012346.42
2026-07-082351.45
2026-07-152365.01
2026-07-222357.45
2026-07-292354.06
2026-08-052385.11
2026-08-122387.26
2026-08-202405.40
2026-08-272410.53
2026-09-032399.15
2026-09-102412.00
2026-09-172384.55
2026-09-242366.38

High

2440.13

Low

2330.02

Average

2388.72

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/KHR API questions

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

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

How far back does BAM/KHR historical data go?

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