Skip to content

TND to BBD exchange rate API

Tunisian Dinar to Barbados Dollar · quoted 2026-09-27

0.67720

▼ +1.28% over 1Y

1 TND = 0.67720 BBD · 1 BBD = 1.4767 TND · Get this rate via the API

1 TND buys 0.67720 BBD as of 2026-09-27, so 1 BBD buys 1.4767 TND. Over the last year, TND/BBD traded between 0.67583 and 0.70266, averaged 0.68648 and fell 1.28%. The API holds daily TND/BBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/BBD over 1Y

TND/BBD over 1Y: show the values
PointTND/BBD
2025-09-270.68599
2025-10-040.68918
2025-10-110.68075
2025-10-180.68368
2025-10-250.68143
2025-11-010.68074
2025-11-080.67687
2025-11-150.67923
2025-11-220.67728
2025-11-290.67889
2025-12-060.68266
2025-12-140.68625
2025-12-210.68544
2025-12-280.69272
2026-01-040.69184
2026-01-110.68707
2026-01-180.69002
2026-01-250.69589
2026-02-010.70266
2026-02-080.70243
2026-02-150.69671
2026-02-220.69521
2026-03-010.70018
2026-03-080.68747
2026-03-150.67921
2026-03-220.68612
2026-03-290.68288
2026-04-050.68174
2026-04-120.68927
2026-04-190.69396
2026-04-260.68974
2026-05-030.69907
2026-05-100.69342
2026-05-180.68817
2026-05-260.69052
2026-06-020.68784
2026-06-110.68368
2026-06-180.68243
2026-06-250.67583
2026-07-020.68557
2026-07-090.67902
2026-07-160.67963
2026-07-230.67926
2026-07-300.67910
2026-08-060.68545
2026-08-130.68132
2026-08-210.68998
2026-08-280.68875
2026-09-040.68820
2026-09-110.68793
2026-09-180.69145
2026-09-250.67621

High

0.70266

Low

0.67583

Average

0.68648

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=BBD").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/BBD API questions

How do I get the TND/BBD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=BBD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/BBD rate in rates.BBD.

How far back does TND/BBD historical data go?

Daily TND/BBD 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 TND/BBD 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.