BBD to JPY exchange rate API
Barbados Dollar to Yen · quoted 2026-09-25
78.4970
▼ +1.31% over 30D
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 30 days, BBD/JPY traded between 76.6349 and 80.0820, averaged 78.3892 and fell 1.31%. 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 30D: show the values
| Point | BBD/JPY |
|---|---|
| 2026-08-26 | 79.5355 |
| 2026-08-27 | 79.6951 |
| 2026-08-28 | 79.8420 |
| 2026-08-29 | 80.0517 |
| 2026-08-30 | 80.0526 |
| 2026-08-31 | 79.8637 |
| 2026-09-01 | 80.0820 |
| 2026-09-02 | 79.7979 |
| 2026-09-03 | 78.0069 |
| 2026-09-04 | 78.1234 |
| 2026-09-05 | 78.1170 |
| 2026-09-06 | 78.0988 |
| 2026-09-07 | 77.3748 |
| 2026-09-08 | 77.1483 |
| 2026-09-09 | 76.6349 |
| 2026-09-10 | 77.0876 |
| 2026-09-11 | 77.0186 |
| 2026-09-12 | 76.7981 |
| 2026-09-13 | 76.7744 |
| 2026-09-14 | 77.2747 |
| 2026-09-15 | 77.5024 |
| 2026-09-16 | 77.5245 |
| 2026-09-17 | 77.8460 |
| 2026-09-18 | 78.4013 |
| 2026-09-19 | 78.4524 |
| 2026-09-20 | 78.4514 |
| 2026-09-21 | 78.6336 |
| 2026-09-22 | 78.5876 |
| 2026-09-23 | 78.9589 |
| 2026-09-24 | 79.4273 |
| 2026-09-25 | 78.7951 |
High
80.0820
Low
76.6349
Average
78.3892
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.