Convert GTQ to INR
Guatemalan Quetzal → Indian Rupee
1 GTQ = 12.547387 INR(1 INR = 0.0796979 GTQ)
Currency converter
1 GTQ =
12.5474 INR
GTQ to INR: last 30 days
Over the last 30 days, 1 GTQ traded between 12.378 and 12.5722 INR, averaging 12.494 INR. The GTQ/INR rate is up 0.34% since 2026-08-28.
- 30-day high
- 12.5722
- 2026-09-15
- 30-day low
- 12.378
- 2026-09-05
- 30-day average
- 12.494
- Days with data: 30
- 30-day change
- +0.34%
- since 2026-08-28
12.5722
12.3782026-08-28 → 2026-09-26
| Date | 1 GTQ in INR | Daily change |
|---|---|---|
| 2026-09-26 | 12.5474 | 0.00% |
| 2026-09-25 | 12.5474 | -0.12% |
| 2026-09-24 | 12.562 | +0.15% |
| 2026-09-23 | 12.543 | +0.12% |
| 2026-09-22 | 12.5279 | -0.26% |
| 2026-09-21 | 12.5602 | -0.05% |
| 2026-09-20 | 12.5669 | +0.04% |
| 2026-09-19 | 12.5624 | -0.04% |
| 2026-09-18 | 12.5679 | +0.35% |
| 2026-09-17 | 12.5235 | -0.38% |
| 2026-09-16 | 12.5707 | -0.01% |
| 2026-09-15 | 12.5722 | +0.46% |
| 2026-09-14 | 12.5152 | -0.09% |
| 2026-09-13 | 12.5268 | +0.05% |
| 2026-09-12 | 12.5199 | +0.06% |
| Date | 1 GTQ in INR | Daily change |
|---|---|---|
| 2026-09-11 | 12.5119 | +0.08% |
| 2026-09-10 | 12.5022 | +0.39% |
| 2026-09-09 | 12.453 | +0.36% |
| 2026-09-08 | 12.4083 | +0.24% |
| 2026-09-07 | 12.3785 | -0.09% |
| 2026-09-06 | 12.389 | +0.09% |
| 2026-09-05 | 12.378 | -0.09% |
| 2026-09-04 | 12.3892 | +0.01% |
| 2026-09-03 | 12.3875 | -0.47% |
| 2026-09-02 | 12.4457 | +0.05% |
| 2026-09-01 | 12.44 | +0.23% |
| 2026-08-31 | 12.4112 | -0.80% |
| 2026-08-30 | 12.5111 | +0.11% |
| 2026-08-29 | 12.4973 | -0.06% |
| 2026-08-28 | 12.5048 | — |
GTQ to INR conversion table
1 GTQ12.5474 INR
5 GTQ62.7369 INR
10 GTQ125.4739 INR
25 GTQ313.6847 INR
50 GTQ627.3694 INR
100 GTQ1,254.7387 INR
500 GTQ6,273.6937 INR
1,000 GTQ12,547.387 INR
5,000 GTQ62,736.937 INR
10,000 GTQ125,473.87 INR
Get the GTQ/INR rate in your app
One GET request returns the latest GTQ → INR rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/GTQ/INR"fetch('https://rate-api.com/api/v1/pair/GTQ/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GTQ = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GTQ/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GTQ = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GTQ/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GTQ = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "GTQ",
"to": "INR"
},
"rate": 12.5474,
"timestamp": 1790432236,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
INR to GTQIndian Rupee → Guatemalan Quetzal0.079698Convert GTQ to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.