TTD to GMD exchange rate API
Trinidad and Tobago Dollar to Dalasi · quoted 2026-09-26
10.8329
▲ +0.13% over 1Y
1 TTD = 10.8329 GMD · 1 GMD = 0.09231 TTD · Get this rate via the API
1 TTD buys 10.8329 GMD as of 2026-09-26, so 1 GMD buys 0.09231 TTD. Over the last year, TTD/GMD traded between 10.6656 and 11.0247, averaged 10.8578 and rose 0.13%. The API holds daily TTD/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/GMD over 1Y: show the values
| Point | TTD/GMD |
|---|---|
| 2025-09-26 | 10.8193 |
| 2025-10-03 | 10.8349 |
| 2025-10-10 | 10.6656 |
| 2025-10-17 | 10.7461 |
| 2025-10-24 | 10.7655 |
| 2025-10-31 | 10.8451 |
| 2025-11-07 | 10.8444 |
| 2025-11-14 | 10.8342 |
| 2025-11-21 | 10.8711 |
| 2025-11-28 | 10.8346 |
| 2025-12-05 | 10.8964 |
| 2025-12-13 | 10.8541 |
| 2025-12-20 | 10.8367 |
| 2025-12-27 | 10.9557 |
| 2026-01-03 | 10.8862 |
| 2026-01-10 | 10.8954 |
| 2026-01-17 | 10.8285 |
| 2026-01-24 | 10.7362 |
| 2026-01-31 | 10.8087 |
| 2026-02-07 | 10.7689 |
| 2026-02-14 | 10.8340 |
| 2026-02-21 | 10.8342 |
| 2026-02-28 | 10.7229 |
| 2026-03-07 | 10.8408 |
| 2026-03-14 | 10.9529 |
| 2026-03-21 | 10.9198 |
| 2026-03-28 | 10.8170 |
| 2026-04-04 | 10.9214 |
| 2026-04-11 | 10.8347 |
| 2026-04-18 | 10.8223 |
| 2026-04-25 | 10.8411 |
| 2026-05-02 | 10.7521 |
| 2026-05-09 | 10.8467 |
| 2026-05-17 | 10.9976 |
| 2026-05-25 | 10.8422 |
| 2026-06-01 | 10.8497 |
| 2026-06-10 | 10.8586 |
| 2026-06-17 | 10.8181 |
| 2026-06-24 | 10.8077 |
| 2026-07-01 | 10.8900 |
| 2026-07-08 | 10.8717 |
| 2026-07-15 | 10.9028 |
| 2026-07-22 | 10.9258 |
| 2026-07-29 | 10.9177 |
| 2026-08-05 | 10.9465 |
| 2026-08-12 | 10.9459 |
| 2026-08-20 | 10.9625 |
| 2026-08-27 | 10.9517 |
| 2026-09-03 | 11.0247 |
| 2026-09-10 | 10.9193 |
| 2026-09-17 | 10.8485 |
| 2026-09-24 | 10.8797 |
High
11.0247
Low
10.6656
Average
10.8578
Get this rate via the API
One GET request returns the TTD/GMD 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=GMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=GMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=GMD").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/GMD API questions
How do I get the TTD/GMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=GMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/GMD rate in rates.GMD.
How far back does TTD/GMD historical data go?
Daily TTD/GMD 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/GMD 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.