Convert GBP to IQD
British Pound → Iraqi Dinar
1 GBP = 1,736.1834 IQD(1 IQD = 0.000575976 GBP)
Currency converter
1 GBP =
1,736.1834 IQD
GBP to IQD: last 30 days
Over the last 30 days, 1 GBP traded between 1,736.1834 and 1,782.73 IQD, averaging 1,764.0809 IQD. The GBP/IQD rate is down 2.47% since 2026-08-28.
- 30-day high
- 1,782.73
- 2026-08-31
- 30-day low
- 1,736.1834
- 2026-09-25
- 30-day average
- 1,764.0809
- Days with data: 30
- 30-day change
- -2.47%
- since 2026-08-28
1,782.73
1,736.18342026-08-28 → 2026-09-26
| Date | 1 GBP in IQD | Daily change |
|---|---|---|
| 2026-09-26 | 1,736.1834 | 0.00% |
| 2026-09-25 | 1,736.1834 | -0.12% |
| 2026-09-24 | 1,738.2893 | -0.22% |
| 2026-09-23 | 1,742.0858 | -0.54% |
| 2026-09-22 | 1,751.5376 | -0.11% |
| 2026-09-21 | 1,753.4635 | +0.29% |
| 2026-09-20 | 1,748.3441 | -0.01% |
| 2026-09-19 | 1,748.4749 | -0.02% |
| 2026-09-18 | 1,748.755 | -0.78% |
| 2026-09-17 | 1,762.5163 | -0.13% |
| 2026-09-16 | 1,764.8775 | -0.11% |
| 2026-09-15 | 1,766.8422 | -0.16% |
| 2026-09-14 | 1,769.6175 | -0.04% |
| 2026-09-13 | 1,770.2613 | -0.07% |
| 2026-09-12 | 1,771.5545 | +0.06% |
| Date | 1 GBP in IQD | Daily change |
|---|---|---|
| 2026-09-11 | 1,770.4477 | -0.04% |
| 2026-09-10 | 1,771.1754 | -0.21% |
| 2026-09-09 | 1,774.9429 | +0.02% |
| 2026-09-08 | 1,774.5352 | +0.08% |
| 2026-09-07 | 1,773.0858 | +0.02% |
| 2026-09-06 | 1,772.6927 | -0.10% |
| 2026-09-05 | 1,774.3953 | +0.06% |
| 2026-09-04 | 1,773.334 | +0.41% |
| 2026-09-03 | 1,766.0138 | -0.10% |
| 2026-09-02 | 1,767.724 | -0.29% |
| 2026-09-01 | 1,772.8243 | -0.56% |
| 2026-08-31 | 1,782.73 | +0.18% |
| 2026-08-30 | 1,779.587 | -0.01% |
| 2026-08-29 | 1,779.8447 | -0.01% |
| 2026-08-28 | 1,780.1073 | — |
GBP to IQD conversion table
1 GBP1,736.1834 IQD
5 GBP8,680.917 IQD
10 GBP17,361.834 IQD
25 GBP43,404.585 IQD
50 GBP86,809.17 IQD
100 GBP173,618.34 IQD
500 GBP868,091.7 IQD
1,000 GBP1,736,183.4 IQD
5,000 GBP8,680,917 IQD
10,000 GBP17,361,834 IQD
Get the GBP/IQD rate in your app
One GET request returns the latest GBP → IQD 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/IQD"fetch('https://rate-api.com/api/v1/pair/GBP/IQD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} IQD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/IQD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} IQD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/IQD');
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']} IQD\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "IQD"
},
"rate": 1736.1834,
"timestamp": 1790437659,
"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
IQD to GBPIraqi Dinar → British Pound0.00057598Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.