Convert PYG to CHF
Paraguayan Guaraní → Swiss Franc
1 PYG = 0.000139712 CHF(1 CHF = 7,157.6037 PYG)
Currency converter
1 PYG =
0.00013971 CHF
PYG to CHF: last 30 days
Over the last 30 days, 1 PYG traded between 0.00013524 and 0.00013971 CHF, averaging 0.00013729 CHF. The PYG/CHF rate is up 3.02% since 2026-08-28.
- 30-day high
- 0.00013971
- 2026-09-25
- 30-day low
- 0.00013524
- 2026-09-07
- 30-day average
- 0.00013729
- Days with data: 30
- 30-day change
- +3.02%
- since 2026-08-28
0.00013971
0.000135242026-08-28 → 2026-09-26
| Date | 1 PYG in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.00013971 | 0.00% |
| 2026-09-25 | 0.00013971 | +0.25% |
| 2026-09-24 | 0.00013937 | +0.70% |
| 2026-09-23 | 0.00013841 | +0.41% |
| 2026-09-22 | 0.00013785 | +0.34% |
| 2026-09-21 | 0.00013738 | -1.34% |
| 2026-09-20 | 0.00013924 | +0.17% |
| 2026-09-19 | 0.00013901 | -0.42% |
| 2026-09-18 | 0.00013959 | +1.06% |
| 2026-09-17 | 0.00013813 | +1.11% |
| 2026-09-16 | 0.00013661 | +0.41% |
| 2026-09-15 | 0.00013604 | -1.35% |
| 2026-09-14 | 0.00013791 | +0.32% |
| 2026-09-13 | 0.00013746 | -0.20% |
| 2026-09-12 | 0.00013774 | -0.47% |
| Date | 1 PYG in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.00013839 | +0.60% |
| 2026-09-10 | 0.00013756 | +1.29% |
| 2026-09-09 | 0.00013582 | +0.01% |
| 2026-09-08 | 0.0001358 | +0.42% |
| 2026-09-07 | 0.00013524 | -0.06% |
| 2026-09-06 | 0.00013532 | +0.02% |
| 2026-09-05 | 0.0001353 | -0.77% |
| 2026-09-04 | 0.00013635 | -0.38% |
| 2026-09-03 | 0.00013688 | -0.64% |
| 2026-09-02 | 0.00013776 | +0.50% |
| 2026-09-01 | 0.00013708 | +0.90% |
| 2026-08-31 | 0.00013585 | +0.09% |
| 2026-08-30 | 0.00013574 | -0.01% |
| 2026-08-29 | 0.00013575 | +0.10% |
| 2026-08-28 | 0.00013562 | — |
PYG to CHF conversion table
1 PYG0.00013971 CHF
5 PYG0.00069856 CHF
10 PYG0.0013971 CHF
25 PYG0.0034928 CHF
50 PYG0.0069856 CHF
100 PYG0.013971 CHF
500 PYG0.069856 CHF
1,000 PYG0.13971 CHF
5,000 PYG0.69856 CHF
10,000 PYG1.3971 CHF
Get the PYG/CHF rate in your app
One GET request returns the latest PYG → CHF 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/CHF?precision=6"fetch('https://rate-api.com/api/v1/pair/PYG/CHF?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 PYG = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/PYG/CHF?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 PYG = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/PYG/CHF?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']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "PYG",
"to": "CHF"
},
"rate": 0.00014,
"timestamp": 1790432066,
"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
CHF to PYGSwiss Franc → Paraguayan Guaraní7,157.6037Convert PYG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.