Skip to content

RUB to GTQ exchange rate API

Russian Ruble to Quetzal · quoted 2026-09-26

0.09045

▼ +3.71% over 6M

1 RUB = 0.09045 GTQ · 1 GTQ = 11.0562 RUB · Get this rate via the API

1 RUB buys 0.09045 GTQ as of 2026-09-26, so 1 GTQ buys 11.0562 RUB. Over the last 6 months, RUB/GTQ traded between 0.08857 and 0.10604, averaged 0.09726 and fell 3.71%. The API holds daily RUB/GTQ rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/GTQ over 6M

RUB/GTQ over 6M: show the values
PointRUB/GTQ
2026-03-300.09393
2026-04-060.09537
2026-04-130.09878
2026-04-200.10062
2026-04-270.10143
2026-05-040.10191
2026-05-110.10224
2026-05-190.10519
2026-05-270.10604
2026-06-030.10417
2026-06-120.10584
2026-06-190.10436
2026-06-260.10138
2026-07-030.09835
2026-07-100.10029
2026-07-170.09772
2026-07-240.09738
2026-07-310.09552
2026-08-070.09201
2026-08-140.09180
2026-08-220.09218
2026-08-290.08857
2026-09-050.08895
2026-09-120.09066
2026-09-190.09043
2026-09-260.09045

High

0.10604

Low

0.08857

Average

0.09726

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RUB/GTQ API questions

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

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

How far back does RUB/GTQ historical data go?

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