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: show the values
| Point | BAM/KHR |
|---|---|
| 2025-09-26 | 2396.08 |
| 2025-10-03 | 2403.62 |
| 2025-10-10 | 2380.24 |
| 2025-10-17 | 2401.50 |
| 2025-10-24 | 2388.97 |
| 2025-10-31 | 2375.58 |
| 2025-11-07 | 2369.10 |
| 2025-11-14 | 2386.73 |
| 2025-11-21 | 2362.32 |
| 2025-11-28 | 2371.74 |
| 2025-12-05 | 2386.47 |
| 2025-12-13 | 2401.39 |
| 2025-12-20 | 2402.70 |
| 2025-12-27 | 2413.22 |
| 2026-01-03 | 2405.64 |
| 2026-01-10 | 2392.92 |
| 2026-01-17 | 2386.42 |
| 2026-01-24 | 2435.72 |
| 2026-01-31 | 2440.13 |
| 2026-02-07 | 2434.18 |
| 2026-02-14 | 2437.69 |
| 2026-02-21 | 2422.00 |
| 2026-02-28 | 2421.70 |
| 2026-03-07 | 2382.04 |
| 2026-03-14 | 2348.05 |
| 2026-03-21 | 2376.20 |
| 2026-03-28 | 2360.39 |
| 2026-04-04 | 2357.22 |
| 2026-04-11 | 2405.37 |
| 2026-04-18 | 2418.45 |
| 2026-04-25 | 2394.05 |
| 2026-05-02 | 2403.13 |
| 2026-05-09 | 2412.08 |
| 2026-05-17 | 2380.31 |
| 2026-05-25 | 2379.90 |
| 2026-06-01 | 2391.16 |
| 2026-06-10 | 2376.41 |
| 2026-06-17 | 2382.57 |
| 2026-06-24 | 2330.02 |
| 2026-07-01 | 2346.42 |
| 2026-07-08 | 2351.45 |
| 2026-07-15 | 2365.01 |
| 2026-07-22 | 2357.45 |
| 2026-07-29 | 2354.06 |
| 2026-08-05 | 2385.11 |
| 2026-08-12 | 2387.26 |
| 2026-08-20 | 2405.40 |
| 2026-08-27 | 2410.53 |
| 2026-09-03 | 2399.15 |
| 2026-09-10 | 2412.00 |
| 2026-09-17 | 2384.55 |
| 2026-09-24 | 2366.38 |
High
2440.13
Low
2330.02
Average
2388.72
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.