Skip to content

TJS to GTQ exchange rate API

Somoni to Quetzal · quoted 2026-09-27

0.82652

▼ +0.29% over YTD

1 TJS = 0.82652 GTQ · 1 GTQ = 1.2099 TJS · Get this rate via the API

1 TJS buys 0.82652 GTQ as of 2026-09-27, so 1 GTQ buys 1.2099 TJS. Over the year to date, TJS/GTQ traded between 0.79767 and 0.82893, averaged 0.81841 and fell 0.29%. The API holds daily TJS/GTQ rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/GTQ over YTD

TJS/GTQ over YTD: show the values
PointTJS/GTQ
2025-12-310.82893
2026-01-070.82852
2026-01-140.82128
2026-01-210.82229
2026-01-280.82493
2026-02-040.82217
2026-02-110.81688
2026-02-180.81138
2026-02-250.81120
2026-03-040.80309
2026-03-110.80042
2026-03-180.80020
2026-03-250.79937
2026-04-010.79767
2026-04-080.81068
2026-04-150.80731
2026-04-220.81309
2026-04-290.81451
2026-05-060.81622
2026-05-140.81690
2026-05-210.81998
2026-05-290.82726
2026-06-050.81926
2026-06-140.81725
2026-06-210.81808
2026-06-280.82295
2026-07-050.82118
2026-07-120.82400
2026-07-190.82422
2026-07-260.82342
2026-08-020.82480
2026-08-090.82425
2026-08-160.82384
2026-08-240.82628
2026-08-310.82706
2026-09-070.82761
2026-09-140.82603
2026-09-210.82681

High

0.82893

Low

0.79767

Average

0.81841

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/GTQ API questions

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

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

How far back does TJS/GTQ historical data go?

Daily TJS/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 TJS/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.