Convert CHF to UYU
Swiss Franc → Uruguayan Peso
1 CHF = 48.365225 UYU(1 UYU = 0.020676 CHF)
Currency converter
1 CHF =
48.3652 UYU
CHF to UYU: last 30 days
Over the last 30 days, 1 CHF traded between 48.3652 and 50.0823 UYU, averaging 49.3207 UYU. The CHF/UYU rate is down 3.12% since 2026-08-28.
- 30-day high
- 50.0823
- 2026-08-30
- 30-day low
- 48.3652
- 2026-09-25
- 30-day average
- 49.3207
- Days with data: 30
- 30-day change
- -3.12%
- since 2026-08-28
50.0823
48.36522026-08-28 → 2026-09-26
| Date | 1 CHF in UYU | Daily change |
|---|---|---|
| 2026-09-26 | 48.3652 | 0.00% |
| 2026-09-25 | 48.3652 | -0.47% |
| 2026-09-24 | 48.5951 | -0.58% |
| 2026-09-23 | 48.8792 | -0.41% |
| 2026-09-22 | 49.0809 | +0.33% |
| 2026-09-21 | 48.9183 | +0.61% |
| 2026-09-20 | 48.6222 | -0.15% |
| 2026-09-19 | 48.6944 | +0.01% |
| 2026-09-18 | 48.6895 | -0.73% |
| 2026-09-17 | 49.0486 | +0.01% |
| 2026-09-16 | 49.0444 | -0.13% |
| 2026-09-15 | 49.1086 | -0.19% |
| 2026-09-14 | 49.2039 | -0.47% |
| 2026-09-13 | 49.4364 | +0.25% |
| 2026-09-12 | 49.3135 | -0.17% |
| Date | 1 CHF in UYU | Daily change |
|---|---|---|
| 2026-09-11 | 49.3987 | -0.31% |
| 2026-09-10 | 49.5526 | -0.52% |
| 2026-09-09 | 49.8108 | +0.45% |
| 2026-09-08 | 49.5877 | -0.31% |
| 2026-09-07 | 49.7414 | +0.05% |
| 2026-09-06 | 49.7178 | -0.03% |
| 2026-09-05 | 49.7333 | +0.19% |
| 2026-09-04 | 49.6409 | -0.20% |
| 2026-09-03 | 49.739 | +0.39% |
| 2026-09-02 | 49.5467 | -0.21% |
| 2026-09-01 | 49.6514 | -0.80% |
| 2026-08-31 | 50.053 | -0.06% |
| 2026-08-30 | 50.0823 | +0.01% |
| 2026-08-29 | 50.0774 | +0.31% |
| 2026-08-28 | 49.9226 | — |
CHF to UYU conversion table
1 CHF48.3652 UYU
5 CHF241.8261 UYU
10 CHF483.6523 UYU
25 CHF1,209.1306 UYU
50 CHF2,418.2613 UYU
100 CHF4,836.5225 UYU
500 CHF24,182.613 UYU
1,000 CHF48,365.225 UYU
5,000 CHF241,826.13 UYU
10,000 CHF483,652.25 UYU
Get the CHF/UYU rate in your app
One GET request returns the latest CHF → 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/CHF/UYU"fetch('https://rate-api.com/api/v1/pair/CHF/UYU', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} UYU`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/UYU",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} UYU")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/UYU');
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']} UYU\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "UYU"
},
"rate": 48.3652,
"timestamp": 1790429368,
"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 CHFUruguayan Peso → Swiss Franc0.020676Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.