Skip to content

QAR to GBP exchange rate API

Qatari Rial to Pound Sterling · quoted 2026-09-25

0.20752

▲ +1.72% over YTD

1 QAR = 0.20752 GBP · 1 GBP = 4.8188 QAR · Get this rate via the API

1 QAR buys 0.20752 GBP as of 2026-09-25, so 1 GBP buys 4.8188 QAR. Over the year to date, QAR/GBP traded between 0.19926 and 0.20818, averaged 0.20403 and rose 1.72%. The API holds daily QAR/GBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

QAR/GBP over YTD

QAR/GBP over YTD: show the values
PointQAR/GBP
2025-12-310.20402
2026-01-070.20372
2026-01-140.20439
2026-01-210.20463
2026-01-280.19926
2026-02-040.20026
2026-02-110.20114
2026-02-180.20234
2026-02-250.20315
2026-03-040.20530
2026-03-110.20487
2026-03-180.20639
2026-03-250.20514
2026-04-010.20622
2026-04-080.20393
2026-04-150.20233
2026-04-220.20317
2026-04-290.20316
2026-05-060.20137
2026-05-140.20335
2026-05-210.20472
2026-05-290.20461
2026-06-050.20400
2026-06-140.20459
2026-06-210.20789
2026-06-280.20818
2026-07-050.20576
2026-07-120.20519
2026-07-190.20429
2026-07-260.20602
2026-08-020.20369
2026-08-090.20363
2026-08-160.20297
2026-08-240.20150
2026-08-310.20291
2026-09-070.20304
2026-09-140.20358
2026-09-210.20510

High

0.20818

Low

0.19926

Average

0.20403

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&currencies=GBP").json()

Replace YOUR_API_KEY with the key from your dashboard.

QAR/GBP API questions

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

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

How far back does QAR/GBP historical data go?

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