Skip to content

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

BBD/TRY over 1Y: show the values
PointBBD/TRY
2025-09-2520.7356
2025-10-0220.8047
2025-10-0920.8623
2025-10-1620.9266
2025-10-2321.0420
2025-10-3020.9939
2025-11-0621.0602
2025-11-1321.1271
2025-11-2021.1851
2025-11-2721.2202
2025-12-0421.2238
2025-12-1221.2850
2025-12-1921.4046
2025-12-2621.4553
2026-01-0221.5140
2026-01-0921.5530
2026-01-1621.6400
2026-01-2321.6779
2026-01-3021.7436
2026-02-0621.8074
2026-02-1321.8700
2026-02-2021.9228
2026-02-2721.9799
2026-03-0622.0370
2026-03-1322.0949
2026-03-2022.1536
2026-03-2722.2281
2026-04-0322.2949
2026-04-1022.2070
2026-04-1722.2755
2026-04-2422.3519
2026-05-0122.4216
2026-05-0822.4506
2026-05-1622.7158
2026-05-2422.8500
2026-05-3122.9414
2026-06-0923.0588
2026-06-1623.1498
2026-06-2323.2398
2026-06-3023.3299
2026-07-0723.4201
2026-07-1423.5188
2026-07-2123.5924
2026-07-2823.6898
2026-08-0423.7779
2026-08-1123.8633
2026-08-1823.9560
2026-08-2624.0587
2026-09-0224.1469
2026-09-0924.2386
2026-09-1624.3287
2026-09-2324.4187

High

24.4826

Low

20.7356

Average

22.3836

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.