Convert JPY to UYU
Japanese Yen → Uruguayan Peso
1 JPY = 0.254207 UYU(1 UYU = 3.933806 JPY)
Currency converter
1 JPY =
0.25421 UYU
JPY to UYU: last 30 days
Over the last 30 days, 1 JPY traded between 0.25127 and 0.26229 UYU, averaging 0.25669 UYU. The JPY/UYU rate is up 1.10% since 2026-08-28.
- 30-day high
- 0.26229
- 2026-09-09
- 30-day low
- 0.25127
- 2026-09-01
- 30-day average
- 0.25669
- Days with data: 30
- 30-day change
- +1.10%
- since 2026-08-28
0.26229
0.251272026-08-28 → 2026-09-26
| Date | 1 JPY in UYU | Daily change |
|---|---|---|
| 2026-09-26 | 0.25421 | 0.00% |
| 2026-09-25 | 0.25421 | +0.39% |
| 2026-09-24 | 0.25322 | -0.58% |
| 2026-09-23 | 0.2547 | -0.46% |
| 2026-09-22 | 0.25587 | +0.15% |
| 2026-09-21 | 0.2555 | +0.49% |
| 2026-09-20 | 0.25426 | -0.15% |
| 2026-09-19 | 0.25464 | +0.01% |
| 2026-09-18 | 0.25461 | -1.98% |
| 2026-09-17 | 0.25975 | +0.26% |
| 2026-09-16 | 0.25907 | -0.06% |
| 2026-09-15 | 0.25922 | -0.27% |
| 2026-09-14 | 0.25994 | -0.66% |
| 2026-09-13 | 0.26166 | +0.25% |
| 2026-09-12 | 0.26101 | -0.17% |
| Date | 1 JPY in UYU | Daily change |
|---|---|---|
| 2026-09-11 | 0.26146 | +0.19% |
| 2026-09-10 | 0.26097 | -0.50% |
| 2026-09-09 | 0.26229 | +0.57% |
| 2026-09-08 | 0.2608 | +0.26% |
| 2026-09-07 | 0.26011 | +1.02% |
| 2026-09-06 | 0.2575 | -0.03% |
| 2026-09-05 | 0.25758 | +0.19% |
| 2026-09-04 | 0.2571 | -0.25% |
| 2026-09-03 | 0.25775 | +2.00% |
| 2026-09-02 | 0.25269 | +0.56% |
| 2026-09-01 | 0.25127 | -0.83% |
| 2026-08-31 | 0.25337 | +0.44% |
| 2026-08-30 | 0.25225 | +0.01% |
| 2026-08-29 | 0.25222 | +0.31% |
| 2026-08-28 | 0.25145 | — |
JPY to UYU conversion table
1 JPY0.25421 UYU
5 JPY1.271 UYU
10 JPY2.5421 UYU
25 JPY6.3552 UYU
50 JPY12.7103 UYU
100 JPY25.4207 UYU
500 JPY127.1034 UYU
1,000 JPY254.2068 UYU
5,000 JPY1,271.0338 UYU
10,000 JPY2,542.0676 UYU
Get the JPY/UYU rate in your app
One GET request returns the latest JPY → 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/JPY/UYU"fetch('https://rate-api.com/api/v1/pair/JPY/UYU', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} UYU`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/UYU",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} UYU")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/UYU');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} UYU\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "UYU"
},
"rate": 0.2542,
"timestamp": 1790429363,
"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 JPYUruguayan Peso → Japanese Yen3.9338Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.