Skip to content

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

BBD/TRY over YTD: show the values
PointBBD/TRY
2025-12-3121.4825
2026-01-0721.5214
2026-01-1421.5900
2026-01-2121.6491
2026-01-2821.7073
2026-02-0421.7549
2026-02-1121.8197
2026-02-1821.8786
2026-02-2521.9345
2026-03-0421.9870
2026-03-1122.0478
2026-03-1822.1104
2026-03-2522.1786
2026-04-0122.2334
2026-04-0822.2410
2026-04-1522.1878
2026-04-2222.2763
2026-04-2922.3814
2026-05-0622.5008
2026-05-1422.7174
2026-05-2122.8061
2026-05-2922.9430
2026-06-0523.0423
2026-06-1423.1294
2026-06-2123.2262
2026-06-2823.3088
2026-07-0523.4125
2026-07-1223.4345
2026-07-1923.5831
2026-07-2623.6746
2026-08-0223.7732
2026-08-0923.8654
2026-08-1623.9495
2026-08-2424.0407
2026-08-3124.1311
2026-09-0724.2166
2026-09-1424.3111
2026-09-2124.3995

High

24.4826

Low

21.4825

Average

22.8187

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.