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: show the values
| Point | BAM/JPY |
|---|---|
| 2025-09-27 | 89.4604 |
| 2025-10-04 | 88.5101 |
| 2025-10-11 | 89.7083 |
| 2025-10-18 | 89.7634 |
| 2025-10-25 | 90.8581 |
| 2025-11-01 | 90.8635 |
| 2025-11-08 | 90.7630 |
| 2025-11-15 | 91.7943 |
| 2025-11-22 | 92.0731 |
| 2025-11-29 | 92.5763 |
| 2025-12-06 | 92.4660 |
| 2025-12-14 | 93.5617 |
| 2025-12-21 | 94.4014 |
| 2025-12-28 | 94.2364 |
| 2026-01-04 | 94.0043 |
| 2026-01-11 | 94.0108 |
| 2026-01-18 | 93.7509 |
| 2026-01-25 | 93.6020 |
| 2026-02-01 | 93.9664 |
| 2026-02-08 | 95.1008 |
| 2026-02-15 | 92.6581 |
| 2026-02-22 | 93.3504 |
| 2026-03-01 | 94.2897 |
| 2026-03-08 | 93.8302 |
| 2026-03-15 | 93.5830 |
| 2026-03-22 | 94.4173 |
| 2026-03-29 | 94.5609 |
| 2026-04-05 | 94.0557 |
| 2026-04-12 | 95.6195 |
| 2026-04-19 | 95.5487 |
| 2026-04-26 | 95.6035 |
| 2026-05-03 | 93.9510 |
| 2026-05-10 | 94.5384 |
| 2026-05-18 | 94.3801 |
| 2026-05-26 | 94.7044 |
| 2026-06-02 | 95.0489 |
| 2026-06-11 | 94.7822 |
| 2026-06-18 | 94.8213 |
| 2026-06-25 | 94.0888 |
| 2026-07-02 | 94.1383 |
| 2026-07-09 | 94.8899 |
| 2026-07-16 | 95.0865 |
| 2026-07-23 | 95.5182 |
| 2026-07-30 | 95.4299 |
| 2026-08-06 | 93.2296 |
| 2026-08-13 | 93.8732 |
| 2026-08-21 | 94.8585 |
| 2026-08-28 | 95.0836 |
| 2026-09-04 | 92.8577 |
| 2026-09-11 | 91.3707 |
| 2026-09-18 | 92.6757 |
| 2026-09-25 | 91.6105 |
High
95.6195
Low
88.5101
Average
93.4254
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.