Convert PAB to GBP
Panamanian Balboa → British Pound
1 PAB = 0.754582 GBP(1 GBP = 1.325237 PAB)
Currency converter
1 PAB =
0.75458 GBP
PAB to GBP: last 30 days
Over the last 30 days, 1 PAB traded between 0.73624 and 0.75645 GBP, averaging 0.74322 GBP. The PAB/GBP rate is up 2.49% since 2026-08-28.
- 30-day high
- 0.75645
- 2026-09-24
- 30-day low
- 0.73624
- 2026-08-28
- 30-day average
- 0.74322
- Days with data: 30
- 30-day change
- +2.49%
- since 2026-08-28
0.75645
0.736242026-08-28 → 2026-09-26
| Date | 1 PAB in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.75458 | 0.00% |
| 2026-09-25 | 0.75458 | -0.25% |
| 2026-09-24 | 0.75645 | +0.43% |
| 2026-09-23 | 0.75322 | +0.65% |
| 2026-09-22 | 0.74832 | +0.24% |
| 2026-09-21 | 0.74656 | -0.38% |
| 2026-09-20 | 0.74939 | 0.00% |
| 2026-09-19 | 0.74939 | -0.02% |
| 2026-09-18 | 0.74952 | +0.26% |
| 2026-09-17 | 0.74758 | +0.59% |
| 2026-09-16 | 0.74317 | +0.20% |
| 2026-09-15 | 0.74166 | +0.08% |
| 2026-09-14 | 0.74104 | +0.10% |
| 2026-09-13 | 0.7403 | 0.00% |
| 2026-09-12 | 0.7403 | 0.00% |
| Date | 1 PAB in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.7403 | +0.09% |
| 2026-09-10 | 0.73963 | +0.33% |
| 2026-09-09 | 0.7372 | -0.14% |
| 2026-09-08 | 0.73825 | -0.11% |
| 2026-09-07 | 0.73906 | -0.01% |
| 2026-09-06 | 0.7391 | 0.00% |
| 2026-09-05 | 0.7391 | 0.00% |
| 2026-09-04 | 0.7391 | -0.24% |
| 2026-09-03 | 0.7409 | -0.10% |
| 2026-09-02 | 0.74167 | +0.36% |
| 2026-09-01 | 0.73904 | +0.06% |
| 2026-08-31 | 0.7386 | +0.32% |
| 2026-08-30 | 0.73624 | 0.00% |
| 2026-08-29 | 0.73624 | 0.00% |
| 2026-08-28 | 0.73624 | — |
PAB to GBP conversion table
1 PAB0.75458 GBP
5 PAB3.7729 GBP
10 PAB7.5458 GBP
25 PAB18.8646 GBP
50 PAB37.7291 GBP
100 PAB75.4582 GBP
500 PAB377.2911 GBP
1,000 PAB754.5821 GBP
5,000 PAB3,772.9106 GBP
10,000 PAB7,545.8213 GBP
Get the PAB/GBP rate in your app
One GET request returns the latest PAB → 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/PAB/GBP"fetch('https://rate-api.com/api/v1/pair/PAB/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 PAB = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/PAB/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 PAB = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/PAB/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 PAB = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "PAB",
"to": "GBP"
},
"rate": 0.7546,
"timestamp": 1790435133,
"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 PABBritish Pound → Panamanian Balboa1.3252Convert PAB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.