Skip to content

GTQ to AUD exchange rate API

Quetzal to Australian Dollar · quoted 2026-09-25

0.18670

▼ +5.83% over 1Y

1 GTQ = 0.18670 AUD · 1 AUD = 5.3561 GTQ · Get this rate via the API

1 GTQ buys 0.18670 AUD as of 2026-09-25, so 1 AUD buys 5.3561 GTQ. Over the last year, GTQ/AUD traded between 0.18046 and 0.20151, averaged 0.18947 and fell 5.83%. The API holds daily GTQ/AUD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GTQ/AUD over 1Y

GTQ/AUD over 1Y: show the values
PointGTQ/AUD
2025-09-250.19827
2025-10-020.19748
2025-10-090.19787
2025-10-160.20098
2025-10-230.20078
2025-10-300.19973
2025-11-060.20027
2025-11-130.19900
2025-11-200.20151
2025-11-270.20007
2025-12-040.19761
2025-12-120.19593
2025-12-190.19776
2025-12-260.19460
2026-01-020.19480
2026-01-090.19531
2026-01-160.19464
2026-01-230.18987
2026-01-300.18594
2026-02-060.18658
2026-02-130.18487
2026-02-200.18487
2026-02-270.18336
2026-03-060.18610
2026-03-130.18500
2026-03-200.18482
2026-03-270.18995
2026-04-030.18982
2026-04-100.18508
2026-04-170.18221
2026-04-240.18307
2026-05-010.18172
2026-05-080.18046
2026-05-160.18336
2026-05-240.18358
2026-05-310.18266
2026-06-090.18587
2026-06-160.18565
2026-06-230.18900
2026-06-300.19042
2026-07-070.18875
2026-07-140.18862
2026-07-210.18677
2026-07-280.18800
2026-08-040.18637
2026-08-110.18550
2026-08-180.18430
2026-08-260.18250
2026-09-020.18335
2026-09-090.18123
2026-09-160.18367
2026-09-230.18537

High

0.20151

Low

0.18046

Average

0.18947

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GTQ/AUD API questions

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

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

How far back does GTQ/AUD historical data go?

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