Skip to content

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

BBD/TRY over 30D: show the values
PointBBD/TRY
2026-08-2624.0587
2026-08-2724.0654
2026-08-2824.1226
2026-08-2924.1248
2026-08-3024.1235
2026-08-3124.1311
2026-09-0124.1371
2026-09-0224.1469
2026-09-0324.1574
2026-09-0424.2211
2026-09-0524.2200
2026-09-0624.2185
2026-09-0724.2166
2026-09-0824.2300
2026-09-0924.2386
2026-09-1024.2474
2026-09-1124.2982
2026-09-1224.2723
2026-09-1324.2897
2026-09-1424.3111
2026-09-1524.3199
2026-09-1624.3287
2026-09-1724.3376
2026-09-1824.2248
2026-09-1924.3858
2026-09-2024.3868
2026-09-2124.3995
2026-09-2224.4043
2026-09-2324.4187
2026-09-2424.4274
2026-09-2524.4820

High

24.4826

Low

24.0587

Average

24.2634

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=TRY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=TRY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=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&currencies=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.