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: show the values
| Point | TTD/GYD |
|---|---|
| 2025-09-26 | 31.0135 |
| 2025-10-03 | 30.8621 |
| 2025-10-10 | 30.9181 |
| 2025-10-17 | 30.7411 |
| 2025-10-24 | 30.7666 |
| 2025-10-31 | 31.0087 |
| 2025-11-07 | 30.8643 |
| 2025-11-14 | 30.8767 |
| 2025-11-21 | 30.8146 |
| 2025-11-28 | 30.7887 |
| 2025-12-05 | 30.9372 |
| 2025-12-13 | 30.7535 |
| 2025-12-20 | 30.7418 |
| 2025-12-27 | 30.7008 |
| 2026-01-03 | 30.7316 |
| 2026-01-10 | 30.7581 |
| 2026-01-17 | 30.7940 |
| 2026-01-24 | 30.7308 |
| 2026-01-31 | 31.4157 |
| 2026-02-07 | 30.7439 |
| 2026-02-14 | 30.8049 |
| 2026-02-21 | 30.7987 |
| 2026-02-28 | 30.9013 |
| 2026-03-07 | 30.8285 |
| 2026-03-14 | 30.9920 |
| 2026-03-21 | 30.7759 |
| 2026-03-28 | 30.8092 |
| 2026-04-04 | 30.7263 |
| 2026-04-11 | 30.8241 |
| 2026-04-18 | 30.8021 |
| 2026-04-25 | 30.8500 |
| 2026-05-02 | 30.8205 |
| 2026-05-09 | 30.8744 |
| 2026-05-17 | 30.9249 |
| 2026-05-25 | 30.8484 |
| 2026-06-01 | 30.8110 |
| 2026-06-10 | 30.8354 |
| 2026-06-17 | 30.8111 |
| 2026-06-24 | 30.8830 |
| 2026-07-01 | 30.8079 |
| 2026-07-08 | 30.8472 |
| 2026-07-15 | 30.7511 |
| 2026-07-22 | 30.8724 |
| 2026-07-29 | 30.7403 |
| 2026-08-05 | 30.8356 |
| 2026-08-12 | 30.8965 |
| 2026-08-20 | 30.7711 |
| 2026-08-27 | 30.8119 |
| 2026-09-03 | 30.8817 |
| 2026-09-10 | 30.8185 |
| 2026-09-17 | 30.9434 |
| 2026-09-24 | 30.8570 |
High
31.4157
Low
30.7008
Average
30.8398
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.