BBD to TRY exchange rate API
Barbados Dollar to Turkish Lira · quoted 2026-09-25
24.4826
▲ +1.76% over 30D
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 30 days, BBD/TRY traded between 24.0587 and 24.4826, averaged 24.2634 and rose 1.76%. 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 30D: show the values
| Point | BBD/TRY |
|---|---|
| 2026-08-26 | 24.0587 |
| 2026-08-27 | 24.0654 |
| 2026-08-28 | 24.1226 |
| 2026-08-29 | 24.1248 |
| 2026-08-30 | 24.1235 |
| 2026-08-31 | 24.1311 |
| 2026-09-01 | 24.1371 |
| 2026-09-02 | 24.1469 |
| 2026-09-03 | 24.1574 |
| 2026-09-04 | 24.2211 |
| 2026-09-05 | 24.2200 |
| 2026-09-06 | 24.2185 |
| 2026-09-07 | 24.2166 |
| 2026-09-08 | 24.2300 |
| 2026-09-09 | 24.2386 |
| 2026-09-10 | 24.2474 |
| 2026-09-11 | 24.2982 |
| 2026-09-12 | 24.2723 |
| 2026-09-13 | 24.2897 |
| 2026-09-14 | 24.3111 |
| 2026-09-15 | 24.3199 |
| 2026-09-16 | 24.3287 |
| 2026-09-17 | 24.3376 |
| 2026-09-18 | 24.2248 |
| 2026-09-19 | 24.3858 |
| 2026-09-20 | 24.3868 |
| 2026-09-21 | 24.3995 |
| 2026-09-22 | 24.4043 |
| 2026-09-23 | 24.4187 |
| 2026-09-24 | 24.4274 |
| 2026-09-25 | 24.4820 |
High
24.4826
Low
24.0587
Average
24.2634
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.