Skip to content

TJS to GTQ exchange rate API

Somoni to Quetzal · quoted 2026-09-27

0.82652

▲ +0.87% over 1Y

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 last year, TJS/GTQ traded between 0.79802 and 0.83463, averaged 0.82107 and rose 0.87%. 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 1Y

TJS/GTQ over 1Y: show the values
PointTJS/GTQ
2025-09-270.81936
2025-10-040.82649
2025-10-110.82901
2025-10-180.83138
2025-10-250.82444
2025-11-010.83037
2025-11-080.83047
2025-11-150.82902
2025-11-220.83074
2025-11-290.82890
2025-12-060.83463
2025-12-140.82860
2025-12-210.83110
2025-12-280.82831
2026-01-040.82966
2026-01-110.82448
2026-01-180.82195
2026-01-250.81991
2026-02-010.81652
2026-02-080.81828
2026-02-150.81172
2026-02-220.80955
2026-03-010.80596
2026-03-080.79958
2026-03-150.79802
2026-03-220.79905
2026-03-290.80020
2026-04-050.79890
2026-04-120.80481
2026-04-190.81099
2026-04-260.81328
2026-05-030.81450
2026-05-100.81834
2026-05-180.81766
2026-05-260.82428
2026-06-020.82606
2026-06-110.81735
2026-06-180.82203
2026-06-250.82286
2026-07-020.82450
2026-07-090.82330
2026-07-160.82713
2026-07-230.82561
2026-07-300.82986
2026-08-060.82683
2026-08-130.82439
2026-08-210.82511
2026-08-280.82602
2026-09-040.82659
2026-09-110.82671
2026-09-180.82709
2026-09-250.82838

High

0.83463

Low

0.79802

Average

0.82107

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.