Skip to content

GTQ to JPY exchange rate API

Quetzal to Yen · quoted 2026-09-25

20.5877

▲ +5.99% over 1Y

1 GTQ = 20.5877 JPY · 1 JPY = 0.04857 GTQ · Get this rate via the API

1 GTQ buys 20.5877 JPY as of 2026-09-25, so 1 JPY buys 0.04857 GTQ. Over the last year, GTQ/JPY traded between 19.1563 and 21.4741, averaged 20.5664 and rose 5.99%. The API holds daily GTQ/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GTQ/JPY over 1Y

GTQ/JPY over 1Y: show the values
PointGTQ/JPY
2025-09-2519.4246
2025-10-0219.1563
2025-10-0919.9441
2025-10-1619.7579
2025-10-2319.9307
2025-10-3020.1591
2025-11-0620.0471
2025-11-1320.1640
2025-11-2020.5753
2025-11-2720.4101
2025-12-0420.2059
2025-12-1220.3777
2025-12-1920.5294
2025-12-2620.4170
2026-01-0220.4660
2026-01-0920.5512
2026-01-1620.6123
2026-01-2320.6152
2026-01-3020.0794
2026-02-0620.4783
2026-02-1319.9801
2026-02-2020.2207
2026-02-2720.3238
2026-03-0620.5902
2026-03-1320.7623
2026-03-2020.7367
2026-03-2720.9080
2026-04-0320.8869
2026-04-1020.8344
2026-04-1720.8078
2026-04-2420.8508
2026-05-0120.5327
2026-05-0820.4631
2026-05-1620.8082
2026-05-2420.8584
2026-05-3120.9041
2026-06-0921.0179
2026-06-1621.0349
2026-06-2321.1773
2026-06-3021.3025
2026-07-0721.2311
2026-07-1421.2420
2026-07-2121.3230
2026-07-2821.4741
2026-08-0420.6271
2026-08-1120.8622
2026-08-1820.9309
2026-08-2620.8577
2026-09-0220.9148
2026-09-0920.0680
2026-09-1620.3112
2026-09-2320.6887

High

21.4741

Low

19.1563

Average

20.5664

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ&currencies=JPY").json()

Replace YOUR_API_KEY with the key from your dashboard.

GTQ/JPY API questions

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

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

How far back does GTQ/JPY historical data go?

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