Convert UZS to JPY
Uzbekistani Som → Japanese Yen
1 UZS = 0.0133373 JPY(1 JPY = 74.977667 UZS)
Currency converter
1 UZS =
0.013337 JPY
UZS to JPY: last 30 days
Over the last 30 days, 1 UZS traded between 0.012979 and 0.013559 JPY, averaging 0.013283 JPY. The UZS/JPY rate is down 1.38% since 2026-08-28.
- 30-day high
- 0.013559
- 2026-09-01
- 30-day low
- 0.012979
- 2026-09-09
- 30-day average
- 0.013283
- Days with data: 30
- 30-day change
- -1.38%
- since 2026-08-28
0.013559
0.0129792026-08-28 → 2026-09-26
| Date | 1 UZS in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.013337 | 0.00% |
| 2026-09-25 | 0.013337 | -0.75% |
| 2026-09-24 | 0.013438 | +0.30% |
| 2026-09-23 | 0.013397 | +0.55% |
| 2026-09-22 | 0.013324 | +0.27% |
| 2026-09-21 | 0.013288 | -0.36% |
| 2026-09-20 | 0.013336 | +0.04% |
| 2026-09-19 | 0.01333 | -0.17% |
| 2026-09-18 | 0.013352 | +1.07% |
| 2026-09-17 | 0.013211 | +0.30% |
| 2026-09-16 | 0.013172 | -0.30% |
| 2026-09-15 | 0.013211 | +0.36% |
| 2026-09-14 | 0.013164 | +0.56% |
| 2026-09-13 | 0.013091 | +0.18% |
| 2026-09-12 | 0.013068 | -0.01% |
| Date | 1 UZS in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.013069 | +0.10% |
| 2026-09-10 | 0.013056 | +0.60% |
| 2026-09-09 | 0.012979 | -0.98% |
| 2026-09-08 | 0.013108 | -0.23% |
| 2026-09-07 | 0.013138 | -0.89% |
| 2026-09-06 | 0.013256 | +0.05% |
| 2026-09-05 | 0.013249 | -0.12% |
| 2026-09-04 | 0.013265 | +0.27% |
| 2026-09-03 | 0.013229 | -2.06% |
| 2026-09-02 | 0.013508 | -0.38% |
| 2026-09-01 | 0.013559 | +0.45% |
| 2026-08-31 | 0.013498 | -0.05% |
| 2026-08-30 | 0.013505 | +0.01% |
| 2026-08-29 | 0.013503 | -0.16% |
| 2026-08-28 | 0.013525 | — |
UZS to JPY conversion table
1 UZS0.013337 JPY
5 UZS0.066687 JPY
10 UZS0.13337 JPY
25 UZS0.33343 JPY
50 UZS0.66687 JPY
100 UZS1.3337 JPY
500 UZS6.6687 JPY
1,000 UZS13.3373 JPY
5,000 UZS66.6865 JPY
10,000 UZS133.3731 JPY
Get the UZS/JPY rate in your app
One GET request returns the latest UZS → 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/UZS/JPY"fetch('https://rate-api.com/api/v1/pair/UZS/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 UZS = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/UZS/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 UZS = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/UZS/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 UZS = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "UZS",
"to": "JPY"
},
"rate": 0.0133,
"timestamp": 1790432101,
"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 UZSJapanese Yen → Uzbekistani Som74.9777Convert UZS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.