TTD to JMD exchange rate API
Trinidad and Tobago Dollar to Jamaican Dollar · quoted 2026-09-25
23.1954
▼ +1.64% over 1Y
1 TTD = 23.1954 JMD · 1 JMD = 0.04311 TTD · Get this rate via the API
1 TTD buys 23.1954 JMD as of 2026-09-25, so 1 JMD buys 0.04311 TTD. Over the last year, TTD/JMD traded between 22.9690 and 23.7483, averaged 23.3466 and fell 1.64%. The API holds daily TTD/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/JMD over 1Y: show the values
| Point | TTD/JMD |
|---|---|
| 2025-09-25 | 23.5813 |
| 2025-10-02 | 23.6185 |
| 2025-10-09 | 23.5843 |
| 2025-10-16 | 23.6246 |
| 2025-10-23 | 23.6921 |
| 2025-10-30 | 23.6403 |
| 2025-11-06 | 23.7120 |
| 2025-11-13 | 23.7483 |
| 2025-11-20 | 23.6831 |
| 2025-11-27 | 23.6157 |
| 2025-12-04 | 23.6768 |
| 2025-12-12 | 23.5973 |
| 2025-12-19 | 23.5823 |
| 2025-12-26 | 23.4633 |
| 2026-01-02 | 23.4122 |
| 2026-01-09 | 23.3652 |
| 2026-01-16 | 23.2596 |
| 2026-01-23 | 23.1648 |
| 2026-01-30 | 23.1293 |
| 2026-02-06 | 23.1068 |
| 2026-02-13 | 23.0514 |
| 2026-02-20 | 23.0778 |
| 2026-02-27 | 22.9690 |
| 2026-03-06 | 23.0817 |
| 2026-03-13 | 23.1043 |
| 2026-03-20 | 23.1603 |
| 2026-03-27 | 23.1438 |
| 2026-04-03 | 23.2110 |
| 2026-04-10 | 23.3081 |
| 2026-04-17 | 23.2477 |
| 2026-04-24 | 23.2853 |
| 2026-05-01 | 23.0838 |
| 2026-05-08 | 23.2839 |
| 2026-05-16 | 23.2535 |
| 2026-05-24 | 23.3358 |
| 2026-05-31 | 23.2232 |
| 2026-06-09 | 23.2818 |
| 2026-06-16 | 23.3305 |
| 2026-06-23 | 23.2900 |
| 2026-06-30 | 23.1707 |
| 2026-07-07 | 23.2977 |
| 2026-07-14 | 23.4253 |
| 2026-07-21 | 23.3650 |
| 2026-07-28 | 23.2992 |
| 2026-08-04 | 23.3474 |
| 2026-08-11 | 23.4403 |
| 2026-08-18 | 23.3755 |
| 2026-08-26 | 23.3485 |
| 2026-09-02 | 23.3215 |
| 2026-09-09 | 23.3836 |
| 2026-09-16 | 23.2172 |
| 2026-09-23 | 23.2007 |
High
23.7483
Low
22.9690
Average
23.3466
Get this rate via the API
One GET request returns the TTD/JMD 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=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=JMD").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/JMD API questions
How do I get the TTD/JMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=JMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/JMD rate in rates.JMD.
How far back does TTD/JMD historical data go?
Daily TTD/JMD 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/JMD 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.