Skip to content

BMD to JPY exchange rate API

Bermudian Dollar to Yen · quoted 2026-09-25

158.8095

▲ +6.71% over 1Y

1 BMD = 158.8095 JPY · 1 JPY = 0.006297 BMD · Get this rate via the API

1 BMD buys 158.8095 JPY as of 2026-09-25, so 1 JPY buys 0.006297 BMD. Over the last year, BMD/JPY traded between 146.7841 and 163.9131, averaged 157.3384 and rose 6.71%. The API holds daily BMD/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BMD/JPY over 1Y

BMD/JPY over 1Y: show the values
PointBMD/JPY
2025-09-25148.8202
2025-10-02146.7841
2025-10-09152.7862
2025-10-16151.2834
2025-10-23152.6266
2025-10-30154.4329
2025-11-06153.6027
2025-11-13154.5486
2025-11-20157.6081
2025-11-27156.3180
2025-12-04154.7660
2025-12-12155.9884
2025-12-19157.2319
2025-12-26156.3760
2026-01-02156.9320
2026-01-09157.6361
2026-01-16158.1045
2026-01-23158.1587
2026-01-30154.0314
2026-02-06157.0883
2026-02-13153.2878
2026-02-20155.2052
2026-02-27155.9763
2026-03-06157.9189
2026-03-13159.3325
2026-03-20158.7711
2026-03-27159.9028
2026-04-03159.6343
2026-04-10159.1922
2026-04-17159.1252
2026-04-24159.4177
2026-05-01156.9008
2026-05-08156.7639
2026-05-16158.7639
2026-05-24158.9726
2026-05-31159.3477
2026-06-09160.1573
2026-06-16160.3761
2026-06-23161.5344
2026-06-30162.4364
2026-07-07161.8910
2026-07-14162.2183
2026-07-21162.7430
2026-07-28163.9131
2026-08-04157.4121
2026-08-11159.2028
2026-08-18159.7011
2026-08-26159.0710
2026-09-02159.5958
2026-09-09153.2698
2026-09-16155.0490
2026-09-23157.9178

High

163.9131

Low

146.7841

Average

157.3384

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BMD/JPY API questions

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

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

How far back does BMD/JPY historical data go?

Daily BMD/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 BMD/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.