Skip to content

GIP to GTQ exchange rate API

Gibraltar Pound to Quetzal · quoted 2026-09-26

10.1099

▼ +2.09% over YTD

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 year to date, GIP/GTQ traded between 10.0617 and 10.5833, averaged 10.2850 and fell 2.09%. 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 YTD

GIP/GTQ over YTD: show the values
PointGIP/GTQ
2025-12-3110.3256
2026-01-0710.3582
2026-01-1410.3005
2026-01-2110.3188
2026-01-2810.5833
2026-02-0410.4977
2026-02-1110.4758
2026-02-1810.3911
2026-02-2510.3644
2026-03-0410.2256
2026-03-1110.3048
2026-03-1810.2206
2026-03-2510.2525
2026-04-0110.1252
2026-04-0810.2494
2026-04-1510.2938
2026-04-2210.3476
2026-04-2910.3509
2026-05-0610.3075
2026-05-1410.3189
2026-05-2110.2372
2026-05-2910.2342
2026-06-0510.2404
2026-06-1410.2101
2026-06-2110.0787
2026-06-2810.0617
2026-07-0510.1769
2026-07-1210.2205
2026-07-1910.2554
2026-07-2610.1613
2026-08-0210.2794
2026-08-0910.2860
2026-08-1610.3166
2026-08-2410.4143
2026-08-3110.3861
2026-09-0710.3122
2026-09-1410.3117
2026-09-2110.2098

High

10.5833

Low

10.0617

Average

10.2850

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=GTQ"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&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=GIP&currencies=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&currencies=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.