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: show the values
| Point | BBD/JPY |
|---|---|
| 2025-09-25 | 74.4101 |
| 2025-10-02 | 73.3920 |
| 2025-10-09 | 76.3931 |
| 2025-10-16 | 75.6417 |
| 2025-10-23 | 76.3133 |
| 2025-10-30 | 77.2164 |
| 2025-11-06 | 76.8014 |
| 2025-11-13 | 77.2743 |
| 2025-11-20 | 78.8041 |
| 2025-11-27 | 78.1590 |
| 2025-12-04 | 77.3830 |
| 2025-12-12 | 77.9942 |
| 2025-12-19 | 78.6159 |
| 2025-12-26 | 78.1880 |
| 2026-01-02 | 78.4660 |
| 2026-01-09 | 78.8181 |
| 2026-01-16 | 79.0523 |
| 2026-01-23 | 79.0794 |
| 2026-01-30 | 77.0157 |
| 2026-02-06 | 78.5442 |
| 2026-02-13 | 76.6439 |
| 2026-02-20 | 77.6026 |
| 2026-02-27 | 77.9881 |
| 2026-03-06 | 78.9594 |
| 2026-03-13 | 79.6663 |
| 2026-03-20 | 79.3855 |
| 2026-03-27 | 79.9514 |
| 2026-04-03 | 79.8171 |
| 2026-04-10 | 79.1376 |
| 2026-04-17 | 79.0059 |
| 2026-04-24 | 79.1438 |
| 2026-05-01 | 77.8842 |
| 2026-05-08 | 77.5812 |
| 2026-05-16 | 79.3819 |
| 2026-05-24 | 79.4863 |
| 2026-05-31 | 79.6738 |
| 2026-06-09 | 80.0786 |
| 2026-06-16 | 80.1880 |
| 2026-06-23 | 80.7672 |
| 2026-06-30 | 81.2182 |
| 2026-07-07 | 80.9455 |
| 2026-07-14 | 81.1092 |
| 2026-07-21 | 81.3715 |
| 2026-07-28 | 81.9565 |
| 2026-08-04 | 78.7060 |
| 2026-08-11 | 79.6014 |
| 2026-08-18 | 79.8506 |
| 2026-08-26 | 79.5355 |
| 2026-09-02 | 79.7979 |
| 2026-09-09 | 76.6349 |
| 2026-09-16 | 77.5245 |
| 2026-09-23 | 78.9589 |
High
81.9565
Low
73.3920
Average
78.5965
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.