GEL to GTQ exchange rate API
Lari to Quetzal · quoted 2026-09-25
2.9361
▲ +3.79% over 1Y
1 GEL = 2.9361 GTQ · 1 GTQ = 0.34059 GEL · Get this rate via the API
1 GEL buys 2.9361 GTQ as of 2026-09-25, so 1 GTQ buys 0.34059 GEL. Over the last year, GEL/GTQ traded between 2.8131 and 2.9375, averaged 2.8639 and rose 3.79%. The API holds daily GEL/GTQ rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/GTQ over 1Y: show the values
| Point | GEL/GTQ |
|---|---|
| 2025-09-25 | 2.8289 |
| 2025-10-02 | 2.8131 |
| 2025-10-09 | 2.8269 |
| 2025-10-16 | 2.8279 |
| 2025-10-23 | 2.8241 |
| 2025-10-30 | 2.8244 |
| 2025-11-06 | 2.8321 |
| 2025-11-13 | 2.8341 |
| 2025-11-20 | 2.8329 |
| 2025-11-27 | 2.8385 |
| 2025-12-04 | 2.8382 |
| 2025-12-12 | 2.8395 |
| 2025-12-19 | 2.8441 |
| 2025-12-26 | 2.8429 |
| 2026-01-02 | 2.8488 |
| 2026-01-09 | 2.8469 |
| 2026-01-16 | 2.8479 |
| 2026-01-23 | 2.8513 |
| 2026-01-30 | 2.8533 |
| 2026-02-06 | 2.8545 |
| 2026-02-13 | 2.8601 |
| 2026-02-20 | 2.8676 |
| 2026-02-27 | 2.8717 |
| 2026-03-06 | 2.8170 |
| 2026-03-13 | 2.8194 |
| 2026-03-20 | 2.8140 |
| 2026-03-27 | 2.8351 |
| 2026-04-03 | 2.8474 |
| 2026-04-10 | 2.8408 |
| 2026-04-17 | 2.8376 |
| 2026-04-24 | 2.8476 |
| 2026-05-01 | 2.8460 |
| 2026-05-08 | 2.8587 |
| 2026-05-16 | 2.8565 |
| 2026-05-24 | 2.8575 |
| 2026-05-31 | 2.8626 |
| 2026-06-09 | 2.8707 |
| 2026-06-16 | 2.8767 |
| 2026-06-23 | 2.8826 |
| 2026-06-30 | 2.8910 |
| 2026-07-07 | 2.8960 |
| 2026-07-14 | 2.9062 |
| 2026-07-21 | 2.9112 |
| 2026-07-28 | 2.9125 |
| 2026-08-04 | 2.9156 |
| 2026-08-11 | 2.9187 |
| 2026-08-18 | 2.9271 |
| 2026-08-26 | 2.9215 |
| 2026-09-02 | 2.9240 |
| 2026-09-09 | 2.9357 |
| 2026-09-16 | 2.9375 |
| 2026-09-23 | 2.9324 |
High
2.9375
Low
2.8131
Average
2.8639
Get this rate via the API
One GET request returns the GEL/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=GEL¤cies=GTQ"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=GTQ");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=GTQ").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/GTQ API questions
How do I get the GEL/GTQ exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=GTQ, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/GTQ rate in rates.GTQ.
How far back does GEL/GTQ historical data go?
Daily GEL/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 GEL/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.