Skip to content

BBD to JPY exchange rate API

Barbados Dollar to Yen · quoted 2026-09-25

78.4970

▼ +1.31% over 30D

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 30 days, BBD/JPY traded between 76.6349 and 80.0820, averaged 78.3892 and fell 1.31%. 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 30D

BBD/JPY over 30D: show the values
PointBBD/JPY
2026-08-2679.5355
2026-08-2779.6951
2026-08-2879.8420
2026-08-2980.0517
2026-08-3080.0526
2026-08-3179.8637
2026-09-0180.0820
2026-09-0279.7979
2026-09-0378.0069
2026-09-0478.1234
2026-09-0578.1170
2026-09-0678.0988
2026-09-0777.3748
2026-09-0877.1483
2026-09-0976.6349
2026-09-1077.0876
2026-09-1177.0186
2026-09-1276.7981
2026-09-1376.7744
2026-09-1477.2747
2026-09-1577.5024
2026-09-1677.5245
2026-09-1777.8460
2026-09-1878.4013
2026-09-1978.4524
2026-09-2078.4514
2026-09-2178.6336
2026-09-2278.5876
2026-09-2378.9589
2026-09-2479.4273
2026-09-2578.7951

High

80.0820

Low

76.6349

Average

78.3892

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.