Convert PYG to GBP
Paraguayan Guaraní → British Pound
1 PYG = 0.000127279 GBP(1 GBP = 7,856.7688 PYG)
Currency converter
1 PYG =
0.00012728 GBP
PYG to GBP: last 30 days
Over the last 30 days, 1 PYG traded between 0.00012332 and 0.00012736 GBP, averaging 0.00012509 GBP. The PYG/GBP rate is up 2.52% since 2026-08-28.
- 30-day high
- 0.00012736
- 2026-09-24
- 30-day low
- 0.00012332
- 2026-09-15
- 30-day average
- 0.00012509
- Days with data: 30
- 30-day change
- +2.52%
- since 2026-08-28
0.00012736
0.000123322026-08-28 → 2026-09-26
| Date | 1 PYG in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.00012728 | 0.00% |
| 2026-09-25 | 0.00012728 | -0.07% |
| 2026-09-24 | 0.00012736 | +0.53% |
| 2026-09-23 | 0.00012669 | +0.64% |
| 2026-09-22 | 0.00012589 | +0.82% |
| 2026-09-21 | 0.00012486 | -1.20% |
| 2026-09-20 | 0.00012638 | +0.17% |
| 2026-09-19 | 0.00012617 | -0.42% |
| 2026-09-18 | 0.0001267 | +1.17% |
| 2026-09-17 | 0.00012524 | +1.04% |
| 2026-09-16 | 0.00012396 | +0.51% |
| 2026-09-15 | 0.00012332 | -1.47% |
| 2026-09-14 | 0.00012516 | +0.28% |
| 2026-09-13 | 0.00012482 | -0.20% |
| 2026-09-12 | 0.00012507 | -0.47% |
| Date | 1 PYG in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.00012566 | +0.28% |
| 2026-09-10 | 0.00012531 | +1.01% |
| 2026-09-09 | 0.00012406 | +0.42% |
| 2026-09-08 | 0.00012354 | +0.02% |
| 2026-09-07 | 0.00012351 | -0.07% |
| 2026-09-06 | 0.00012359 | +0.02% |
| 2026-09-05 | 0.00012358 | -0.77% |
| 2026-09-04 | 0.00012454 | -0.72% |
| 2026-09-03 | 0.00012544 | -0.07% |
| 2026-09-02 | 0.00012553 | +0.43% |
| 2026-09-01 | 0.00012499 | +0.72% |
| 2026-08-31 | 0.0001241 | -0.13% |
| 2026-08-30 | 0.00012426 | -0.01% |
| 2026-08-29 | 0.00012427 | +0.10% |
| 2026-08-28 | 0.00012415 | — |
PYG to GBP conversion table
1 PYG0.00012728 GBP
5 PYG0.00063639 GBP
10 PYG0.0012728 GBP
25 PYG0.003182 GBP
50 PYG0.0063639 GBP
100 PYG0.012728 GBP
500 PYG0.063639 GBP
1,000 PYG0.12728 GBP
5,000 PYG0.63639 GBP
10,000 PYG1.2728 GBP
Get the PYG/GBP rate in your app
One GET request returns the latest PYG → 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/PYG/GBP?precision=6"fetch('https://rate-api.com/api/v1/pair/PYG/GBP?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 PYG = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/PYG/GBP?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 PYG = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/PYG/GBP?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 PYG = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "PYG",
"to": "GBP"
},
"rate": 0.000127,
"timestamp": 1790435127,
"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 PYGBritish Pound → Paraguayan Guaraní7,856.7688Convert PYG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.