Convert AZN to GBP
Azerbaijani Manat → British Pound
1 AZN = 0.443872 GBP(1 GBP = 2.252902 AZN)
Currency converter
1 AZN =
0.44387 GBP
AZN to GBP: last 30 days
Over the last 30 days, 1 AZN traded between 0.43186 and 0.44561 GBP, averaging 0.43718 GBP. The AZN/GBP rate is up 2.49% since 2026-08-28.
- 30-day high
- 0.44561
- 2026-09-18
- 30-day low
- 0.43186
- 2026-08-31
- 30-day average
- 0.43718
- Days with data: 30
- 30-day change
- +2.49%
- since 2026-08-28
0.44561
0.431862026-08-28 → 2026-09-26
| Date | 1 AZN in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.44387 | 0.00% |
| 2026-09-25 | 0.44387 | -0.25% |
| 2026-09-24 | 0.44497 | +0.43% |
| 2026-09-23 | 0.44307 | +0.66% |
| 2026-09-22 | 0.44019 | +0.24% |
| 2026-09-21 | 0.43915 | -0.28% |
| 2026-09-20 | 0.44038 | -0.10% |
| 2026-09-19 | 0.44082 | -1.07% |
| 2026-09-18 | 0.44561 | +1.33% |
| 2026-09-17 | 0.43975 | +0.59% |
| 2026-09-16 | 0.43717 | +0.21% |
| 2026-09-15 | 0.43627 | +0.08% |
| 2026-09-14 | 0.43591 | +0.18% |
| 2026-09-13 | 0.43511 | -0.08% |
| 2026-09-12 | 0.43547 | +0.00% |
| Date | 1 AZN in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.43547 | +0.09% |
| 2026-09-10 | 0.43508 | +0.39% |
| 2026-09-09 | 0.43337 | -0.21% |
| 2026-09-08 | 0.43427 | -0.11% |
| 2026-09-07 | 0.43474 | +0.09% |
| 2026-09-06 | 0.43435 | -0.10% |
| 2026-09-05 | 0.43476 | +0.00% |
| 2026-09-04 | 0.43476 | -0.24% |
| 2026-09-03 | 0.43582 | -0.11% |
| 2026-09-02 | 0.43628 | +0.36% |
| 2026-09-01 | 0.43473 | +0.66% |
| 2026-08-31 | 0.43186 | -0.19% |
| 2026-08-30 | 0.43267 | +0.00% |
| 2026-08-29 | 0.43267 | -0.09% |
| 2026-08-28 | 0.43308 | — |
AZN to GBP conversion table
1 AZN0.44387 GBP
5 AZN2.2194 GBP
10 AZN4.4387 GBP
25 AZN11.0968 GBP
50 AZN22.1936 GBP
100 AZN44.3872 GBP
500 AZN221.9359 GBP
1,000 AZN443.8719 GBP
5,000 AZN2,219.3594 GBP
10,000 AZN4,438.7188 GBP
Get the AZN/GBP rate in your app
One GET request returns the latest AZN → GBP 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/AZN/GBP"fetch('https://rate-api.com/api/v1/pair/AZN/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AZN = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AZN/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AZN = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AZN/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AZN = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "AZN",
"to": "GBP"
},
"rate": 0.4439,
"timestamp": 1790435263,
"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
GBP to AZNBritish Pound → Azerbaijani Manat2.2529Convert AZN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.