Convert UYU to EUR
Uruguayan Peso → Euro
1 UYU = 0.021891 EUR(1 EUR = 45.680955 UYU)
Currency converter
1 UYU =
0.021891 EUR
UYU to EUR: last 30 days
Over the last 30 days, 1 UYU traded between 0.021309 and 0.021891 EUR, averaging 0.021526 EUR. The UYU/EUR rate is up 2.33% since 2026-08-28.
- 30-day high
- 0.021891
- 2026-09-25
- 30-day low
- 0.021309
- 2026-08-31
- 30-day average
- 0.021526
- Days with data: 30
- 30-day change
- +2.33%
- since 2026-08-28
0.021891
0.0213092026-08-28 → 2026-09-26
| Date | 1 UYU in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.021891 | 0.00% |
| 2026-09-25 | 0.021891 | +0.09% |
| 2026-09-24 | 0.021871 | +0.38% |
| 2026-09-23 | 0.021788 | +0.45% |
| 2026-09-22 | 0.021691 | +0.15% |
| 2026-09-21 | 0.021659 | -0.35% |
| 2026-09-20 | 0.021736 | +0.15% |
| 2026-09-19 | 0.021704 | -0.01% |
| 2026-09-18 | 0.021706 | +0.78% |
| 2026-09-17 | 0.021538 | -0.19% |
| 2026-09-16 | 0.021579 | +0.05% |
| 2026-09-15 | 0.021569 | +0.09% |
| 2026-09-14 | 0.02155 | +0.69% |
| 2026-09-13 | 0.021403 | -0.25% |
| 2026-09-12 | 0.021456 | +0.17% |
| Date | 1 UYU in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.021419 | +0.11% |
| 2026-09-10 | 0.021396 | +0.22% |
| 2026-09-09 | 0.021348 | -0.23% |
| 2026-09-08 | 0.021397 | +0.10% |
| 2026-09-07 | 0.021376 | -0.05% |
| 2026-09-06 | 0.021386 | +0.03% |
| 2026-09-05 | 0.021379 | -0.19% |
| 2026-09-04 | 0.021419 | +0.04% |
| 2026-09-03 | 0.021411 | -0.03% |
| 2026-09-02 | 0.021417 | -0.11% |
| 2026-09-01 | 0.02144 | +0.61% |
| 2026-08-31 | 0.021309 | -0.07% |
| 2026-08-30 | 0.021323 | -0.01% |
| 2026-08-29 | 0.021326 | -0.31% |
| 2026-08-28 | 0.021392 | — |
UYU to EUR conversion table
1 UYU0.021891 EUR
5 UYU0.10945 EUR
10 UYU0.21891 EUR
25 UYU0.54727 EUR
50 UYU1.0945 EUR
100 UYU2.1891 EUR
500 UYU10.9455 EUR
1,000 UYU21.891 EUR
5,000 UYU109.4548 EUR
10,000 UYU218.9096 EUR
Get the UYU/EUR rate in your app
One GET request returns the latest UYU → EUR 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/UYU/EUR"fetch('https://rate-api.com/api/v1/pair/UYU/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 UYU = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/UYU/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 UYU = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/UYU/EUR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 UYU = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "UYU",
"to": "EUR"
},
"rate": 0.0219,
"timestamp": 1790432186,
"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
EUR to UYUEuro → Uruguayan Peso45.681Convert UYU to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.