Convert PYG to EUR
Paraguayan Guaraní → Euro
1 PYG = 0.000147921 EUR(1 EUR = 6,760.3567 PYG)
Currency converter
1 PYG =
0.00014792 EUR
PYG to EUR: last 30 days
Over the last 30 days, 1 PYG traded between 0.0001438 and 0.00014812 EUR, averaging 0.00014574 EUR. The PYG/EUR rate is up 2.14% since 2026-08-28.
- 30-day high
- 0.00014812
- 2026-09-24
- 30-day low
- 0.0001438
- 2026-09-07
- 30-day average
- 0.00014574
- Days with data: 30
- 30-day change
- +2.14%
- since 2026-08-28
0.00014812
0.00014382026-08-28 → 2026-09-26
| Date | 1 PYG in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.00014792 | 0.00% |
| 2026-09-25 | 0.00014792 | -0.14% |
| 2026-09-24 | 0.00014812 | +0.49% |
| 2026-09-23 | 0.0001474 | +0.44% |
| 2026-09-22 | 0.00014675 | +0.82% |
| 2026-09-21 | 0.00014556 | -1.09% |
| 2026-09-20 | 0.00014716 | +0.17% |
| 2026-09-19 | 0.00014691 | -0.42% |
| 2026-09-18 | 0.00014753 | +1.11% |
| 2026-09-17 | 0.00014592 | +0.93% |
| 2026-09-16 | 0.00014457 | +0.33% |
| 2026-09-15 | 0.0001441 | -1.45% |
| 2026-09-14 | 0.00014623 | +0.53% |
| 2026-09-13 | 0.00014545 | -0.20% |
| 2026-09-12 | 0.00014574 | -0.47% |
| Date | 1 PYG in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.00014642 | +0.39% |
| 2026-09-10 | 0.00014585 | +0.99% |
| 2026-09-09 | 0.00014442 | +0.23% |
| 2026-09-08 | 0.00014409 | +0.20% |
| 2026-09-07 | 0.0001438 | -0.06% |
| 2026-09-06 | 0.00014388 | +0.02% |
| 2026-09-05 | 0.00014386 | -0.77% |
| 2026-09-04 | 0.00014498 | -0.54% |
| 2026-09-03 | 0.00014577 | -0.28% |
| 2026-09-02 | 0.00014618 | +0.18% |
| 2026-09-01 | 0.00014592 | +0.71% |
| 2026-08-31 | 0.0001449 | -0.04% |
| 2026-08-30 | 0.00014496 | -0.01% |
| 2026-08-29 | 0.00014497 | +0.10% |
| 2026-08-28 | 0.00014483 | — |
PYG to EUR conversion table
1 PYG0.00014792 EUR
5 PYG0.00073961 EUR
10 PYG0.0014792 EUR
25 PYG0.003698 EUR
50 PYG0.0073961 EUR
100 PYG0.014792 EUR
500 PYG0.073961 EUR
1,000 PYG0.14792 EUR
5,000 PYG0.73961 EUR
10,000 PYG1.4792 EUR
Get the PYG/EUR rate in your app
One GET request returns the latest PYG → EUR 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/EUR?precision=6"fetch('https://rate-api.com/api/v1/pair/PYG/EUR?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 PYG = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/PYG/EUR?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 PYG = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/PYG/EUR?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']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "PYG",
"to": "EUR"
},
"rate": 0.000148,
"timestamp": 1790435111,
"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
EUR to PYGEuro → Paraguayan Guaraní6,760.3567Convert PYG to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.