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: show the values
| Point | TTD/GYD |
|---|---|
| 2026-03-30 | 30.8046 |
| 2026-04-06 | 30.7904 |
| 2026-04-13 | 30.8278 |
| 2026-04-20 | 30.8025 |
| 2026-04-27 | 30.8065 |
| 2026-05-04 | 30.8205 |
| 2026-05-11 | 30.8717 |
| 2026-05-19 | 30.8337 |
| 2026-05-27 | 30.8170 |
| 2026-06-03 | 30.8334 |
| 2026-06-12 | 30.7244 |
| 2026-06-19 | 30.8390 |
| 2026-06-26 | 30.7409 |
| 2026-07-03 | 30.8746 |
| 2026-07-10 | 30.7812 |
| 2026-07-17 | 30.8249 |
| 2026-07-24 | 30.7632 |
| 2026-07-31 | 30.7598 |
| 2026-08-07 | 30.9146 |
| 2026-08-14 | 30.9032 |
| 2026-08-22 | 30.7704 |
| 2026-08-29 | 30.9746 |
| 2026-09-05 | 30.8000 |
| 2026-09-12 | 30.7663 |
| 2026-09-19 | 30.7544 |
| 2026-09-26 | 30.7905 |
High
30.9746
Low
30.7244
Average
30.8141
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=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¤cies=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.