Skip to content

CHF to GTQ exchange rate API

Swiss Franc to Quetzal · quoted 2026-09-24

9.2300

▼ +4.31% over 1Y

1 CHF = 9.2300 GTQ · 1 GTQ = 0.10834 CHF · Get this rate via the API

1 CHF buys 9.2300 GTQ as of 2026-09-24, so 1 GTQ buys 0.10834 CHF. Over the last year, CHF/GTQ traded between 9.2300 and 10.0002, averaged 9.6048 and fell 4.31%. The API holds daily CHF/GTQ rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/GTQ over 1Y

CHF/GTQ over 1Y: show the values
PointCHF/GTQ
2025-09-249.6462
2025-10-019.5949
2025-10-089.5756
2025-10-159.5540
2025-10-229.6192
2025-10-299.6064
2025-11-059.4613
2025-11-129.5888
2025-11-199.5547
2025-11-269.4864
2025-12-039.5739
2025-12-119.5913
2025-12-189.6323
2025-12-259.7207
2026-01-019.6761
2026-01-089.6134
2026-01-159.5703
2026-01-229.6761
2026-01-2910.0002
2026-02-059.8779
2026-02-129.9836
2026-02-199.9002
2026-02-269.8910
2026-03-059.8328
2026-03-129.8096
2026-03-199.6601
2026-03-269.6626
2026-04-029.5702
2026-04-099.6682
2026-04-169.7345
2026-04-239.7731
2026-04-309.7315
2026-05-079.8145
2026-05-159.7037
2026-05-239.7159
2026-05-309.7670
2026-06-069.5753
2026-06-159.6026
2026-06-229.4347
2026-06-299.4389
2026-07-069.4698
2026-07-139.4326
2026-07-209.4341
2026-07-279.3523
2026-08-039.4280
2026-08-109.4262
2026-08-179.4115
2026-08-259.5031
2026-09-019.4169
2026-09-089.4174
2026-09-159.3289
2026-09-229.3117

High

10.0002

Low

9.2300

Average

9.6048

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/GTQ API questions

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

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

How far back does CHF/GTQ historical data go?

Daily CHF/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 CHF/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.