CHF to GTQ exchange rate API
Swiss Franc to Quetzal · quoted 2026-09-24
9.2262
▼ +4.35% over 1Y
1 CHF = 9.2262 GTQ · 1 GTQ = 0.10839 CHF · Get this rate via the API
1 CHF buys 9.2262 GTQ as of 2026-09-24, so 1 GTQ buys 0.10839 CHF. Over the last year, CHF/GTQ traded between 9.2262 and 10.0002, averaged 9.6047 and fell 4.35%. 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: show the values
| Point | CHF/GTQ |
|---|---|
| 2025-09-24 | 9.6462 |
| 2025-10-01 | 9.5949 |
| 2025-10-08 | 9.5756 |
| 2025-10-15 | 9.5540 |
| 2025-10-22 | 9.6192 |
| 2025-10-29 | 9.6064 |
| 2025-11-05 | 9.4613 |
| 2025-11-12 | 9.5888 |
| 2025-11-19 | 9.5547 |
| 2025-11-26 | 9.4864 |
| 2025-12-03 | 9.5739 |
| 2025-12-11 | 9.5913 |
| 2025-12-18 | 9.6323 |
| 2025-12-25 | 9.7207 |
| 2026-01-01 | 9.6761 |
| 2026-01-08 | 9.6134 |
| 2026-01-15 | 9.5703 |
| 2026-01-22 | 9.6761 |
| 2026-01-29 | 10.0002 |
| 2026-02-05 | 9.8779 |
| 2026-02-12 | 9.9836 |
| 2026-02-19 | 9.9002 |
| 2026-02-26 | 9.8910 |
| 2026-03-05 | 9.8328 |
| 2026-03-12 | 9.8096 |
| 2026-03-19 | 9.6601 |
| 2026-03-26 | 9.6626 |
| 2026-04-02 | 9.5702 |
| 2026-04-09 | 9.6682 |
| 2026-04-16 | 9.7345 |
| 2026-04-23 | 9.7731 |
| 2026-04-30 | 9.7315 |
| 2026-05-07 | 9.8145 |
| 2026-05-15 | 9.7037 |
| 2026-05-23 | 9.7159 |
| 2026-05-30 | 9.7670 |
| 2026-06-06 | 9.5753 |
| 2026-06-15 | 9.6026 |
| 2026-06-22 | 9.4347 |
| 2026-06-29 | 9.4389 |
| 2026-07-06 | 9.4698 |
| 2026-07-13 | 9.4326 |
| 2026-07-20 | 9.4341 |
| 2026-07-27 | 9.3523 |
| 2026-08-03 | 9.4280 |
| 2026-08-10 | 9.4262 |
| 2026-08-17 | 9.4115 |
| 2026-08-25 | 9.5031 |
| 2026-09-01 | 9.4169 |
| 2026-09-08 | 9.4174 |
| 2026-09-15 | 9.3289 |
| 2026-09-22 | 9.3117 |
High
10.0002
Low
9.2262
Average
9.6047
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=GTQ"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=GTQ");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.