Skip to content

BZD to TTD exchange rate API

Belize Dollar to Trinidad and Tobago Dollar · quoted 2026-09-26

3.3663

▲ +0.13% over 1Y

1 BZD = 3.3663 TTD · 1 TTD = 0.29706 BZD · Get this rate via the API

1 BZD buys 3.3663 TTD as of 2026-09-26, so 1 TTD buys 0.29706 BZD. Over the last year, BZD/TTD traded between 3.3346 and 3.3784, averaged 3.3676 and rose 0.13%. The API holds daily BZD/TTD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BZD/TTD over 1Y

BZD/TTD over 1Y: show the values
PointBZD/TTD
2025-09-263.3618
2025-10-033.3658
2025-10-103.3643
2025-10-173.3694
2025-10-243.3699
2025-10-313.3482
2025-11-073.3666
2025-11-143.3664
2025-11-213.3728
2025-11-283.3749
2025-12-053.3567
2025-12-133.3663
2025-12-203.3724
2025-12-273.3748
2026-01-033.3737
2026-01-103.3709
2026-01-173.3678
2026-01-243.3728
2026-01-313.3346
2026-02-073.3628
2026-02-143.3655
2026-02-213.3658
2026-02-283.3600
2026-03-073.3632
2026-03-143.3538
2026-03-213.3674
2026-03-283.3784
2026-04-043.3678
2026-04-113.3748
2026-04-183.3772
2026-04-253.3767
2026-05-023.3751
2026-05-093.3698
2026-05-173.3611
2026-05-253.3730
2026-06-013.3735
2026-06-103.3676
2026-06-173.3736
2026-06-243.3689
2026-07-013.3714
2026-07-083.3727
2026-07-153.3747
2026-07-223.3651
2026-07-293.3734
2026-08-053.3690
2026-08-123.3648
2026-08-203.3653
2026-08-273.3712
2026-09-033.3605
2026-09-103.3723
2026-09-173.3596
2026-09-243.3687

High

3.3784

Low

3.3346

Average

3.3676

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

BZD/TTD API questions

How do I get the BZD/TTD exchange rate from an API?

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

How far back does BZD/TTD historical data go?

Daily BZD/TTD 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 BZD/TTD 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.