Skip to content

TTD to GYD exchange rate API

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

30.7905

▼ +0.05% over 6M

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 6 months, TTD/GYD traded between 30.7244 and 30.9746, averaged 30.8141 and fell 0.05%. 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 6M

TTD/GYD over 6M: show the values
PointTTD/GYD
2026-03-3030.8046
2026-04-0630.7904
2026-04-1330.8278
2026-04-2030.8025
2026-04-2730.8065
2026-05-0430.8205
2026-05-1130.8717
2026-05-1930.8337
2026-05-2730.8170
2026-06-0330.8334
2026-06-1230.7244
2026-06-1930.8390
2026-06-2630.7409
2026-07-0330.8746
2026-07-1030.7812
2026-07-1730.8249
2026-07-2430.7632
2026-07-3130.7598
2026-08-0730.9146
2026-08-1430.9032
2026-08-2230.7704
2026-08-2930.9746
2026-09-0530.8000
2026-09-1230.7663
2026-09-1930.7544
2026-09-2630.7905

High

30.9746

Low

30.7244

Average

30.8141

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.