Skip to content

PAB to GTQ exchange rate API

Balboa to Quetzal · quoted 2026-09-25

7.6364

▼ +0.33% over 1Y

1 PAB = 7.6364 GTQ · 1 GTQ = 0.13095 PAB · Get this rate via the API

1 PAB buys 7.6364 GTQ as of 2026-09-25, so 1 GTQ buys 0.13095 PAB. Over the last year, PAB/GTQ traded between 7.6200 and 7.6756, averaged 7.6487 and fell 0.33%. The API holds daily PAB/GTQ rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/GTQ over 1Y

PAB/GTQ over 1Y: show the values
PointPAB/GTQ
2025-09-257.6614
2025-10-027.6624
2025-10-097.6607
2025-10-167.6568
2025-10-237.6579
2025-10-307.6607
2025-11-067.6621
2025-11-137.6646
2025-11-207.6601
2025-11-277.6588
2025-12-047.6594
2025-12-127.6548
2025-12-197.6589
2025-12-267.6591
2026-01-027.6680
2026-01-097.6704
2026-01-167.6704
2026-01-237.6719
2026-01-307.6711
2026-02-067.6710
2026-02-137.6720
2026-02-207.6756
2026-02-277.6746
2026-03-067.6696
2026-03-137.6741
2026-03-207.6565
2026-03-277.6479
2026-04-037.6428
2026-04-107.6506
2026-04-177.6477
2026-04-247.6451
2026-05-017.6400
2026-05-087.6360
2026-05-167.6299
2026-05-247.6215
2026-05-317.6228
2026-06-097.6200
2026-06-167.6243
2026-06-237.6277
2026-06-307.6252
2026-07-077.6252
2026-07-147.6367
2026-07-217.6323
2026-07-287.6330
2026-08-047.6313
2026-08-117.6312
2026-08-187.6299
2026-08-267.6265
2026-09-027.6308
2026-09-097.6375
2026-09-167.6337
2026-09-237.6330

High

7.6756

Low

7.6200

Average

7.6487

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/GTQ API questions

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

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

How far back does PAB/GTQ historical data go?

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