Skip to content

TTD to BZD exchange rate API

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

0.29706

▼ +0.13% over 1Y

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

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

TTD/BZD over 1Y

TTD/BZD over 1Y: show the values
PointTTD/BZD
2025-09-260.29746
2025-10-030.29710
2025-10-100.29724
2025-10-170.29679
2025-10-240.29674
2025-10-310.29867
2025-11-070.29703
2025-11-140.29705
2025-11-210.29649
2025-11-280.29630
2025-12-050.29791
2025-12-130.29706
2025-12-200.29652
2025-12-270.29632
2026-01-030.29641
2026-01-100.29665
2026-01-170.29693
2026-01-240.29649
2026-01-310.29988
2026-02-070.29737
2026-02-140.29713
2026-02-210.29711
2026-02-280.29762
2026-03-070.29733
2026-03-140.29817
2026-03-210.29696
2026-03-280.29599
2026-04-040.29693
2026-04-110.29632
2026-04-180.29611
2026-04-250.29615
2026-05-020.29629
2026-05-090.29675
2026-05-170.29752
2026-05-250.29647
2026-06-010.29643
2026-06-100.29695
2026-06-170.29642
2026-06-240.29684
2026-07-010.29661
2026-07-080.29649
2026-07-150.29632
2026-07-220.29716
2026-07-290.29644
2026-08-050.29683
2026-08-120.29719
2026-08-200.29715
2026-08-270.29663
2026-09-030.29757
2026-09-100.29653
2026-09-170.29766
2026-09-240.29685

High

0.29988

Low

0.29599

Average

0.29695

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/BZD API questions

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

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

How far back does TTD/BZD historical data go?

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