Skip to content

TTD to BTN exchange rate API

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

14.1140

▲ +2.72% over 6M

1 TTD = 14.1140 BTN · 1 BTN = 0.07085 TTD · Get this rate via the API

1 TTD buys 14.1140 BTN as of 2026-09-26, so 1 BTN buys 0.07085 TTD. Over the last 6 months, TTD/BTN traded between 13.6625 and 14.2472, averaged 14.0112 and rose 2.72%. The API holds daily TTD/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/BTN over 6M

TTD/BTN over 6M: show the values
PointTTD/BTN
2026-03-3013.7404
2026-04-0613.7125
2026-04-1313.6695
2026-04-2013.6625
2026-04-2713.8702
2026-05-0413.9750
2026-05-1113.9334
2026-05-1914.2103
2026-05-2714.0990
2026-06-0314.1143
2026-06-1214.0416
2026-06-1913.8991
2026-06-2613.9434
2026-07-0314.0823
2026-07-1014.0483
2026-07-1714.1845
2026-07-2414.2472
2026-07-3114.0935
2026-08-0714.0689
2026-08-1414.0997
2026-08-2214.1036
2026-08-2914.1300
2026-09-0513.9266
2026-09-1214.0873
2026-09-1914.1320
2026-09-2614.1140

High

14.2472

Low

13.6625

Average

14.0112

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/BTN API questions

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

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

How far back does TTD/BTN historical data go?

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