Skip to content

TTD to BTN exchange rate API

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

14.1140

▲ +7.92% over 1Y

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 year, TTD/BTN traded between 12.9505 and 14.2081, averaged 13.6488 and rose 7.92%. 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 1Y

TTD/BTN over 1Y: show the values
PointTTD/BTN
2025-09-2613.0788
2025-10-0313.0923
2025-10-1013.0628
2025-10-1712.9882
2025-10-2412.9505
2025-10-3113.1324
2025-11-0713.0814
2025-11-1413.1067
2025-11-2113.0623
2025-11-2813.1554
2025-12-0513.2904
2025-12-1313.3517
2025-12-2013.1847
2025-12-2713.2174
2026-01-0313.2438
2026-01-1013.2911
2026-01-1713.3746
2026-01-2413.4810
2026-01-3113.5304
2026-02-0713.3711
2026-02-1413.3555
2026-02-2113.3787
2026-02-2813.4816
2026-03-0713.5697
2026-03-1413.7185
2026-03-2113.8763
2026-03-2813.9502
2026-04-0413.6691
2026-04-1113.6679
2026-04-1813.6626
2026-04-2513.8702
2026-05-0213.9750
2026-05-0913.9334
2026-05-1714.2066
2026-05-2514.0638
2026-06-0113.9672
2026-06-1014.0690
2026-06-1713.8856
2026-06-2413.9766
2026-07-0113.9597
2026-07-0814.0033
2026-07-1514.1994
2026-07-2214.2081
2026-07-2914.0963
2026-08-0513.9988
2026-08-1214.0917
2026-08-2014.1457
2026-08-2714.0701
2026-09-0313.9544
2026-09-1014.0346
2026-09-1714.0973
2026-09-2414.0871

High

14.2081

Low

12.9505

Average

13.6488

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.