Skip to content

GTQ to CAD exchange rate API

Quetzal to Canadian Dollar · quoted 2026-09-25

0.18528

▲ +2.17% over 1Y

1 GTQ = 0.18528 CAD · 1 CAD = 5.3973 GTQ · Get this rate via the API

1 GTQ buys 0.18528 CAD as of 2026-09-25, so 1 CAD buys 5.3973 GTQ. Over the last year, GTQ/CAD traded between 0.17630 and 0.18669, averaged 0.18151 and rose 2.17%. The API holds daily GTQ/CAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GTQ/CAD over 1Y

GTQ/CAD over 1Y: show the values
PointGTQ/CAD
2025-09-250.18135
2025-10-020.18195
2025-10-090.18210
2025-10-160.18353
2025-10-230.18271
2025-10-300.18285
2025-11-060.18391
2025-11-130.18272
2025-11-200.18361
2025-11-270.18339
2025-12-040.18241
2025-12-120.17972
2025-12-190.18010
2025-12-260.17850
2026-01-020.17910
2026-01-090.18100
2026-01-160.18107
2026-01-230.17940
2026-01-300.17630
2026-02-060.17816
2026-02-130.17758
2026-02-200.17839
2026-02-270.17814
2026-03-060.17799
2026-03-130.17857
2026-03-200.17914
2026-03-270.18135
2026-04-030.18244
2026-04-100.18090
2026-04-170.17878
2026-04-240.17894
2026-05-010.17771
2026-05-080.17828
2026-05-160.18021
2026-05-240.18130
2026-05-310.18102
2026-06-090.18269
2026-06-160.18381
2026-06-230.18599
2026-06-300.18669
2026-07-070.18646
2026-07-140.18479
2026-07-210.18439
2026-07-280.18482
2026-08-040.18425
2026-08-110.18264
2026-08-180.18183
2026-08-260.18177
2026-09-020.18248
2026-09-090.18027
2026-09-160.18260
2026-09-230.18458

High

0.18669

Low

0.17630

Average

0.18151

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GTQ/CAD API questions

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

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

How far back does GTQ/CAD historical data go?

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