Skip to content

BBD to JPY exchange rate API

Barbados Dollar to Yen · quoted 2026-09-25

78.4970

▲ +0.21% over YTD

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 year to date, BBD/JPY traded between 76.3153 and 81.8580, averaged 79.0894 and rose 0.21%. 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 YTD

BBD/JPY over YTD: show the values
PointBBD/JPY
2025-12-3178.3362
2026-01-0778.2737
2026-01-1479.3151
2026-01-2178.8951
2026-01-2876.3153
2026-02-0478.3206
2026-02-1176.6696
2026-02-1876.8214
2026-02-2578.3690
2026-03-0478.5561
2026-03-1179.2807
2026-03-1879.7783
2026-03-2579.4815
2026-04-0179.1598
2026-04-0879.0748
2026-04-1578.9489
2026-04-2278.9494
2026-04-2979.3512
2026-05-0677.7223
2026-05-1478.9737
2026-05-2179.5715
2026-05-2979.6333
2026-06-0579.9313
2026-06-1479.9950
2026-06-2180.6762
2026-06-2880.8849
2026-07-0580.6913
2026-07-1280.9320
2026-07-1981.2295
2026-07-2681.8580
2026-08-0278.7317
2026-08-0978.9102
2026-08-1679.6440
2026-08-2479.5610
2026-08-3179.8637
2026-09-0777.3748
2026-09-1477.2747
2026-09-2178.6336

High

81.8580

Low

76.3153

Average

79.0894

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.