Skip to content

BAM to JPY exchange rate API

Convertible Mark to Yen · quoted 2026-09-27

91.6189

▲ +2.41% over 1Y

1 BAM = 91.6189 JPY · 1 JPY = 0.01091 BAM · Get this rate via the API

1 BAM buys 91.6189 JPY as of 2026-09-27, so 1 JPY buys 0.01091 BAM. Over the last year, BAM/JPY traded between 88.5101 and 95.6195, averaged 93.4254 and rose 2.41%. The API holds daily BAM/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/JPY over 1Y

BAM/JPY over 1Y: show the values
PointBAM/JPY
2025-09-2789.4604
2025-10-0488.5101
2025-10-1189.7083
2025-10-1889.7634
2025-10-2590.8581
2025-11-0190.8635
2025-11-0890.7630
2025-11-1591.7943
2025-11-2292.0731
2025-11-2992.5763
2025-12-0692.4660
2025-12-1493.5617
2025-12-2194.4014
2025-12-2894.2364
2026-01-0494.0043
2026-01-1194.0108
2026-01-1893.7509
2026-01-2593.6020
2026-02-0193.9664
2026-02-0895.1008
2026-02-1592.6581
2026-02-2293.3504
2026-03-0194.2897
2026-03-0893.8302
2026-03-1593.5830
2026-03-2294.4173
2026-03-2994.5609
2026-04-0594.0557
2026-04-1295.6195
2026-04-1995.5487
2026-04-2695.6035
2026-05-0393.9510
2026-05-1094.5384
2026-05-1894.3801
2026-05-2694.7044
2026-06-0295.0489
2026-06-1194.7822
2026-06-1894.8213
2026-06-2594.0888
2026-07-0294.1383
2026-07-0994.8899
2026-07-1695.0865
2026-07-2395.5182
2026-07-3095.4299
2026-08-0693.2296
2026-08-1393.8732
2026-08-2194.8585
2026-08-2895.0836
2026-09-0492.8577
2026-09-1191.3707
2026-09-1892.6757
2026-09-2591.6105

High

95.6195

Low

88.5101

Average

93.4254

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/JPY API questions

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

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

How far back does BAM/JPY historical data go?

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