Convert JPY to UGX
Japanese Yen → Ugandan Shilling
1 JPY = 24.927787 UGX(1 UGX = 0.0401159 JPY)
Currency converter
1 JPY =
24.9278 UGX
JPY to UGX: last 30 days
Over the last 30 days, 1 JPY traded between 23.5853 and 25.2126 UGX, averaging 24.5407 UGX. The JPY/UGX rate is up 5.69% since 2026-08-28.
- 30-day high
- 25.2126
- 2026-09-16
- 30-day low
- 23.5853
- 2026-08-28
- 30-day average
- 24.5407
- Days with data: 30
- 30-day change
- +5.69%
- since 2026-08-28
25.2126
23.58532026-08-28 → 2026-09-26
| Date | 1 JPY in UGX | Daily change |
|---|---|---|
| 2026-09-26 | 24.9278 | 0.00% |
| 2026-09-25 | 24.9278 | +1.38% |
| 2026-09-24 | 24.5874 | -0.59% |
| 2026-09-23 | 24.7339 | -1.02% |
| 2026-09-22 | 24.9893 | -0.17% |
| 2026-09-21 | 25.0307 | +0.43% |
| 2026-09-20 | 24.9245 | +0.06% |
| 2026-09-19 | 24.91 | +0.09% |
| 2026-09-18 | 24.8873 | -1.25% |
| 2026-09-17 | 25.2034 | -0.04% |
| 2026-09-16 | 25.2126 | +0.37% |
| 2026-09-15 | 25.1199 | +0.36% |
| 2026-09-14 | 25.0299 | -0.33% |
| 2026-09-13 | 25.1137 | +0.04% |
| 2026-09-12 | 25.1031 | +0.93% |
| Date | 1 JPY in UGX | Daily change |
|---|---|---|
| 2026-09-11 | 24.8707 | +1.16% |
| 2026-09-10 | 24.5857 | -0.48% |
| 2026-09-09 | 24.7049 | +0.89% |
| 2026-09-08 | 24.4874 | +0.35% |
| 2026-09-07 | 24.4009 | +0.88% |
| 2026-09-06 | 24.1882 | +0.07% |
| 2026-09-05 | 24.1721 | -0.03% |
| 2026-09-04 | 24.1794 | -0.19% |
| 2026-09-03 | 24.2255 | +2.38% |
| 2026-09-02 | 23.6629 | +0.13% |
| 2026-09-01 | 23.6315 | +0.06% |
| 2026-08-31 | 23.6174 | +0.05% |
| 2026-08-30 | 23.6053 | +0.02% |
| 2026-08-29 | 23.6012 | +0.07% |
| 2026-08-28 | 23.5853 | — |
JPY to UGX conversion table
1 JPY24.9278 UGX
5 JPY124.6389 UGX
10 JPY249.2779 UGX
25 JPY623.1947 UGX
50 JPY1,246.3894 UGX
100 JPY2,492.7787 UGX
500 JPY12,463.894 UGX
1,000 JPY24,927.787 UGX
5,000 JPY124,638.94 UGX
10,000 JPY249,277.87 UGX
Get the JPY/UGX rate in your app
One GET request returns the latest JPY → UGX 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/UGX"fetch('https://rate-api.com/api/v1/pair/JPY/UGX', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} UGX`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/UGX",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} UGX")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/UGX');
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']} UGX\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "UGX"
},
"rate": 24.9278,
"timestamp": 1790429338,
"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
UGX to JPYUgandan Shilling → Japanese Yen0.040116Convert JPY to other currencies
Convert other currencies to UGX
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.