Skip to content

BBD to TRY exchange rate API

Barbados Dollar to Turkish Lira · quoted 2026-09-25

24.4826

▲ +44.21% over 5Y

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 5 years, BBD/TRY traded between 16.9776 and 24.4826, averaged 20.5212 and rose 44.21%. 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 5Y

BBD/TRY over 5Y: show the values
PointBBD/TRY
2024-08-2416.9776
2024-10-0717.1268
2024-11-0617.1275
2024-12-0617.3991
2025-01-0517.6806
2025-02-0417.9755
2025-03-0618.2120
2025-04-0618.9970
2025-05-0619.3005
2025-06-0719.6089
2025-07-0719.9998
2025-08-0620.3300
2025-09-0520.5937
2025-10-0620.8466
2025-11-0521.0458
2025-12-0521.2568
2026-01-0521.5210
2026-02-0421.7549
2026-03-0622.0370
2026-04-0522.3034
2026-05-0522.4486
2026-06-0623.0277
2026-07-0823.4287
2026-08-0723.8529
2026-09-0724.2166

High

24.4826

Low

16.9776

Average

20.5212

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.