Convert EUR to UYU
Euro → Uruguayan Peso
1 EUR = 45.680955 UYU(1 UYU = 0.021891 EUR)
Currency converter
1 EUR =
45.681 UYU
EUR to UYU: last 30 days
Over the last 30 days, 1 EUR traded between 45.681 and 46.9292 UYU, averaging 46.4594 UYU. The EUR/UYU rate is down 2.28% since 2026-08-28.
- 30-day high
- 46.9292
- 2026-08-31
- 30-day low
- 45.681
- 2026-09-25
- 30-day average
- 46.4594
- Days with data: 30
- 30-day change
- -2.28%
- since 2026-08-28
46.9292
45.6812026-08-28 → 2026-09-26
| Date | 1 EUR in UYU | Daily change |
|---|---|---|
| 2026-09-26 | 45.681 | 0.00% |
| 2026-09-25 | 45.681 | -0.09% |
| 2026-09-24 | 45.7231 | -0.38% |
| 2026-09-23 | 45.8976 | -0.44% |
| 2026-09-22 | 46.1019 | -0.15% |
| 2026-09-21 | 46.1692 | +0.35% |
| 2026-09-20 | 46.0061 | -0.15% |
| 2026-09-19 | 46.0744 | +0.01% |
| 2026-09-18 | 46.0698 | -0.77% |
| 2026-09-17 | 46.4295 | +0.19% |
| 2026-09-16 | 46.342 | -0.05% |
| 2026-09-15 | 46.3631 | -0.09% |
| 2026-09-14 | 46.4042 | -0.68% |
| 2026-09-13 | 46.7223 | +0.25% |
| 2026-09-12 | 46.6062 | -0.17% |
| Date | 1 EUR in UYU | Daily change |
|---|---|---|
| 2026-09-11 | 46.6867 | -0.11% |
| 2026-09-10 | 46.7379 | -0.22% |
| 2026-09-09 | 46.8421 | +0.23% |
| 2026-09-08 | 46.7363 | -0.10% |
| 2026-09-07 | 46.7816 | +0.05% |
| 2026-09-06 | 46.7594 | -0.03% |
| 2026-09-05 | 46.774 | +0.19% |
| 2026-09-04 | 46.6871 | -0.04% |
| 2026-09-03 | 46.7049 | +0.03% |
| 2026-09-02 | 46.6928 | +0.11% |
| 2026-09-01 | 46.6429 | -0.61% |
| 2026-08-31 | 46.9292 | +0.07% |
| 2026-08-30 | 46.8968 | +0.01% |
| 2026-08-29 | 46.8922 | +0.31% |
| 2026-08-28 | 46.7473 | — |
EUR to UYU conversion table
1 EUR45.681 UYU
5 EUR228.4048 UYU
10 EUR456.8096 UYU
25 EUR1,142.0239 UYU
50 EUR2,284.0478 UYU
100 EUR4,568.0955 UYU
500 EUR22,840.478 UYU
1,000 EUR45,680.955 UYU
5,000 EUR228,404.78 UYU
10,000 EUR456,809.55 UYU
Get the EUR/UYU rate in your app
One GET request returns the latest EUR → 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/EUR/UYU"fetch('https://rate-api.com/api/v1/pair/EUR/UYU', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} UYU`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/UYU",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} UYU")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/UYU');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} UYU\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "UYU"
},
"rate": 45.681,
"timestamp": 1790429437,
"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 EURUruguayan Peso → Euro0.021891Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.