Convert UGX to JPY
Ugandan Shilling → Japanese Yen
1 UGX = 0.0401159 JPY(1 JPY = 24.927787 UGX)
Currency converter
1 UGX =
0.040116 JPY
UGX to JPY: last 30 days
Over the last 30 days, 1 UGX traded between 0.039663 and 0.042399 JPY, averaging 0.040769 JPY. The UGX/JPY rate is down 5.39% since 2026-08-28.
- 30-day high
- 0.042399
- 2026-08-28
- 30-day low
- 0.039663
- 2026-09-16
- 30-day average
- 0.040769
- Days with data: 30
- 30-day change
- -5.39%
- since 2026-08-28
0.042399
0.0396632026-08-28 → 2026-09-26
| Date | 1 UGX in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.040116 | 0.00% |
| 2026-09-25 | 0.040116 | -1.37% |
| 2026-09-24 | 0.040671 | +0.60% |
| 2026-09-23 | 0.04043 | +1.03% |
| 2026-09-22 | 0.040017 | +0.17% |
| 2026-09-21 | 0.039951 | -0.42% |
| 2026-09-20 | 0.040121 | -0.06% |
| 2026-09-19 | 0.040144 | -0.09% |
| 2026-09-18 | 0.040181 | +1.27% |
| 2026-09-17 | 0.039677 | +0.04% |
| 2026-09-16 | 0.039663 | -0.37% |
| 2026-09-15 | 0.039809 | -0.36% |
| 2026-09-14 | 0.039952 | +0.33% |
| 2026-09-13 | 0.039819 | -0.04% |
| 2026-09-12 | 0.039836 | -0.93% |
| Date | 1 UGX in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.040208 | -1.15% |
| 2026-09-10 | 0.040674 | +0.48% |
| 2026-09-09 | 0.040478 | -0.88% |
| 2026-09-08 | 0.040837 | -0.35% |
| 2026-09-07 | 0.040982 | -0.87% |
| 2026-09-06 | 0.041343 | -0.07% |
| 2026-09-05 | 0.04137 | +0.03% |
| 2026-09-04 | 0.041358 | +0.19% |
| 2026-09-03 | 0.041279 | -2.32% |
| 2026-09-02 | 0.04226 | -0.13% |
| 2026-09-01 | 0.042316 | -0.06% |
| 2026-08-31 | 0.042342 | -0.05% |
| 2026-08-30 | 0.042363 | -0.02% |
| 2026-08-29 | 0.042371 | -0.07% |
| 2026-08-28 | 0.042399 | — |
UGX to JPY conversion table
1 UGX0.040116 JPY
5 UGX0.20058 JPY
10 UGX0.40116 JPY
25 UGX1.0029 JPY
50 UGX2.0058 JPY
100 UGX4.0116 JPY
500 UGX20.0579 JPY
1,000 UGX40.1159 JPY
5,000 UGX200.5794 JPY
10,000 UGX401.1588 JPY
Get the UGX/JPY rate in your app
One GET request returns the latest UGX → 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/UGX/JPY"fetch('https://rate-api.com/api/v1/pair/UGX/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 UGX = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/UGX/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 UGX = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/UGX/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 UGX = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "UGX",
"to": "JPY"
},
"rate": 0.0401,
"timestamp": 1790435132,
"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 UGXJapanese Yen → Ugandan Shilling24.9278Convert UGX to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.