Skip to content

BBD to JPY exchange rate API

Barbados Dollar to Yen · quoted 2026-09-25

78.4970

▲ +5.49% over 1Y

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 year, BBD/JPY traded between 73.3920 and 81.9565, averaged 78.5965 and rose 5.49%. 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 1Y

BBD/JPY over 1Y: show the values
PointBBD/JPY
2025-09-2574.4101
2025-10-0273.3920
2025-10-0976.3931
2025-10-1675.6417
2025-10-2376.3133
2025-10-3077.2164
2025-11-0676.8014
2025-11-1377.2743
2025-11-2078.8041
2025-11-2778.1590
2025-12-0477.3830
2025-12-1277.9942
2025-12-1978.6159
2025-12-2678.1880
2026-01-0278.4660
2026-01-0978.8181
2026-01-1679.0523
2026-01-2379.0794
2026-01-3077.0157
2026-02-0678.5442
2026-02-1376.6439
2026-02-2077.6026
2026-02-2777.9881
2026-03-0678.9594
2026-03-1379.6663
2026-03-2079.3855
2026-03-2779.9514
2026-04-0379.8171
2026-04-1079.1376
2026-04-1779.0059
2026-04-2479.1438
2026-05-0177.8842
2026-05-0877.5812
2026-05-1679.3819
2026-05-2479.4863
2026-05-3179.6738
2026-06-0980.0786
2026-06-1680.1880
2026-06-2380.7672
2026-06-3081.2182
2026-07-0780.9455
2026-07-1481.1092
2026-07-2181.3715
2026-07-2881.9565
2026-08-0478.7060
2026-08-1179.6014
2026-08-1879.8506
2026-08-2679.5355
2026-09-0279.7979
2026-09-0976.6349
2026-09-1677.5245
2026-09-2378.9589

High

81.9565

Low

73.3920

Average

78.5965

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.