BAM to IDR exchange rate API
Convertible Mark to Rupiah · quoted 2026-09-26
10430.73
▲ +4.64% over 1Y
1 BAM = 10430.73 IDR · 1 IDR = 0.000096 BAM · Get this rate via the API
1 BAM buys 10430.73 IDR as of 2026-09-26, so 1 IDR buys 0.000096 BAM. Over the last year, BAM/IDR traded between 9811.90 and 10629.40, averaged 10224.99 and rose 4.64%. The API holds daily BAM/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/IDR over 1Y: show the values
| Point | BAM/IDR |
|---|---|
| 2025-09-26 | 9968.43 |
| 2025-10-03 | 9928.68 |
| 2025-10-10 | 9811.90 |
| 2025-10-17 | 9919.54 |
| 2025-10-24 | 9859.59 |
| 2025-10-31 | 9857.43 |
| 2025-11-07 | 9850.39 |
| 2025-11-14 | 9936.35 |
| 2025-11-21 | 9860.47 |
| 2025-11-28 | 9867.70 |
| 2025-12-05 | 9933.55 |
| 2025-12-13 | 9979.09 |
| 2025-12-20 | 9997.03 |
| 2025-12-27 | 10097.53 |
| 2026-01-03 | 10016.13 |
| 2026-01-10 | 10021.85 |
| 2026-01-17 | 10018.01 |
| 2026-01-24 | 10147.87 |
| 2026-01-31 | 10173.98 |
| 2026-02-07 | 10174.37 |
| 2026-02-14 | 10207.37 |
| 2026-02-21 | 10156.53 |
| 2026-02-28 | 10139.58 |
| 2026-03-07 | 10063.35 |
| 2026-03-14 | 9918.31 |
| 2026-03-21 | 10053.19 |
| 2026-03-28 | 9996.24 |
| 2026-04-04 | 10001.98 |
| 2026-04-11 | 10238.11 |
| 2026-04-18 | 10337.19 |
| 2026-04-25 | 10325.95 |
| 2026-05-02 | 10381.73 |
| 2026-05-09 | 10452.82 |
| 2026-05-17 | 10451.06 |
| 2026-05-25 | 10551.58 |
| 2026-06-01 | 10621.03 |
| 2026-06-10 | 10575.02 |
| 2026-06-17 | 10569.90 |
| 2026-06-24 | 10445.59 |
| 2026-07-01 | 10472.91 |
| 2026-07-08 | 10558.72 |
| 2026-07-15 | 10571.27 |
| 2026-07-22 | 10450.48 |
| 2026-07-29 | 10530.56 |
| 2026-08-05 | 10541.91 |
| 2026-08-12 | 10524.63 |
| 2026-08-20 | 10629.40 |
| 2026-08-27 | 10564.80 |
| 2026-09-03 | 10464.23 |
| 2026-09-10 | 10457.37 |
| 2026-09-17 | 10389.88 |
| 2026-09-24 | 10431.19 |
High
10629.40
Low
9811.90
Average
10224.99
Get this rate via the API
One GET request returns the BAM/IDR 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=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=IDR").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/IDR API questions
How do I get the BAM/IDR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/IDR rate in rates.IDR.
How far back does BAM/IDR historical data go?
Daily BAM/IDR 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/IDR 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.