Skip to content

TTD to GYD exchange rate API

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

30.7905

▼ +0.72% over 1Y

1 TTD = 30.7905 GYD · 1 GYD = 0.03248 TTD · Get this rate via the API

1 TTD buys 30.7905 GYD as of 2026-09-26, so 1 GYD buys 0.03248 TTD. Over the last year, TTD/GYD traded between 30.7008 and 31.4157, averaged 30.8398 and fell 0.72%. The API holds daily TTD/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/GYD over 1Y

TTD/GYD over 1Y: show the values
PointTTD/GYD
2025-09-2631.0135
2025-10-0330.8621
2025-10-1030.9181
2025-10-1730.7411
2025-10-2430.7666
2025-10-3131.0087
2025-11-0730.8643
2025-11-1430.8767
2025-11-2130.8146
2025-11-2830.7887
2025-12-0530.9372
2025-12-1330.7535
2025-12-2030.7418
2025-12-2730.7008
2026-01-0330.7316
2026-01-1030.7581
2026-01-1730.7940
2026-01-2430.7308
2026-01-3131.4157
2026-02-0730.7439
2026-02-1430.8049
2026-02-2130.7987
2026-02-2830.9013
2026-03-0730.8285
2026-03-1430.9920
2026-03-2130.7759
2026-03-2830.8092
2026-04-0430.7263
2026-04-1130.8241
2026-04-1830.8021
2026-04-2530.8500
2026-05-0230.8205
2026-05-0930.8744
2026-05-1730.9249
2026-05-2530.8484
2026-06-0130.8110
2026-06-1030.8354
2026-06-1730.8111
2026-06-2430.8830
2026-07-0130.8079
2026-07-0830.8472
2026-07-1530.7511
2026-07-2230.8724
2026-07-2930.7403
2026-08-0530.8356
2026-08-1230.8965
2026-08-2030.7711
2026-08-2730.8119
2026-09-0330.8817
2026-09-1030.8185
2026-09-1730.9434
2026-09-2430.8570

High

31.4157

Low

30.7008

Average

30.8398

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/GYD API questions

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

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

How far back does TTD/GYD historical data go?

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