BAM to IDR exchange rate API
Convertible Mark to Rupiah · quoted 2026-09-26
10430.73
▲ +3.95% over YTD
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 year to date, BAM/IDR traded between 9995.28 and 10731.38, averaged 10345.75 and rose 3.95%. 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 YTD: show the values
| Point | BAM/IDR |
|---|---|
| 2025-12-31 | 10034.64 |
| 2026-01-07 | 10031.92 |
| 2026-01-14 | 10039.92 |
| 2026-01-21 | 10140.90 |
| 2026-01-28 | 10265.63 |
| 2026-02-04 | 10153.44 |
| 2026-02-11 | 10239.66 |
| 2026-02-18 | 10226.16 |
| 2026-02-25 | 10133.32 |
| 2026-03-04 | 9995.28 |
| 2026-03-11 | 10039.96 |
| 2026-03-18 | 10022.98 |
| 2026-03-25 | 10004.13 |
| 2026-04-01 | 10003.23 |
| 2026-04-08 | 10130.10 |
| 2026-04-15 | 10341.49 |
| 2026-04-22 | 10329.32 |
| 2026-04-29 | 10374.55 |
| 2026-05-06 | 10378.56 |
| 2026-05-14 | 10460.47 |
| 2026-05-21 | 10502.99 |
| 2026-05-29 | 10602.36 |
| 2026-06-05 | 10731.38 |
| 2026-06-14 | 10605.68 |
| 2026-06-21 | 10466.85 |
| 2026-06-28 | 10448.87 |
| 2026-07-05 | 10531.85 |
| 2026-07-12 | 10565.86 |
| 2026-07-19 | 10513.04 |
| 2026-07-26 | 10447.37 |
| 2026-08-02 | 10651.26 |
| 2026-08-09 | 10593.55 |
| 2026-08-16 | 10568.01 |
| 2026-08-24 | 10576.24 |
| 2026-08-31 | 10495.68 |
| 2026-09-07 | 10475.72 |
| 2026-09-14 | 10444.78 |
| 2026-09-21 | 10486.40 |
High
10731.38
Low
9995.28
Average
10345.75
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.