Convert CAD to UYU
Canadian Dollar → Uruguayan Peso
1 CAD = 28.325761 UYU(1 UYU = 0.0353036 CAD)
Currency converter
1 CAD =
28.3258 UYU
CAD to UYU: last 30 days
Over the last 30 days, 1 CAD traded between 28.3258 and 29.1987 UYU, averaging 28.9042 UYU. The CAD/UYU rate is down 2.26% since 2026-08-28.
- 30-day high
- 29.1987
- 2026-09-09
- 30-day low
- 28.3258
- 2026-09-25
- 30-day average
- 28.9042
- Days with data: 30
- 30-day change
- -2.26%
- since 2026-08-28
29.1987
28.32582026-08-28 → 2026-09-26
| Date | 1 CAD in UYU | Daily change |
|---|---|---|
| 2026-09-26 | 28.3258 | 0.00% |
| 2026-09-25 | 28.3258 | -0.59% |
| 2026-09-24 | 28.4932 | -0.19% |
| 2026-09-23 | 28.5486 | -0.31% |
| 2026-09-22 | 28.6371 | -0.20% |
| 2026-09-21 | 28.6932 | +0.14% |
| 2026-09-20 | 28.6545 | -0.15% |
| 2026-09-19 | 28.697 | +0.01% |
| 2026-09-18 | 28.6942 | -0.70% |
| 2026-09-17 | 28.8961 | +0.27% |
| 2026-09-16 | 28.8172 | -0.16% |
| 2026-09-15 | 28.8647 | -0.22% |
| 2026-09-14 | 28.9289 | -0.54% |
| 2026-09-13 | 29.0846 | +0.25% |
| 2026-09-12 | 29.0123 | -0.17% |
| Date | 1 CAD in UYU | Daily change |
|---|---|---|
| 2026-09-11 | 29.0625 | -0.21% |
| 2026-09-10 | 29.1226 | -0.26% |
| 2026-09-09 | 29.1987 | +0.17% |
| 2026-09-08 | 29.1499 | +0.08% |
| 2026-09-07 | 29.1265 | -0.10% |
| 2026-09-06 | 29.1548 | -0.03% |
| 2026-09-05 | 29.1639 | +0.19% |
| 2026-09-04 | 29.1097 | -0.16% |
| 2026-09-03 | 29.1553 | +0.67% |
| 2026-09-02 | 28.9616 | -0.05% |
| 2026-09-01 | 28.9775 | -0.57% |
| 2026-08-31 | 29.1447 | +0.24% |
| 2026-08-30 | 29.0741 | +0.01% |
| 2026-08-29 | 29.0712 | +0.31% |
| 2026-08-28 | 28.9813 | — |
CAD to UYU conversion table
1 CAD28.3258 UYU
5 CAD141.6288 UYU
10 CAD283.2576 UYU
25 CAD708.144 UYU
50 CAD1,416.2881 UYU
100 CAD2,832.5761 UYU
500 CAD14,162.881 UYU
1,000 CAD28,325.761 UYU
5,000 CAD141,628.81 UYU
10,000 CAD283,257.61 UYU
Get the CAD/UYU rate in your app
One GET request returns the latest CAD → UYU 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/CAD/UYU"fetch('https://rate-api.com/api/v1/pair/CAD/UYU', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} UYU`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/UYU",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} UYU")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/UYU');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} UYU\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "UYU"
},
"rate": 28.3258,
"timestamp": 1790429432,
"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
UYU to CADUruguayan Peso → Canadian Dollar0.035304Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.