Convert EUR to PYG
Euro → Paraguayan Guaraní
1 EUR = 6,760.3567 PYG(1 PYG = 0.000147921 EUR)
Currency converter
1 EUR =
6,760.3567 PYG
EUR to PYG: last 30 days
Over the last 30 days, 1 EUR traded between 6,751.1576 and 6,954.2792 PYG, averaging 6,862.1866 PYG. The EUR/PYG rate is down 2.09% since 2026-08-28.
- 30-day high
- 6,954.2792
- 2026-09-07
- 30-day low
- 6,751.1576
- 2026-09-24
- 30-day average
- 6,862.1866
- Days with data: 30
- 30-day change
- -2.09%
- since 2026-08-28
6,954.2792
6,751.15762026-08-28 → 2026-09-26
| Date | 1 EUR in PYG | Daily change |
|---|---|---|
| 2026-09-26 | 6,760.3567 | 0.00% |
| 2026-09-25 | 6,760.3567 | +0.14% |
| 2026-09-24 | 6,751.1576 | -0.49% |
| 2026-09-23 | 6,784.3537 | -0.44% |
| 2026-09-22 | 6,814.1378 | -0.81% |
| 2026-09-21 | 6,870.0796 | +1.10% |
| 2026-09-20 | 6,795.3084 | -0.17% |
| 2026-09-19 | 6,806.6913 | +0.42% |
| 2026-09-18 | 6,778.171 | -1.09% |
| 2026-09-17 | 6,853.1894 | -0.92% |
| 2026-09-16 | 6,916.9255 | -0.33% |
| 2026-09-15 | 6,939.5774 | +1.47% |
| 2026-09-14 | 6,838.747 | -0.53% |
| 2026-09-13 | 6,875.2626 | +0.20% |
| 2026-09-12 | 6,861.6411 | +0.47% |
| Date | 1 EUR in PYG | Daily change |
|---|---|---|
| 2026-09-11 | 6,829.4402 | -0.39% |
| 2026-09-10 | 6,856.3805 | -0.98% |
| 2026-09-09 | 6,924.0214 | -0.23% |
| 2026-09-08 | 6,940.2564 | -0.20% |
| 2026-09-07 | 6,954.2792 | +0.06% |
| 2026-09-06 | 6,950.0021 | -0.02% |
| 2026-09-05 | 6,951.0644 | +0.78% |
| 2026-09-04 | 6,897.4829 | +0.54% |
| 2026-09-03 | 6,860.1255 | +0.28% |
| 2026-09-02 | 6,840.849 | -0.18% |
| 2026-09-01 | 6,852.8968 | -0.70% |
| 2026-08-31 | 6,901.4768 | +0.04% |
| 2026-08-30 | 6,898.6633 | +0.01% |
| 2026-08-29 | 6,897.9939 | -0.10% |
| 2026-08-28 | 6,904.7112 | — |
EUR to PYG conversion table
1 EUR6,760.3567 PYG
5 EUR33,801.784 PYG
10 EUR67,603.567 PYG
25 EUR169,008.92 PYG
50 EUR338,017.84 PYG
100 EUR676,035.67 PYG
500 EUR3,380,178.4 PYG
1,000 EUR6,760,356.7 PYG
5,000 EUR33,801,784 PYG
10,000 EUR67,603,567 PYG
Get the EUR/PYG rate in your app
One GET request returns the latest EUR → PYG 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/EUR/PYG"fetch('https://rate-api.com/api/v1/pair/EUR/PYG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} PYG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/PYG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} PYG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/PYG');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} PYG\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "PYG"
},
"rate": 6760.3567,
"timestamp": 1790429371,
"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
PYG to EURParaguayan Guaraní → Euro0.00014792Convert EUR to other currencies
Convert other currencies to PYG
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.