Skip to content

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

TND/GYD over 1Y: show the values
PointTND/GYD
2025-09-2571.9508
2025-10-0272.1155
2025-10-0971.4276
2025-10-1671.5840
2025-10-2371.1512
2025-10-3071.4316
2025-11-0670.6908
2025-11-1371.0035
2025-11-2070.7091
2025-11-2771.0785
2025-12-0471.4942
2025-12-1271.5527
2025-12-1971.8059
2025-12-2672.4325
2026-01-0272.5623
2026-01-0972.2045
2026-01-1672.2625
2026-01-2372.7813
2026-01-3073.7642
2026-02-0673.0699
2026-02-1373.5305
2026-02-2072.8298
2026-02-2773.0552
2026-03-0672.0238
2026-03-1371.5918
2026-03-2071.3388
2026-03-2771.3947
2026-04-0371.2185
2026-04-1072.4587
2026-04-1772.5070
2026-04-2472.5945
2026-05-0172.6064
2026-05-0872.1269
2026-05-1671.8913
2026-05-2471.8139
2026-05-3172.0566
2026-06-0971.5030
2026-06-1671.7757
2026-06-2371.1615
2026-06-3070.8556
2026-07-0770.8383
2026-07-1470.9860
2026-07-2171.0300
2026-07-2870.6250
2026-08-0471.6672
2026-08-1171.6335
2026-08-1871.7596
2026-08-2672.0870
2026-09-0271.7143
2026-09-0972.0534
2026-09-1671.7102
2026-09-2370.9852

High

73.7642

Low

70.6250

Average

71.7967

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.