Convert GBP to AMD
British Pound → Armenian Dram
1 GBP = 481.78184 AMD(1 AMD = 0.00207563 GBP)
Currency converter
1 GBP =
481.7818 AMD
GBP to AMD: last 30 days
Over the last 30 days, 1 GBP traded between 481.1216 and 496.0193 AMD, averaging 489.1339 AMD. The GBP/AMD rate is down 2.79% since 2026-08-29.
- 30-day high
- 496.0193
- 2026-08-31
- 30-day low
- 481.1216
- 2026-09-24
- 30-day average
- 489.1339
- Days with data: 30
- 30-day change
- -2.79%
- since 2026-08-29
496.0193
481.12162026-08-29 → 2026-09-27
| Date | 1 GBP in AMD | Daily change |
|---|---|---|
| 2026-09-27 | 481.7818 | 0.00% |
| 2026-09-26 | 481.7818 | +0.11% |
| 2026-09-25 | 481.2476 | +0.03% |
| 2026-09-24 | 481.1216 | -0.32% |
| 2026-09-23 | 482.6813 | -0.65% |
| 2026-09-22 | 485.8608 | -0.01% |
| 2026-09-21 | 485.9138 | +0.19% |
| 2026-09-20 | 484.9874 | -0.00% |
| 2026-09-19 | 484.9913 | +0.13% |
| 2026-09-18 | 484.368 | -0.70% |
| 2026-09-17 | 487.7673 | -0.35% |
| 2026-09-16 | 489.4809 | +0.06% |
| 2026-09-15 | 489.1893 | -0.19% |
| 2026-09-14 | 490.107 | -0.14% |
| 2026-09-13 | 490.8114 | +0.09% |
| Date | 1 GBP in AMD | Daily change |
|---|---|---|
| 2026-09-12 | 490.3831 | -0.33% |
| 2026-09-11 | 491.9922 | +0.10% |
| 2026-09-10 | 491.5117 | -0.18% |
| 2026-09-09 | 492.4177 | -0.10% |
| 2026-09-08 | 492.8962 | +0.12% |
| 2026-09-07 | 492.2987 | -0.17% |
| 2026-09-06 | 493.1306 | +0.00% |
| 2026-09-05 | 493.1298 | +0.22% |
| 2026-09-04 | 492.0273 | +0.13% |
| 2026-09-03 | 491.3649 | +0.11% |
| 2026-09-02 | 490.804 | -0.40% |
| 2026-09-01 | 492.7517 | -0.66% |
| 2026-08-31 | 496.0193 | +0.08% |
| 2026-08-30 | 495.6014 | +0.00% |
| 2026-08-29 | 495.5964 | — |
GBP to AMD conversion table
1 GBP481.7818 AMD
5 GBP2,408.9092 AMD
10 GBP4,817.8184 AMD
25 GBP12,044.546 AMD
50 GBP24,089.092 AMD
100 GBP48,178.184 AMD
500 GBP240,890.92 AMD
1,000 GBP481,781.84 AMD
5,000 GBP2,408,909.2 AMD
10,000 GBP4,817,818.4 AMD
Get the GBP/AMD rate in your app
One GET request returns the latest GBP → AMD 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/AMD"fetch('https://rate-api.com/api/v1/pair/GBP/AMD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} AMD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/AMD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} AMD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/AMD');
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']} AMD\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "AMD"
},
"rate": 481.7818,
"timestamp": 1790470777,
"date": "2026-09-27"
}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
AMD to GBPArmenian Dram → British Pound0.0020756Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.