BBD to TRY exchange rate API
Barbados Dollar to Turkish Lira · quoted 2026-09-25
24.4826
▲ +13.97% over YTD
1 BBD = 24.4826 TRY · 1 TRY = 0.04085 BBD · Get this rate via the API
1 BBD buys 24.4826 TRY as of 2026-09-25, so 1 TRY buys 0.04085 BBD. Over the year to date, BBD/TRY traded between 21.4825 and 24.4826, averaged 22.8187 and rose 13.97%. The API holds daily BBD/TRY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/TRY over YTD: show the values
| Point | BBD/TRY |
|---|---|
| 2025-12-31 | 21.4825 |
| 2026-01-07 | 21.5214 |
| 2026-01-14 | 21.5900 |
| 2026-01-21 | 21.6491 |
| 2026-01-28 | 21.7073 |
| 2026-02-04 | 21.7549 |
| 2026-02-11 | 21.8197 |
| 2026-02-18 | 21.8786 |
| 2026-02-25 | 21.9345 |
| 2026-03-04 | 21.9870 |
| 2026-03-11 | 22.0478 |
| 2026-03-18 | 22.1104 |
| 2026-03-25 | 22.1786 |
| 2026-04-01 | 22.2334 |
| 2026-04-08 | 22.2410 |
| 2026-04-15 | 22.1878 |
| 2026-04-22 | 22.2763 |
| 2026-04-29 | 22.3814 |
| 2026-05-06 | 22.5008 |
| 2026-05-14 | 22.7174 |
| 2026-05-21 | 22.8061 |
| 2026-05-29 | 22.9430 |
| 2026-06-05 | 23.0423 |
| 2026-06-14 | 23.1294 |
| 2026-06-21 | 23.2262 |
| 2026-06-28 | 23.3088 |
| 2026-07-05 | 23.4125 |
| 2026-07-12 | 23.4345 |
| 2026-07-19 | 23.5831 |
| 2026-07-26 | 23.6746 |
| 2026-08-02 | 23.7732 |
| 2026-08-09 | 23.8654 |
| 2026-08-16 | 23.9495 |
| 2026-08-24 | 24.0407 |
| 2026-08-31 | 24.1311 |
| 2026-09-07 | 24.2166 |
| 2026-09-14 | 24.3111 |
| 2026-09-21 | 24.3995 |
High
24.4826
Low
21.4825
Average
22.8187
Get this rate via the API
One GET request returns the BBD/TRY 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=TRY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=TRY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=TRY").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/TRY API questions
How do I get the BBD/TRY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=TRY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/TRY rate in rates.TRY.
How far back does BBD/TRY historical data go?
Daily BBD/TRY 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/TRY 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.