Skip to content

GIP to QAR exchange rate API

Gibraltar Pound to Qatari Rial · quoted 2026-09-26

4.8216

▼ +0.72% over 1Y

1 GIP = 4.8216 QAR · 1 QAR = 0.20740 GIP · Get this rate via the API

1 GIP buys 4.8216 QAR as of 2026-09-26, so 1 QAR buys 0.20740 GIP. Over the last year, GIP/QAR traded between 4.7630 and 4.9810, averaged 4.8781 and fell 0.72%. The API holds daily GIP/QAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/QAR over 1Y

GIP/QAR over 1Y: show the values
PointGIP/QAR
2025-09-264.8564
2025-10-034.8921
2025-10-104.8421
2025-10-174.8915
2025-10-244.8501
2025-10-314.7891
2025-11-074.7776
2025-11-144.7864
2025-11-214.7630
2025-11-284.8164
2025-12-054.8533
2025-12-134.8678
2025-12-204.8689
2025-12-274.9113
2026-01-034.8985
2026-01-104.8772
2026-01-174.8572
2026-01-244.9679
2026-01-314.9810
2026-02-074.9552
2026-02-144.9705
2026-02-214.9067
2026-02-284.9098
2026-03-074.8838
2026-03-144.8168
2026-03-214.8573
2026-03-284.8771
2026-04-044.8022
2026-04-114.9010
2026-04-184.9357
2026-04-254.9195
2026-05-024.9478
2026-05-094.9541
2026-05-174.8510
2026-05-254.9049
2026-06-014.8980
2026-06-104.8721
2026-06-174.8886
2026-06-244.8031
2026-07-014.8170
2026-07-084.8626
2026-07-154.8802
2026-07-224.8717
2026-07-294.8399
2026-08-054.8978
2026-08-124.9152
2026-08-204.9528
2026-08-274.9438
2026-09-034.9123
2026-09-104.9342
2026-09-174.8695
2026-09-244.8174

High

4.9810

Low

4.7630

Average

4.8781

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GIP/QAR API questions

How do I get the GIP/QAR exchange rate from an API?

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

How far back does GIP/QAR historical data go?

Daily GIP/QAR 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/QAR 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.