BBD to TRY exchange rate API
Barbados Dollar to Turkish Lira · quoted 2026-09-25
24.4826
▲ +18.07% over 1Y
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 last year, BBD/TRY traded between 20.7356 and 24.4826, averaged 22.3836 and rose 18.07%. 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 1Y: show the values
| Point | BBD/TRY |
|---|---|
| 2025-09-25 | 20.7356 |
| 2025-10-02 | 20.8047 |
| 2025-10-09 | 20.8623 |
| 2025-10-16 | 20.9266 |
| 2025-10-23 | 21.0420 |
| 2025-10-30 | 20.9939 |
| 2025-11-06 | 21.0602 |
| 2025-11-13 | 21.1271 |
| 2025-11-20 | 21.1851 |
| 2025-11-27 | 21.2202 |
| 2025-12-04 | 21.2238 |
| 2025-12-12 | 21.2850 |
| 2025-12-19 | 21.4046 |
| 2025-12-26 | 21.4553 |
| 2026-01-02 | 21.5140 |
| 2026-01-09 | 21.5530 |
| 2026-01-16 | 21.6400 |
| 2026-01-23 | 21.6779 |
| 2026-01-30 | 21.7436 |
| 2026-02-06 | 21.8074 |
| 2026-02-13 | 21.8700 |
| 2026-02-20 | 21.9228 |
| 2026-02-27 | 21.9799 |
| 2026-03-06 | 22.0370 |
| 2026-03-13 | 22.0949 |
| 2026-03-20 | 22.1536 |
| 2026-03-27 | 22.2281 |
| 2026-04-03 | 22.2949 |
| 2026-04-10 | 22.2070 |
| 2026-04-17 | 22.2755 |
| 2026-04-24 | 22.3519 |
| 2026-05-01 | 22.4216 |
| 2026-05-08 | 22.4506 |
| 2026-05-16 | 22.7158 |
| 2026-05-24 | 22.8500 |
| 2026-05-31 | 22.9414 |
| 2026-06-09 | 23.0588 |
| 2026-06-16 | 23.1498 |
| 2026-06-23 | 23.2398 |
| 2026-06-30 | 23.3299 |
| 2026-07-07 | 23.4201 |
| 2026-07-14 | 23.5188 |
| 2026-07-21 | 23.5924 |
| 2026-07-28 | 23.6898 |
| 2026-08-04 | 23.7779 |
| 2026-08-11 | 23.8633 |
| 2026-08-18 | 23.9560 |
| 2026-08-26 | 24.0587 |
| 2026-09-02 | 24.1469 |
| 2026-09-09 | 24.2386 |
| 2026-09-16 | 24.3287 |
| 2026-09-23 | 24.4187 |
High
24.4826
Low
20.7356
Average
22.3836
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.