Skip to content

TND to GYD exchange rate API

Tunisian Dinar to Guyana Dollar · quoted 2026-09-25

70.7274

▲ +3.23% over 5Y

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 5 years, TND/GYD traded between 65.1362 and 73.0620, averaged 70.2313 and rose 3.23%. 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 5Y

TND/GYD over 5Y: show the values
PointTND/GYD
2024-08-2468.5122
2024-10-0768.3129
2024-11-0667.3761
2024-12-0666.3648
2025-01-0565.1755
2025-02-0465.1362
2025-03-0667.2376
2025-04-0668.7651
2025-05-0669.7192
2025-06-0771.1986
2025-07-0772.3813
2025-08-0672.1685
2025-09-0571.7990
2025-10-0672.1068
2025-11-0570.8674
2025-12-0571.2308
2026-01-0572.1653
2026-02-0473.0620
2026-03-0672.0238
2026-04-0571.2245
2026-05-0572.5187
2026-06-0671.4825
2026-07-0871.0680
2026-08-0771.6677
2026-09-0771.7206

High

73.0620

Low

65.1362

Average

70.2313

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=GYD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&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=TND&currencies=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&currencies=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.