Convert CHF to PYG
Swiss Franc → Paraguayan Guaraní
1 CHF = 7,157.6037 PYG(1 PYG = 0.000139712 CHF)
Currency converter
1 CHF =
7,157.6037 PYG
CHF to PYG: last 30 days
Over the last 30 days, 1 CHF traded between 7,157.6037 and 7,394.2711 PYG, averaging 7,284.7915 PYG. The CHF/PYG rate is down 2.93% since 2026-08-28.
- 30-day high
- 7,394.2711
- 2026-09-07
- 30-day low
- 7,157.6037
- 2026-09-25
- 30-day average
- 7,284.7915
- Days with data: 30
- 30-day change
- -2.93%
- since 2026-08-28
7,394.2711
7,157.60372026-08-28 → 2026-09-26
| Date | 1 CHF in PYG | Daily change |
|---|---|---|
| 2026-09-26 | 7,157.6037 | 0.00% |
| 2026-09-25 | 7,157.6037 | -0.25% |
| 2026-09-24 | 7,175.2127 | -0.69% |
| 2026-09-23 | 7,225.0838 | -0.40% |
| 2026-09-22 | 7,254.4598 | -0.34% |
| 2026-09-21 | 7,279.1514 | +1.36% |
| 2026-09-20 | 7,181.7187 | -0.17% |
| 2026-09-19 | 7,193.7489 | +0.42% |
| 2026-09-18 | 7,163.6069 | -1.05% |
| 2026-09-17 | 7,239.7822 | -1.10% |
| 2026-09-16 | 7,320.2763 | -0.41% |
| 2026-09-15 | 7,350.517 | +1.37% |
| 2026-09-14 | 7,251.3484 | -0.32% |
| 2026-09-13 | 7,274.64 | +0.20% |
| 2026-09-12 | 7,260.2273 | +0.47% |
| Date | 1 CHF in PYG | Daily change |
|---|---|---|
| 2026-09-11 | 7,226.1559 | -0.59% |
| 2026-09-10 | 7,269.2934 | -1.27% |
| 2026-09-09 | 7,362.8479 | -0.01% |
| 2026-09-08 | 7,363.6743 | -0.41% |
| 2026-09-07 | 7,394.2711 | +0.06% |
| 2026-09-06 | 7,389.7234 | -0.02% |
| 2026-09-05 | 7,390.853 | +0.78% |
| 2026-09-04 | 7,333.8814 | +0.38% |
| 2026-09-03 | 7,305.791 | +0.65% |
| 2026-09-02 | 7,258.9681 | -0.49% |
| 2026-09-01 | 7,294.9155 | -0.90% |
| 2026-08-31 | 7,360.864 | -0.09% |
| 2026-08-30 | 7,367.2604 | +0.01% |
| 2026-08-29 | 7,366.5456 | -0.10% |
| 2026-08-28 | 7,373.7192 | — |
CHF to PYG conversion table
1 CHF7,157.6037 PYG
5 CHF35,788.019 PYG
10 CHF71,576.037 PYG
25 CHF178,940.09 PYG
50 CHF357,880.19 PYG
100 CHF715,760.37 PYG
500 CHF3,578,801.9 PYG
1,000 CHF7,157,603.7 PYG
5,000 CHF35,788,019 PYG
10,000 CHF71,576,037 PYG
Get the CHF/PYG rate in your app
One GET request returns the latest CHF → 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/CHF/PYG"fetch('https://rate-api.com/api/v1/pair/CHF/PYG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} PYG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/PYG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} PYG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/PYG');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} PYG\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "PYG"
},
"rate": 7157.6037,
"timestamp": 1790429308,
"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 CHFParaguayan Guaraní → Swiss Franc0.00013971Convert CHF to other currencies
Convert other currencies to PYG
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.