GTQ to RUB exchange rate API
Quetzal to Russian Ruble · quoted 2026-09-26
11.0561
▲ +0.92% over 1Y
1 GTQ = 11.0561 RUB · 1 RUB = 0.09045 GTQ · Get this rate via the API
1 GTQ buys 11.0561 RUB as of 2026-09-26, so 1 RUB buys 0.09045 GTQ. Over the last year, GTQ/RUB traded between 9.3432 and 11.4445, averaged 10.3240 and rose 0.92%. The API holds daily GTQ/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GTQ/RUB over 1Y: show the values
| Point | GTQ/RUB |
|---|---|
| 2025-09-26 | 10.9550 |
| 2025-10-03 | 10.7081 |
| 2025-10-10 | 10.5823 |
| 2025-10-17 | 10.5042 |
| 2025-10-24 | 10.6175 |
| 2025-10-31 | 10.4284 |
| 2025-11-07 | 10.6033 |
| 2025-11-14 | 10.5297 |
| 2025-11-21 | 10.4481 |
| 2025-11-28 | 10.1769 |
| 2025-12-05 | 10.0658 |
| 2025-12-13 | 10.4054 |
| 2025-12-20 | 10.5309 |
| 2025-12-27 | 10.2757 |
| 2026-01-03 | 10.4893 |
| 2026-01-10 | 10.3384 |
| 2026-01-17 | 10.1491 |
| 2026-01-24 | 9.8720 |
| 2026-01-31 | 9.9172 |
| 2026-02-07 | 10.0122 |
| 2026-02-14 | 9.9456 |
| 2026-02-21 | 9.9943 |
| 2026-02-28 | 10.0543 |
| 2026-03-07 | 10.3329 |
| 2026-03-14 | 10.4396 |
| 2026-03-21 | 10.8140 |
| 2026-03-28 | 10.6376 |
| 2026-04-04 | 10.5123 |
| 2026-04-11 | 10.0831 |
| 2026-04-18 | 9.9686 |
| 2026-04-25 | 9.8370 |
| 2026-05-02 | 9.8112 |
| 2026-05-09 | 9.7238 |
| 2026-05-17 | 9.5582 |
| 2026-05-25 | 9.3589 |
| 2026-06-01 | 9.3432 |
| 2026-06-10 | 9.4468 |
| 2026-06-17 | 9.5100 |
| 2026-06-24 | 9.7639 |
| 2026-07-01 | 10.3209 |
| 2026-07-08 | 10.0146 |
| 2026-07-15 | 10.1687 |
| 2026-07-22 | 10.2633 |
| 2026-07-29 | 10.3221 |
| 2026-08-05 | 10.5723 |
| 2026-08-12 | 10.8123 |
| 2026-08-20 | 11.0346 |
| 2026-08-27 | 11.1800 |
| 2026-09-03 | 11.4445 |
| 2026-09-10 | 11.1340 |
| 2026-09-17 | 10.9948 |
| 2026-09-24 | 11.1063 |
High
11.4445
Low
9.3432
Average
10.3240
Get this rate via the API
One GET request returns the GTQ/RUB 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=GTQ¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ¤cies=RUB").json()Replace YOUR_API_KEY with the key from your dashboard.
GTQ/RUB API questions
How do I get the GTQ/RUB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ¤cies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GTQ/RUB rate in rates.RUB.
How far back does GTQ/RUB historical data go?
Daily GTQ/RUB 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/RUB 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.