Skip to content

BBD to JPY exchange rate API

Barbados Dollar to Yen · quoted 2026-09-25

78.4970

▲ +8.78% over 5Y

1 BBD = 78.4970 JPY · 1 JPY = 0.01274 BBD · Get this rate via the API

1 BBD buys 78.4970 JPY as of 2026-09-25, so 1 JPY buys 0.01274 BBD. Over the last 5 years, BBD/JPY traded between 71.3642 and 81.2434, averaged 76.3755 and rose 8.78%. The API holds daily BBD/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/JPY over 5Y

BBD/JPY over 5Y: show the values
PointBBD/JPY
2024-08-2472.1621
2024-10-0774.0439
2024-11-0677.1622
2024-12-0675.2528
2025-01-0578.6117
2025-02-0477.6584
2025-03-0673.7495
2025-04-0672.9349
2025-05-0671.3642
2025-06-0772.4409
2025-07-0772.7788
2025-08-0673.7763
2025-09-0573.9891
2025-10-0675.0214
2025-11-0576.8665
2025-12-0577.6127
2026-01-0578.4165
2026-02-0478.3206
2026-03-0678.9594
2026-04-0579.8476
2026-05-0578.3441
2026-06-0680.1650
2026-07-0881.2434
2026-08-0779.1677
2026-09-0777.3748

High

81.2434

Low

71.3642

Average

76.3755

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/JPY API questions

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

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

How far back does BBD/JPY historical data go?

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