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: show the values
| Point | BBD/JPY |
|---|---|
| 2025-12-31 | 78.3362 |
| 2026-01-07 | 78.2737 |
| 2026-01-14 | 79.3151 |
| 2026-01-21 | 78.8951 |
| 2026-01-28 | 76.3153 |
| 2026-02-04 | 78.3206 |
| 2026-02-11 | 76.6696 |
| 2026-02-18 | 76.8214 |
| 2026-02-25 | 78.3690 |
| 2026-03-04 | 78.5561 |
| 2026-03-11 | 79.2807 |
| 2026-03-18 | 79.7783 |
| 2026-03-25 | 79.4815 |
| 2026-04-01 | 79.1598 |
| 2026-04-08 | 79.0748 |
| 2026-04-15 | 78.9489 |
| 2026-04-22 | 78.9494 |
| 2026-04-29 | 79.3512 |
| 2026-05-06 | 77.7223 |
| 2026-05-14 | 78.9737 |
| 2026-05-21 | 79.5715 |
| 2026-05-29 | 79.6333 |
| 2026-06-05 | 79.9313 |
| 2026-06-14 | 79.9950 |
| 2026-06-21 | 80.6762 |
| 2026-06-28 | 80.8849 |
| 2026-07-05 | 80.6913 |
| 2026-07-12 | 80.9320 |
| 2026-07-19 | 81.2295 |
| 2026-07-26 | 81.8580 |
| 2026-08-02 | 78.7317 |
| 2026-08-09 | 78.9102 |
| 2026-08-16 | 79.6440 |
| 2026-08-24 | 79.5610 |
| 2026-08-31 | 79.8637 |
| 2026-09-07 | 77.3748 |
| 2026-09-14 | 77.2747 |
| 2026-09-21 | 78.6336 |
High
81.8580
Low
76.3153
Average
79.0894
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.