Skip to content

BBD to JPY exchange rate API

Barbados Dollar to Yen · quoted 2026-09-25

78.4970

▼ +2.06% over 6M

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 6 months, BBD/JPY traded between 77.0186 and 81.7372, averaged 79.5293 and fell 2.06%. 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 6M

BBD/JPY over 6M: show the values
PointBBD/JPY
2026-03-2980.1494
2026-04-0579.8476
2026-04-1279.2729
2026-04-1978.6673
2026-04-2679.3235
2026-05-0377.8687
2026-05-1078.0358
2026-05-1878.6722
2026-05-2679.6029
2026-06-0279.8738
2026-06-1180.2678
2026-06-1880.4642
2026-06-2580.9249
2026-07-0280.2016
2026-07-0981.2068
2026-07-1681.0979
2026-07-2381.7372
2026-07-3081.4700
2026-08-0678.9161
2026-08-1379.6645
2026-08-2179.3487
2026-08-2879.8420
2026-09-0478.1234
2026-09-1177.0186
2026-09-1878.4013
2026-09-2578.7951

High

81.7372

Low

77.0186

Average

79.5293

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.