Skip to content

GTQ to GBP exchange rate API

Quetzal to Pound Sterling · quoted 2026-09-25

0.09909

▲ +1.88% over 1Y

1 GTQ = 0.09909 GBP · 1 GBP = 10.0914 GTQ · Get this rate via the API

1 GTQ buys 0.09909 GBP as of 2026-09-25, so 1 GBP buys 10.0914 GTQ. Over the last year, GTQ/GBP traded between 0.09474 and 0.09995, averaged 0.09758 and rose 1.88%. The API holds daily GTQ/GBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GTQ/GBP over 1Y

GTQ/GBP over 1Y: show the values
PointGTQ/GBP
2025-09-250.09727
2025-10-020.09683
2025-10-090.09762
2025-10-160.09727
2025-10-230.09790
2025-10-300.09947
2025-11-060.09966
2025-11-130.09903
2025-11-200.09995
2025-11-270.09865
2025-12-040.09787
2025-12-120.09763
2025-12-190.09766
2025-12-260.09671
2026-01-020.09701
2026-01-090.09717
2026-01-160.09730
2026-01-230.09637
2026-01-300.09474
2026-02-060.09593
2026-02-130.09577
2026-02-200.09663
2026-02-270.09672
2026-03-060.09777
2026-03-130.09822
2026-03-200.09770
2026-03-270.09845
2026-04-030.09911
2026-04-100.09734
2026-04-170.09662
2026-04-240.09694
2026-05-010.09620
2026-05-080.09591
2026-05-160.09835
2026-05-240.09759
2026-05-310.09751
2026-06-090.09791
2026-06-160.09782
2026-06-230.09920
2026-06-300.09919
2026-07-070.09797
2026-07-140.09784
2026-07-210.09777
2026-07-280.09860
2026-08-040.09745
2026-08-110.09707
2026-08-180.09690
2026-08-260.09620
2026-09-020.09719
2026-09-090.09652
2026-09-160.09735
2026-09-230.09868

High

0.09995

Low

0.09474

Average

0.09758

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GTQ/GBP API questions

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

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

How far back does GTQ/GBP historical data go?

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