Convert GBP to AZN
British Pound → Azerbaijani Manat
1 GBP = 2.252902 AZN(1 AZN = 0.443872 GBP)
Currency converter
1 GBP =
2.2529 AZN
GBP to AZN: last 30 days
Over the last 30 days, 1 GBP traded between 2.2441 and 2.3156 AZN, averaging 2.2876 AZN. The GBP/AZN rate is down 2.43% since 2026-08-28.
- 30-day high
- 2.3156
- 2026-08-31
- 30-day low
- 2.2441
- 2026-09-18
- 30-day average
- 2.2876
- Days with data: 30
- 30-day change
- -2.43%
- since 2026-08-28
2.3156
2.24412026-08-28 → 2026-09-26
| Date | 1 GBP in AZN | Daily change |
|---|---|---|
| 2026-09-26 | 2.2529 | 0.00% |
| 2026-09-25 | 2.2529 | +0.25% |
| 2026-09-24 | 2.2474 | -0.43% |
| 2026-09-23 | 2.257 | -0.65% |
| 2026-09-22 | 2.2718 | -0.24% |
| 2026-09-21 | 2.2771 | +0.28% |
| 2026-09-20 | 2.2708 | +0.10% |
| 2026-09-19 | 2.2685 | +1.09% |
| 2026-09-18 | 2.2441 | -1.31% |
| 2026-09-17 | 2.274 | -0.59% |
| 2026-09-16 | 2.2874 | -0.21% |
| 2026-09-15 | 2.2922 | -0.08% |
| 2026-09-14 | 2.2941 | -0.18% |
| 2026-09-13 | 2.2983 | +0.08% |
| 2026-09-12 | 2.2964 | -0.00% |
| Date | 1 GBP in AZN | Daily change |
|---|---|---|
| 2026-09-11 | 2.2964 | -0.09% |
| 2026-09-10 | 2.2984 | -0.39% |
| 2026-09-09 | 2.3075 | +0.21% |
| 2026-09-08 | 2.3027 | +0.11% |
| 2026-09-07 | 2.3002 | -0.09% |
| 2026-09-06 | 2.3023 | +0.10% |
| 2026-09-05 | 2.3001 | -0.00% |
| 2026-09-04 | 2.3001 | +0.24% |
| 2026-09-03 | 2.2945 | +0.11% |
| 2026-09-02 | 2.2921 | -0.35% |
| 2026-09-01 | 2.3003 | -0.66% |
| 2026-08-31 | 2.3156 | +0.19% |
| 2026-08-30 | 2.3112 | -0.00% |
| 2026-08-29 | 2.3112 | +0.09% |
| 2026-08-28 | 2.3091 | — |
GBP to AZN conversion table
1 GBP2.2529 AZN
5 GBP11.2645 AZN
10 GBP22.529 AZN
25 GBP56.3226 AZN
50 GBP112.6451 AZN
100 GBP225.2902 AZN
500 GBP1,126.4512 AZN
1,000 GBP2,252.9024 AZN
5,000 GBP11,264.512 AZN
10,000 GBP22,529.024 AZN
Get the GBP/AZN rate in your app
One GET request returns the latest GBP → AZN 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/AZN"fetch('https://rate-api.com/api/v1/pair/GBP/AZN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} AZN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/AZN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} AZN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/AZN');
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']} AZN\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "AZN"
},
"rate": 2.2529,
"timestamp": 1790429436,
"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
AZN to GBPAzerbaijani Manat → British Pound0.44387Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.