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: show the values
| Point | TTD/BTN |
|---|---|
| 2025-09-26 | 13.0788 |
| 2025-10-03 | 13.0923 |
| 2025-10-10 | 13.0628 |
| 2025-10-17 | 12.9882 |
| 2025-10-24 | 12.9505 |
| 2025-10-31 | 13.1324 |
| 2025-11-07 | 13.0814 |
| 2025-11-14 | 13.1067 |
| 2025-11-21 | 13.0623 |
| 2025-11-28 | 13.1554 |
| 2025-12-05 | 13.2904 |
| 2025-12-13 | 13.3517 |
| 2025-12-20 | 13.1847 |
| 2025-12-27 | 13.2174 |
| 2026-01-03 | 13.2438 |
| 2026-01-10 | 13.2911 |
| 2026-01-17 | 13.3746 |
| 2026-01-24 | 13.4810 |
| 2026-01-31 | 13.5304 |
| 2026-02-07 | 13.3711 |
| 2026-02-14 | 13.3555 |
| 2026-02-21 | 13.3787 |
| 2026-02-28 | 13.4816 |
| 2026-03-07 | 13.5697 |
| 2026-03-14 | 13.7185 |
| 2026-03-21 | 13.8763 |
| 2026-03-28 | 13.9502 |
| 2026-04-04 | 13.6691 |
| 2026-04-11 | 13.6679 |
| 2026-04-18 | 13.6626 |
| 2026-04-25 | 13.8702 |
| 2026-05-02 | 13.9750 |
| 2026-05-09 | 13.9334 |
| 2026-05-17 | 14.2066 |
| 2026-05-25 | 14.0638 |
| 2026-06-01 | 13.9672 |
| 2026-06-10 | 14.0690 |
| 2026-06-17 | 13.8856 |
| 2026-06-24 | 13.9766 |
| 2026-07-01 | 13.9597 |
| 2026-07-08 | 14.0033 |
| 2026-07-15 | 14.1994 |
| 2026-07-22 | 14.2081 |
| 2026-07-29 | 14.0963 |
| 2026-08-05 | 13.9988 |
| 2026-08-12 | 14.0917 |
| 2026-08-20 | 14.1457 |
| 2026-08-27 | 14.0701 |
| 2026-09-03 | 13.9544 |
| 2026-09-10 | 14.0346 |
| 2026-09-17 | 14.0973 |
| 2026-09-24 | 14.0871 |
High
14.2081
Low
12.9505
Average
13.6488
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=BTN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=BTN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=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¤cies=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.