GIP to GTQ exchange rate API
Gibraltar Pound to Quetzal · quoted 2026-09-26
10.1099
▼ +1.13% over 1Y
1 GIP = 10.1099 GTQ · 1 GTQ = 0.09891 GIP · Get this rate via the API
1 GIP buys 10.1099 GTQ as of 2026-09-26, so 1 GTQ buys 0.09891 GIP. Over the last year, GIP/GTQ traded between 10.0262 and 10.5296, averaged 10.2482 and fell 1.13%. The API holds daily GIP/GTQ rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/GTQ over 1Y: show the values
| Point | GIP/GTQ |
|---|---|
| 2025-09-26 | 10.2255 |
| 2025-10-03 | 10.3006 |
| 2025-10-10 | 10.2050 |
| 2025-10-17 | 10.2792 |
| 2025-10-24 | 10.1989 |
| 2025-10-31 | 10.0829 |
| 2025-11-07 | 10.0570 |
| 2025-11-14 | 10.0773 |
| 2025-11-21 | 10.0262 |
| 2025-11-28 | 10.1349 |
| 2025-12-05 | 10.2107 |
| 2025-12-13 | 10.2441 |
| 2025-12-20 | 10.2497 |
| 2025-12-27 | 10.3361 |
| 2026-01-03 | 10.3199 |
| 2026-01-10 | 10.2736 |
| 2026-01-17 | 10.2294 |
| 2026-01-24 | 10.4730 |
| 2026-01-31 | 10.5296 |
| 2026-02-07 | 10.4412 |
| 2026-02-14 | 10.4726 |
| 2026-02-21 | 10.3418 |
| 2026-02-28 | 10.3413 |
| 2026-03-07 | 10.2921 |
| 2026-03-14 | 10.1427 |
| 2026-03-21 | 10.2200 |
| 2026-03-28 | 10.2180 |
| 2026-04-04 | 10.0807 |
| 2026-04-11 | 10.2789 |
| 2026-04-18 | 10.3520 |
| 2026-04-25 | 10.3142 |
| 2026-05-02 | 10.3771 |
| 2026-05-09 | 10.3901 |
| 2026-05-17 | 10.1603 |
| 2026-05-25 | 10.2679 |
| 2026-06-01 | 10.2605 |
| 2026-06-10 | 10.2007 |
| 2026-06-17 | 10.2382 |
| 2026-06-24 | 10.0700 |
| 2026-07-01 | 10.0910 |
| 2026-07-08 | 10.2002 |
| 2026-07-15 | 10.2134 |
| 2026-07-22 | 10.2094 |
| 2026-07-29 | 10.1417 |
| 2026-08-05 | 10.2549 |
| 2026-08-12 | 10.2987 |
| 2026-08-20 | 10.3567 |
| 2026-08-27 | 10.3648 |
| 2026-09-03 | 10.2941 |
| 2026-09-10 | 10.3481 |
| 2026-09-17 | 10.2484 |
| 2026-09-24 | 10.1099 |
High
10.5296
Low
10.0262
Average
10.2482
Get this rate via the API
One GET request returns the GIP/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=GIP¤cies=GTQ"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=GTQ");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=GTQ").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/GTQ API questions
How do I get the GIP/GTQ exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=GTQ, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/GTQ rate in rates.GTQ.
How far back does GIP/GTQ historical data go?
Daily GIP/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 GIP/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.