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: show the values
| Point | GIP/QAR |
|---|---|
| 2025-09-26 | 4.8564 |
| 2025-10-03 | 4.8921 |
| 2025-10-10 | 4.8421 |
| 2025-10-17 | 4.8915 |
| 2025-10-24 | 4.8501 |
| 2025-10-31 | 4.7891 |
| 2025-11-07 | 4.7776 |
| 2025-11-14 | 4.7864 |
| 2025-11-21 | 4.7630 |
| 2025-11-28 | 4.8164 |
| 2025-12-05 | 4.8533 |
| 2025-12-13 | 4.8678 |
| 2025-12-20 | 4.8689 |
| 2025-12-27 | 4.9113 |
| 2026-01-03 | 4.8985 |
| 2026-01-10 | 4.8772 |
| 2026-01-17 | 4.8572 |
| 2026-01-24 | 4.9679 |
| 2026-01-31 | 4.9810 |
| 2026-02-07 | 4.9552 |
| 2026-02-14 | 4.9705 |
| 2026-02-21 | 4.9067 |
| 2026-02-28 | 4.9098 |
| 2026-03-07 | 4.8838 |
| 2026-03-14 | 4.8168 |
| 2026-03-21 | 4.8573 |
| 2026-03-28 | 4.8771 |
| 2026-04-04 | 4.8022 |
| 2026-04-11 | 4.9010 |
| 2026-04-18 | 4.9357 |
| 2026-04-25 | 4.9195 |
| 2026-05-02 | 4.9478 |
| 2026-05-09 | 4.9541 |
| 2026-05-17 | 4.8510 |
| 2026-05-25 | 4.9049 |
| 2026-06-01 | 4.8980 |
| 2026-06-10 | 4.8721 |
| 2026-06-17 | 4.8886 |
| 2026-06-24 | 4.8031 |
| 2026-07-01 | 4.8170 |
| 2026-07-08 | 4.8626 |
| 2026-07-15 | 4.8802 |
| 2026-07-22 | 4.8717 |
| 2026-07-29 | 4.8399 |
| 2026-08-05 | 4.8978 |
| 2026-08-12 | 4.9152 |
| 2026-08-20 | 4.9528 |
| 2026-08-27 | 4.9438 |
| 2026-09-03 | 4.9123 |
| 2026-09-10 | 4.9342 |
| 2026-09-17 | 4.8695 |
| 2026-09-24 | 4.8174 |
High
4.9810
Low
4.7630
Average
4.8781
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=QAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=QAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=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¤cies=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.