Convert UYU to JPY
Uruguayan Peso → Japanese Yen
1 UYU = 3.933806 JPY(1 JPY = 0.254207 UYU)
Currency converter
1 UYU =
3.9338 JPY
UYU to JPY: last 30 days
Over the last 30 days, 1 UYU traded between 3.8126 and 3.9797 JPY, averaging 3.8965 JPY. The UYU/JPY rate is down 1.09% since 2026-08-28.
- 30-day high
- 3.9797
- 2026-09-01
- 30-day low
- 3.8126
- 2026-09-09
- 30-day average
- 3.8965
- Days with data: 30
- 30-day change
- -1.09%
- since 2026-08-28
3.9797
3.81262026-08-28 → 2026-09-26
| Date | 1 UYU in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 3.9338 | 0.00% |
| 2026-09-25 | 3.9338 | -0.39% |
| 2026-09-24 | 3.9492 | +0.59% |
| 2026-09-23 | 3.9261 | +0.46% |
| 2026-09-22 | 3.9082 | -0.15% |
| 2026-09-21 | 3.9139 | -0.48% |
| 2026-09-20 | 3.933 | +0.15% |
| 2026-09-19 | 3.9272 | -0.01% |
| 2026-09-18 | 3.9276 | +2.02% |
| 2026-09-17 | 3.8499 | -0.26% |
| 2026-09-16 | 3.86 | +0.06% |
| 2026-09-15 | 3.8577 | +0.28% |
| 2026-09-14 | 3.8471 | +0.66% |
| 2026-09-13 | 3.8218 | -0.25% |
| 2026-09-12 | 3.8313 | +0.17% |
| Date | 1 UYU in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 3.8247 | -0.19% |
| 2026-09-10 | 3.8319 | +0.51% |
| 2026-09-09 | 3.8126 | -0.57% |
| 2026-09-08 | 3.8344 | -0.26% |
| 2026-09-07 | 3.8445 | -1.01% |
| 2026-09-06 | 3.8836 | +0.03% |
| 2026-09-05 | 3.8824 | -0.19% |
| 2026-09-04 | 3.8896 | +0.25% |
| 2026-09-03 | 3.8798 | -1.96% |
| 2026-09-02 | 3.9574 | -0.56% |
| 2026-09-01 | 3.9797 | +0.83% |
| 2026-08-31 | 3.9468 | -0.44% |
| 2026-08-30 | 3.9643 | -0.01% |
| 2026-08-29 | 3.9647 | -0.31% |
| 2026-08-28 | 3.977 | — |
UYU to JPY conversion table
1 UYU3.9338 JPY
5 UYU19.669 JPY
10 UYU39.3381 JPY
25 UYU98.3451 JPY
50 UYU196.6903 JPY
100 UYU393.3806 JPY
500 UYU1,966.9028 JPY
1,000 UYU3,933.8057 JPY
5,000 UYU19,669.028 JPY
10,000 UYU39,338.057 JPY
Get the UYU/JPY rate in your app
One GET request returns the latest UYU → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/UYU/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 UYU = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/UYU/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 UYU = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/UYU/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "UYU",
"to": "JPY"
},
"rate": 3.9338,
"timestamp": 1790435115,
"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
JPY to UYUJapanese Yen → Uruguayan Peso0.25421Convert UYU to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.