Convert PYG to AUD
Paraguayan Guaraní → Australian Dollar
1 PYG = 0.000239928 AUD(1 AUD = 4,167.9141 PYG)
Currency converter
1 PYG =
0.00023993 AUD
PYG to AUD: last 30 days
Over the last 30 days, 1 PYG traded between 0.00023164 and 0.00023993 AUD, averaging 0.00023545 AUD. The PYG/AUD rate is up 2.37% since 2026-08-28.
- 30-day high
- 0.00023993
- 2026-09-25
- 30-day low
- 0.00023164
- 2026-09-07
- 30-day average
- 0.00023545
- Days with data: 30
- 30-day change
- +2.37%
- since 2026-08-28
0.00023993
0.000231642026-08-28 → 2026-09-26
| Date | 1 PYG in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.00023993 | 0.00% |
| 2026-09-25 | 0.00023993 | +0.13% |
| 2026-09-24 | 0.00023962 | +0.68% |
| 2026-09-23 | 0.00023799 | +0.59% |
| 2026-09-22 | 0.00023659 | +0.97% |
| 2026-09-21 | 0.00023431 | -1.08% |
| 2026-09-20 | 0.00023686 | +0.17% |
| 2026-09-19 | 0.00023647 | -0.42% |
| 2026-09-18 | 0.00023746 | +0.84% |
| 2026-09-17 | 0.0002355 | +0.70% |
| 2026-09-16 | 0.00023386 | +0.22% |
| 2026-09-15 | 0.00023335 | -1.50% |
| 2026-09-14 | 0.00023691 | +0.78% |
| 2026-09-13 | 0.00023507 | -0.20% |
| 2026-09-12 | 0.00023554 | -0.47% |
| Date | 1 PYG in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.00023665 | +0.36% |
| 2026-09-10 | 0.0002358 | +1.23% |
| 2026-09-09 | 0.00023292 | +0.42% |
| 2026-09-08 | 0.00023195 | +0.13% |
| 2026-09-07 | 0.00023164 | -0.21% |
| 2026-09-06 | 0.00023214 | +0.02% |
| 2026-09-05 | 0.0002321 | -0.77% |
| 2026-09-04 | 0.00023391 | -0.62% |
| 2026-09-03 | 0.00023538 | -0.60% |
| 2026-09-02 | 0.00023679 | -0.01% |
| 2026-09-01 | 0.00023683 | +0.95% |
| 2026-08-31 | 0.00023461 | +0.01% |
| 2026-08-30 | 0.00023457 | -0.01% |
| 2026-08-29 | 0.0002346 | +0.10% |
| 2026-08-28 | 0.00023437 | — |
PYG to AUD conversion table
1 PYG0.00023993 AUD
5 PYG0.0011996 AUD
10 PYG0.0023993 AUD
25 PYG0.0059982 AUD
50 PYG0.011996 AUD
100 PYG0.023993 AUD
500 PYG0.11996 AUD
1,000 PYG0.23993 AUD
5,000 PYG1.1996 AUD
10,000 PYG2.3993 AUD
Get the PYG/AUD rate in your app
One GET request returns the latest PYG → AUD 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/AUD?precision=6"fetch('https://rate-api.com/api/v1/pair/PYG/AUD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 PYG = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/PYG/AUD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 PYG = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/PYG/AUD?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']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "PYG",
"to": "AUD"
},
"rate": 0.00024,
"timestamp": 1790432063,
"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
AUD to PYGAustralian Dollar → Paraguayan Guaraní4,167.9141Convert PYG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.