Convert PYG to CAD
Paraguayan Guaraní → Canadian Dollar
1 PYG = 0.000238553 CAD(1 CAD = 4,191.9493 PYG)
Currency converter
1 PYG =
0.00023855 CAD
PYG to CAD: last 30 days
Over the last 30 days, 1 PYG traded between 0.00023073 and 0.00023855 CAD, averaging 0.00023425 CAD. The PYG/CAD rate is up 2.12% since 2026-08-28.
- 30-day high
- 0.00023855
- 2026-09-25
- 30-day low
- 0.00023073
- 2026-09-05
- 30-day average
- 0.00023425
- Days with data: 30
- 30-day change
- +2.12%
- since 2026-08-28
0.00023855
0.000230732026-08-28 → 2026-09-26
| Date | 1 PYG in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.00023855 | 0.00% |
| 2026-09-25 | 0.00023855 | +0.36% |
| 2026-09-24 | 0.00023769 | +0.30% |
| 2026-09-23 | 0.00023697 | +0.30% |
| 2026-09-22 | 0.00023625 | +0.87% |
| 2026-09-21 | 0.00023421 | -0.87% |
| 2026-09-20 | 0.00023627 | +0.17% |
| 2026-09-19 | 0.00023588 | -0.42% |
| 2026-09-18 | 0.00023687 | +1.03% |
| 2026-09-17 | 0.00023446 | +0.84% |
| 2026-09-16 | 0.00023249 | +0.45% |
| 2026-09-15 | 0.00023146 | -1.32% |
| 2026-09-14 | 0.00023456 | +0.39% |
| 2026-09-13 | 0.00023365 | -0.20% |
| 2026-09-12 | 0.00023412 | -0.47% |
| Date | 1 PYG in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.00023522 | +0.49% |
| 2026-09-10 | 0.00023407 | +1.03% |
| 2026-09-09 | 0.00023169 | +0.29% |
| 2026-09-08 | 0.00023102 | +0.02% |
| 2026-09-07 | 0.00023096 | +0.08% |
| 2026-09-06 | 0.00023077 | +0.02% |
| 2026-09-05 | 0.00023073 | -0.77% |
| 2026-09-04 | 0.00023252 | -0.42% |
| 2026-09-03 | 0.00023351 | -0.92% |
| 2026-09-02 | 0.00023568 | +0.34% |
| 2026-09-01 | 0.00023488 | +0.67% |
| 2026-08-31 | 0.00023331 | -0.21% |
| 2026-08-30 | 0.00023382 | -0.01% |
| 2026-08-29 | 0.00023384 | +0.10% |
| 2026-08-28 | 0.00023361 | — |
PYG to CAD conversion table
1 PYG0.00023855 CAD
5 PYG0.0011928 CAD
10 PYG0.0023855 CAD
25 PYG0.0059638 CAD
50 PYG0.011928 CAD
100 PYG0.023855 CAD
500 PYG0.11928 CAD
1,000 PYG0.23855 CAD
5,000 PYG1.1928 CAD
10,000 PYG2.3855 CAD
Get the PYG/CAD rate in your app
One GET request returns the latest PYG → CAD 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/CAD?precision=6"fetch('https://rate-api.com/api/v1/pair/PYG/CAD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 PYG = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/PYG/CAD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 PYG = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/PYG/CAD?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']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "PYG",
"to": "CAD"
},
"rate": 0.000239,
"timestamp": 1790432101,
"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
CAD to PYGCanadian Dollar → Paraguayan Guaraní4,191.9493Convert PYG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.