Convert GBP to QAR
British Pound → Qatari Rial
1 GBP = 4.823862 QAR(1 QAR = 0.207303 GBP)
Currency converter
1 GBP =
4.8239 QAR
GBP to QAR: last 30 days
Over the last 30 days, 1 GBP traded between 4.8119 and 4.944 QAR, averaging 4.8981 QAR. The GBP/QAR rate is down 2.43% since 2026-08-28.
- 30-day high
- 4.944
- 2026-08-28
- 30-day low
- 4.8119
- 2026-09-24
- 30-day average
- 4.8981
- Days with data: 30
- 30-day change
- -2.43%
- since 2026-08-28
4.944
4.81192026-08-28 → 2026-09-26
| Date | 1 GBP in QAR | Daily change |
|---|---|---|
| 2026-09-26 | 4.8239 | 0.00% |
| 2026-09-25 | 4.8239 | +0.25% |
| 2026-09-24 | 4.8119 | -0.43% |
| 2026-09-23 | 4.8326 | -0.65% |
| 2026-09-22 | 4.8642 | -0.24% |
| 2026-09-21 | 4.8757 | +0.38% |
| 2026-09-20 | 4.8573 | 0.00% |
| 2026-09-19 | 4.8573 | -0.13% |
| 2026-09-18 | 4.8636 | -0.11% |
| 2026-09-17 | 4.869 | -0.59% |
| 2026-09-16 | 4.8979 | -0.20% |
| 2026-09-15 | 4.9079 | -0.08% |
| 2026-09-14 | 4.912 | -0.10% |
| 2026-09-13 | 4.9169 | 0.00% |
| 2026-09-12 | 4.9169 | 0.00% |
| Date | 1 GBP in QAR | Daily change |
|---|---|---|
| 2026-09-11 | 4.9169 | -0.09% |
| 2026-09-10 | 4.9214 | -0.33% |
| 2026-09-09 | 4.9376 | +0.14% |
| 2026-09-08 | 4.9306 | +0.11% |
| 2026-09-07 | 4.9252 | +0.01% |
| 2026-09-06 | 4.9249 | 0.00% |
| 2026-09-05 | 4.9249 | 0.00% |
| 2026-09-04 | 4.9249 | +0.24% |
| 2026-09-03 | 4.9129 | +0.10% |
| 2026-09-02 | 4.9078 | -0.35% |
| 2026-09-01 | 4.9253 | -0.06% |
| 2026-08-31 | 4.9282 | -0.32% |
| 2026-08-30 | 4.944 | 0.00% |
| 2026-08-29 | 4.944 | 0.00% |
| 2026-08-28 | 4.944 | — |
GBP to QAR conversion table
1 GBP4.8239 QAR
5 GBP24.1193 QAR
10 GBP48.2386 QAR
25 GBP120.5966 QAR
50 GBP241.1931 QAR
100 GBP482.3862 QAR
500 GBP2,411.931 QAR
1,000 GBP4,823.8619 QAR
5,000 GBP24,119.31 QAR
10,000 GBP48,238.619 QAR
Get the GBP/QAR rate in your app
One GET request returns the latest GBP → QAR 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/GBP/QAR"fetch('https://rate-api.com/api/v1/pair/GBP/QAR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} QAR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/QAR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} QAR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/QAR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} QAR\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "QAR"
},
"rate": 4.8239,
"timestamp": 1790429433,
"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
QAR to GBPQatari Rial → British Pound0.2073Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.