Skip to content

TND to GTQ exchange rate API

Tunisian Dinar to Quetzal · quoted 2026-09-25

2.5850

▼ +1.93% over 1Y

1 TND = 2.5850 GTQ · 1 GTQ = 0.38685 TND · Get this rate via the API

1 TND buys 2.5850 GTQ as of 2026-09-25, so 1 GTQ buys 0.38685 TND. Over the last year, TND/GTQ traded between 2.5748 and 2.6997, averaged 2.6250 and fell 1.93%. The API holds daily TND/GTQ rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/GTQ over 1Y

TND/GTQ over 1Y: show the values
PointTND/GTQ
2025-09-252.6359
2025-10-022.6412
2025-10-092.6163
2025-10-162.6198
2025-10-232.6067
2025-10-302.6157
2025-11-062.5904
2025-11-132.6012
2025-11-202.5888
2025-11-272.6011
2025-12-042.6177
2025-12-122.6225
2025-12-192.6293
2025-12-262.6518
2026-01-022.6592
2026-01-092.6442
2026-01-162.6489
2026-01-232.6697
2026-01-302.6997
2026-02-062.6777
2026-02-132.6929
2026-02-202.6715
2026-02-272.6784
2026-03-062.6406
2026-03-132.6175
2026-03-202.6267
2026-03-272.6127
2026-04-032.6062
2026-04-102.6496
2026-04-172.6503
2026-04-242.6524
2026-05-012.6514
2026-05-082.6324
2026-05-162.6249
2026-05-242.6154
2026-05-312.6246
2026-06-092.6065
2026-06-162.6138
2026-06-232.5938
2026-06-302.5858
2026-07-072.5866
2026-07-142.5863
2026-07-212.5897
2026-07-282.5748
2026-08-042.6079
2026-08-112.6082
2026-08-182.6156
2026-08-262.6299
2026-09-022.6140
2026-09-092.6346
2026-09-162.6181
2026-09-232.5871

High

2.6997

Low

2.5748

Average

2.6250

For developers

Get this rate via the API

One GET request returns the TND/GTQ 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=GTQ"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=GTQ");
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=GTQ").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/GTQ API questions

How do I get the TND/GTQ exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=GTQ, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/GTQ rate in rates.GTQ.

How far back does TND/GTQ historical data go?

Daily TND/GTQ 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/GTQ 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.