Convert JPY to UZS
Japanese Yen → Uzbekistani Som
1 JPY = 75.012634 UZS(1 UZS = 0.0133311 JPY)
Currency converter
1 JPY =
75.0126 UZS
JPY to UZS: last 30 days
Over the last 30 days, 1 JPY traded between 73.7493 and 77.0482 UZS, averaging 75.3291 UZS. The JPY/UZS rate is up 1.29% since 2026-08-29.
- 30-day high
- 77.0482
- 2026-09-09
- 30-day low
- 73.7493
- 2026-09-01
- 30-day average
- 75.3291
- Days with data: 30
- 30-day change
- +1.29%
- since 2026-08-29
77.0482
73.74932026-08-29 → 2026-09-27
| Date | 1 JPY in UZS | Daily change |
|---|---|---|
| 2026-09-27 | 75.0126 | 0.00% |
| 2026-09-26 | 75.0126 | +0.05% |
| 2026-09-25 | 74.9777 | +0.75% |
| 2026-09-24 | 74.4165 | -0.30% |
| 2026-09-23 | 74.6415 | -0.55% |
| 2026-09-22 | 75.0546 | -0.27% |
| 2026-09-21 | 75.2561 | +0.36% |
| 2026-09-20 | 74.9855 | -0.04% |
| 2026-09-19 | 75.0188 | +0.17% |
| 2026-09-18 | 74.8939 | -1.06% |
| 2026-09-17 | 75.6952 | -0.29% |
| 2026-09-16 | 75.9188 | +0.30% |
| 2026-09-15 | 75.6925 | -0.36% |
| 2026-09-14 | 75.9626 | -0.56% |
| 2026-09-13 | 76.3879 | -0.18% |
| Date | 1 JPY in UZS | Daily change |
|---|---|---|
| 2026-09-12 | 76.523 | +0.01% |
| 2026-09-11 | 76.5172 | -0.10% |
| 2026-09-10 | 76.591 | -0.59% |
| 2026-09-09 | 77.0482 | +0.99% |
| 2026-09-08 | 76.2897 | +0.23% |
| 2026-09-07 | 76.1167 | +0.90% |
| 2026-09-06 | 75.4368 | -0.05% |
| 2026-09-05 | 75.4782 | +0.12% |
| 2026-09-04 | 75.3892 | -0.27% |
| 2026-09-03 | 75.5897 | +2.11% |
| 2026-09-02 | 74.0303 | +0.38% |
| 2026-09-01 | 73.7493 | -0.45% |
| 2026-08-31 | 74.0841 | +0.05% |
| 2026-08-30 | 74.0493 | -0.01% |
| 2026-08-29 | 74.055 | — |
JPY to UZS conversion table
1 JPY75.0126 UZS
5 JPY375.0632 UZS
10 JPY750.1263 UZS
25 JPY1,875.3159 UZS
50 JPY3,750.6317 UZS
100 JPY7,501.2634 UZS
500 JPY37,506.317 UZS
1,000 JPY75,012.634 UZS
5,000 JPY375,063.17 UZS
10,000 JPY750,126.34 UZS
Get the JPY/UZS rate in your app
One GET request returns the latest JPY → UZS 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/UZS"fetch('https://rate-api.com/api/v1/pair/JPY/UZS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} UZS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/UZS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} UZS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/UZS');
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']} UZS\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "UZS"
},
"rate": 75.0126,
"timestamp": 1790470784,
"date": "2026-09-27"
}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
UZS to JPYUzbekistani Som → Japanese Yen0.013331Convert JPY to other currencies
Convert other currencies to UZS
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.