TND to GYD exchange rate API
Tunisian Dinar to Guyana Dollar · quoted 2026-09-25
70.7274
▼ +1.70% over 1Y
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 last year, TND/GYD traded between 70.6250 and 73.7642, averaged 71.7967 and fell 1.70%. 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 1Y: show the values
| Point | TND/GYD |
|---|---|
| 2025-09-25 | 71.9508 |
| 2025-10-02 | 72.1155 |
| 2025-10-09 | 71.4276 |
| 2025-10-16 | 71.5840 |
| 2025-10-23 | 71.1512 |
| 2025-10-30 | 71.4316 |
| 2025-11-06 | 70.6908 |
| 2025-11-13 | 71.0035 |
| 2025-11-20 | 70.7091 |
| 2025-11-27 | 71.0785 |
| 2025-12-04 | 71.4942 |
| 2025-12-12 | 71.5527 |
| 2025-12-19 | 71.8059 |
| 2025-12-26 | 72.4325 |
| 2026-01-02 | 72.5623 |
| 2026-01-09 | 72.2045 |
| 2026-01-16 | 72.2625 |
| 2026-01-23 | 72.7813 |
| 2026-01-30 | 73.7642 |
| 2026-02-06 | 73.0699 |
| 2026-02-13 | 73.5305 |
| 2026-02-20 | 72.8298 |
| 2026-02-27 | 73.0552 |
| 2026-03-06 | 72.0238 |
| 2026-03-13 | 71.5918 |
| 2026-03-20 | 71.3388 |
| 2026-03-27 | 71.3947 |
| 2026-04-03 | 71.2185 |
| 2026-04-10 | 72.4587 |
| 2026-04-17 | 72.5070 |
| 2026-04-24 | 72.5945 |
| 2026-05-01 | 72.6064 |
| 2026-05-08 | 72.1269 |
| 2026-05-16 | 71.8913 |
| 2026-05-24 | 71.8139 |
| 2026-05-31 | 72.0566 |
| 2026-06-09 | 71.5030 |
| 2026-06-16 | 71.7757 |
| 2026-06-23 | 71.1615 |
| 2026-06-30 | 70.8556 |
| 2026-07-07 | 70.8383 |
| 2026-07-14 | 70.9860 |
| 2026-07-21 | 71.0300 |
| 2026-07-28 | 70.6250 |
| 2026-08-04 | 71.6672 |
| 2026-08-11 | 71.6335 |
| 2026-08-18 | 71.7596 |
| 2026-08-26 | 72.0870 |
| 2026-09-02 | 71.7143 |
| 2026-09-09 | 72.0534 |
| 2026-09-16 | 71.7102 |
| 2026-09-23 | 70.9852 |
High
73.7642
Low
70.6250
Average
71.7967
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.