Skip to content

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

BAM/IDR over YTD: show the values
PointBAM/IDR
2025-12-3110034.64
2026-01-0710031.92
2026-01-1410039.92
2026-01-2110140.90
2026-01-2810265.63
2026-02-0410153.44
2026-02-1110239.66
2026-02-1810226.16
2026-02-2510133.32
2026-03-049995.28
2026-03-1110039.96
2026-03-1810022.98
2026-03-2510004.13
2026-04-0110003.23
2026-04-0810130.10
2026-04-1510341.49
2026-04-2210329.32
2026-04-2910374.55
2026-05-0610378.56
2026-05-1410460.47
2026-05-2110502.99
2026-05-2910602.36
2026-06-0510731.38
2026-06-1410605.68
2026-06-2110466.85
2026-06-2810448.87
2026-07-0510531.85
2026-07-1210565.86
2026-07-1910513.04
2026-07-2610447.37
2026-08-0210651.26
2026-08-0910593.55
2026-08-1610568.01
2026-08-2410576.24
2026-08-3110495.68
2026-09-0710475.72
2026-09-1410444.78
2026-09-2110486.40

High

10731.38

Low

9995.28

Average

10345.75

For developers

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