Skip to content

GTQ to EUR exchange rate API

Quetzal to Euro · quoted 2026-09-25

0.11515

▲ +3.56% over 1Y

1 GTQ = 0.11515 EUR · 1 EUR = 8.6844 GTQ · Get this rate via the API

1 GTQ buys 0.11515 EUR as of 2026-09-25, so 1 EUR buys 8.6844 GTQ. Over the last year, GTQ/EUR traded between 0.10937 and 0.11525, averaged 0.11257 and rose 3.56%. The API holds daily GTQ/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GTQ/EUR over 1Y

GTQ/EUR over 1Y: show the values
PointGTQ/EUR
2025-09-250.11119
2025-10-020.11103
2025-10-090.11242
2025-10-160.11211
2025-10-230.11264
2025-10-300.11302
2025-11-060.11316
2025-11-130.11229
2025-11-200.11338
2025-11-270.11269
2025-12-040.11191
2025-12-120.11136
2025-12-190.11148
2025-12-260.11084
2026-01-020.11126
2026-01-090.11198
2026-01-160.11222
2026-01-230.11101
2026-01-300.10937
2026-02-060.11053
2026-02-130.10988
2026-02-200.11072
2026-02-270.11038
2026-03-060.11278
2026-03-130.11355
2026-03-200.11303
2026-03-270.11353
2026-04-030.11356
2026-04-100.11175
2026-04-170.11084
2026-04-240.11167
2026-05-010.11150
2026-05-080.11099
2026-05-160.11274
2026-05-240.11285
2026-05-310.11254
2026-06-090.11339
2026-06-160.11313
2026-06-230.11508
2026-06-300.11510
2026-07-070.11471
2026-07-140.11482
2026-07-210.11475
2026-07-280.11525
2026-08-040.11380
2026-08-110.11355
2026-08-180.11322
2026-08-260.11237
2026-09-020.11319
2026-09-090.11237
2026-09-160.11355
2026-09-230.11481

High

0.11525

Low

0.10937

Average

0.11257

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GTQ/EUR API questions

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

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

How far back does GTQ/EUR historical data go?

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