TND to GYD exchange rate API
Tunisian Dinar to Guyana Dollar · quoted 2026-09-25
70.7274
▼ +2.52% over YTD
1 TND = 70.7274 GYD · 1 GYD = 0.01414 TND · Get this rate via the API
1 TND buys 70.7274 GYD as of 2026-09-25, so 1 GYD buys 0.01414 TND. Over the year to date, TND/GYD traded between 70.4806 and 73.7329, averaged 71.9720 and fell 2.52%. The API holds daily TND/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/GYD over YTD: show the values
| Point | TND/GYD |
|---|---|
| 2025-12-31 | 72.5573 |
| 2026-01-07 | 72.4865 |
| 2026-01-14 | 72.3177 |
| 2026-01-21 | 72.5934 |
| 2026-01-28 | 73.7329 |
| 2026-02-04 | 73.0620 |
| 2026-02-11 | 73.6759 |
| 2026-02-18 | 73.3455 |
| 2026-02-25 | 72.9722 |
| 2026-03-04 | 72.1320 |
| 2026-03-11 | 71.7276 |
| 2026-03-18 | 71.1742 |
| 2026-03-25 | 71.8690 |
| 2026-04-01 | 71.5236 |
| 2026-04-08 | 71.3926 |
| 2026-04-15 | 72.0535 |
| 2026-04-22 | 72.9779 |
| 2026-04-29 | 72.5340 |
| 2026-05-06 | 72.2530 |
| 2026-05-14 | 72.3964 |
| 2026-05-21 | 71.9736 |
| 2026-05-29 | 71.9005 |
| 2026-06-05 | 72.0018 |
| 2026-06-14 | 71.6523 |
| 2026-06-21 | 71.0532 |
| 2026-06-28 | 70.6869 |
| 2026-07-05 | 70.9315 |
| 2026-07-12 | 70.8256 |
| 2026-07-19 | 70.8853 |
| 2026-07-26 | 70.4806 |
| 2026-08-02 | 71.3432 |
| 2026-08-09 | 71.6696 |
| 2026-08-16 | 71.6790 |
| 2026-08-24 | 72.4781 |
| 2026-08-31 | 72.9349 |
| 2026-09-07 | 71.7206 |
| 2026-09-14 | 72.1940 |
| 2026-09-21 | 70.9943 |
High
73.7329
Low
70.4806
Average
71.9720
Get this rate via the API
One GET request returns the TND/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=TND¤cies=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=GYD").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/GYD API questions
How do I get the TND/GYD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=GYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/GYD rate in rates.GYD.
How far back does TND/GYD historical data go?
Daily TND/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 TND/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.