Convert GBP to IRR
British Pound → Iranian Rial
1 GBP = 1,821,925.4 IRR(1 IRR = 0.00000054887 GBP)
Currency converter
1 GBP =
1,821,925.4 IRR
GBP to IRR: last 30 days
Over the last 30 days, 1 GBP traded between 1,817,987.7 and 1,867,673.4 IRR, averaging 1,849,869.5 IRR. The GBP/IRR rate is down 2.38% since 2026-08-28.
- 30-day high
- 1,867,673.4
- 2026-08-29
- 30-day low
- 1,817,987.7
- 2026-09-24
- 30-day average
- 1,849,869.5
- Days with data: 30
- 30-day change
- -2.38%
- since 2026-08-28
1,867,673.4
1,817,987.72026-08-28 → 2026-09-26
| Date | 1 GBP in IRR | Daily change |
|---|---|---|
| 2026-09-26 | 1,821,925.4 | 0.00% |
| 2026-09-25 | 1,821,925.4 | +0.22% |
| 2026-09-24 | 1,817,987.7 | -0.44% |
| 2026-09-23 | 1,826,105.3 | -0.62% |
| 2026-09-22 | 1,837,429.9 | -0.20% |
| 2026-09-21 | 1,841,106.2 | +0.37% |
| 2026-09-20 | 1,834,311.5 | -0.00% |
| 2026-09-19 | 1,834,391.4 | +0.01% |
| 2026-09-18 | 1,834,291.2 | -0.21% |
| 2026-09-17 | 1,838,195.2 | -0.62% |
| 2026-09-16 | 1,849,602.6 | -0.22% |
| 2026-09-15 | 1,853,602 | -0.09% |
| 2026-09-14 | 1,855,311.7 | -0.12% |
| 2026-09-13 | 1,857,605.3 | -0.00% |
| 2026-09-12 | 1,857,655.4 | +0.04% |
| Date | 1 GBP in IRR | Daily change |
|---|---|---|
| 2026-09-11 | 1,856,998.8 | -0.07% |
| 2026-09-10 | 1,858,358.6 | -0.34% |
| 2026-09-09 | 1,864,610.8 | +0.14% |
| 2026-09-08 | 1,861,950.2 | +0.12% |
| 2026-09-07 | 1,859,757.7 | -0.03% |
| 2026-09-06 | 1,860,278.3 | -0.03% |
| 2026-09-05 | 1,860,780 | +0.04% |
| 2026-09-04 | 1,859,977.9 | +0.25% |
| 2026-09-03 | 1,855,259.6 | +0.07% |
| 2026-09-02 | 1,853,896.3 | -0.35% |
| 2026-09-01 | 1,860,348 | -0.05% |
| 2026-08-31 | 1,861,192.1 | -0.32% |
| 2026-08-30 | 1,867,162.8 | -0.03% |
| 2026-08-29 | 1,867,673.4 | +0.07% |
| 2026-08-28 | 1,866,393.3 | — |
GBP to IRR conversion table
1 GBP1,821,925.4 IRR
5 GBP9,109,626.9 IRR
10 GBP18,219,254 IRR
25 GBP45,548,135 IRR
50 GBP91,096,269 IRR
100 GBP182,192,539 IRR
500 GBP910,962,693 IRR
1,000 GBP1,821,925,387 IRR
5,000 GBP9,109,626,933 IRR
10,000 GBP18,219,253,865 IRR
Get the GBP/IRR rate in your app
One GET request returns the latest GBP → IRR 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/IRR"fetch('https://rate-api.com/api/v1/pair/GBP/IRR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} IRR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/IRR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} IRR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/IRR');
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']} IRR\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "IRR"
},
"rate": 1821925.3865,
"timestamp": 1790429446,
"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
IRR to GBPIranian Rial → British Pound0.00000054887Convert GBP to other currencies
Convert other currencies to IRR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.