Skip to content

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

TND/GYD over YTD: show the values
PointTND/GYD
2025-12-3172.5573
2026-01-0772.4865
2026-01-1472.3177
2026-01-2172.5934
2026-01-2873.7329
2026-02-0473.0620
2026-02-1173.6759
2026-02-1873.3455
2026-02-2572.9722
2026-03-0472.1320
2026-03-1171.7276
2026-03-1871.1742
2026-03-2571.8690
2026-04-0171.5236
2026-04-0871.3926
2026-04-1572.0535
2026-04-2272.9779
2026-04-2972.5340
2026-05-0672.2530
2026-05-1472.3964
2026-05-2171.9736
2026-05-2971.9005
2026-06-0572.0018
2026-06-1471.6523
2026-06-2171.0532
2026-06-2870.6869
2026-07-0570.9315
2026-07-1270.8256
2026-07-1970.8853
2026-07-2670.4806
2026-08-0271.3432
2026-08-0971.6696
2026-08-1671.6790
2026-08-2472.4781
2026-08-3172.9349
2026-09-0771.7206
2026-09-1472.1940
2026-09-2170.9943

High

73.7329

Low

70.4806

Average

71.9720

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.