Skip to content

GMD to TTD exchange rate API

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

0.09231

▼ +0.13% over 1Y

1 GMD = 0.09231 TTD · 1 TTD = 10.8329 GMD · Get this rate via the API

1 GMD buys 0.09231 TTD as of 2026-09-26, so 1 TTD buys 10.8329 GMD. Over the last year, GMD/TTD traded between 0.09070 and 0.09376, averaged 0.09210 and fell 0.13%. The API holds daily GMD/TTD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GMD/TTD over 1Y

GMD/TTD over 1Y: show the values
PointGMD/TTD
2025-09-260.09243
2025-10-030.09229
2025-10-100.09376
2025-10-170.09306
2025-10-240.09289
2025-10-310.09221
2025-11-070.09221
2025-11-140.09230
2025-11-210.09199
2025-11-280.09230
2025-12-050.09177
2025-12-130.09213
2025-12-200.09228
2025-12-270.09128
2026-01-030.09186
2026-01-100.09178
2026-01-170.09235
2026-01-240.09314
2026-01-310.09252
2026-02-070.09286
2026-02-140.09230
2026-02-210.09230
2026-02-280.09326
2026-03-070.09224
2026-03-140.09130
2026-03-210.09158
2026-03-280.09245
2026-04-040.09156
2026-04-110.09230
2026-04-180.09240
2026-04-250.09224
2026-05-020.09300
2026-05-090.09219
2026-05-170.09093
2026-05-250.09223
2026-06-010.09217
2026-06-100.09209
2026-06-170.09244
2026-06-240.09253
2026-07-010.09183
2026-07-080.09198
2026-07-150.09172
2026-07-220.09153
2026-07-290.09159
2026-08-050.09135
2026-08-120.09136
2026-08-200.09122
2026-08-270.09131
2026-09-030.09070
2026-09-100.09158
2026-09-170.09218
2026-09-240.09191

High

0.09376

Low

0.09070

Average

0.09210

For developers

Get this rate via the API

One GET request returns the GMD/TTD 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=GMD&currencies=TTD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GMD&currencies=TTD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GMD&currencies=TTD").json()

Replace YOUR_API_KEY with the key from your dashboard.

GMD/TTD API questions

How do I get the GMD/TTD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GMD&currencies=TTD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GMD/TTD rate in rates.TTD.

How far back does GMD/TTD historical data go?

Daily GMD/TTD 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 GMD/TTD 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.