Skip to content

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

TTD/GMD over 1Y: show the values
PointTTD/GMD
2025-09-2610.8193
2025-10-0310.8349
2025-10-1010.6656
2025-10-1710.7461
2025-10-2410.7655
2025-10-3110.8451
2025-11-0710.8444
2025-11-1410.8342
2025-11-2110.8711
2025-11-2810.8346
2025-12-0510.8964
2025-12-1310.8541
2025-12-2010.8367
2025-12-2710.9557
2026-01-0310.8862
2026-01-1010.8954
2026-01-1710.8285
2026-01-2410.7362
2026-01-3110.8087
2026-02-0710.7689
2026-02-1410.8340
2026-02-2110.8342
2026-02-2810.7229
2026-03-0710.8408
2026-03-1410.9529
2026-03-2110.9198
2026-03-2810.8170
2026-04-0410.9214
2026-04-1110.8347
2026-04-1810.8223
2026-04-2510.8411
2026-05-0210.7521
2026-05-0910.8467
2026-05-1710.9976
2026-05-2510.8422
2026-06-0110.8497
2026-06-1010.8586
2026-06-1710.8181
2026-06-2410.8077
2026-07-0110.8900
2026-07-0810.8717
2026-07-1510.9028
2026-07-2210.9258
2026-07-2910.9177
2026-08-0510.9465
2026-08-1210.9459
2026-08-2010.9625
2026-08-2710.9517
2026-09-0311.0247
2026-09-1010.9193
2026-09-1710.8485
2026-09-2410.8797

High

11.0247

Low

10.6656

Average

10.8578

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=GMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=GMD");
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=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&currencies=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.