Convert UGX to INR
Ugandan Shilling → Indian Rupee
1 UGX = 0.0243911 INR(1 INR = 40.998562 UGX)
Currency converter
1 UGX =
0.024391 INR
UGX to INR: last 30 days
Over the last 30 days, 1 UGX traded between 0.024337 and 0.025329 INR, averaging 0.024808 INR. The UGX/INR rate is down 3.70% since 2026-08-28.
- 30-day high
- 0.025329
- 2026-08-28
- 30-day low
- 0.024337
- 2026-09-22
- 30-day average
- 0.024808
- Days with data: 30
- 30-day change
- -3.70%
- since 2026-08-28
0.025329
0.0243372026-08-28 → 2026-09-26
| Date | 1 UGX in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.024391 | 0.00% |
| 2026-09-25 | 0.024391 | -0.72% |
| 2026-09-24 | 0.024568 | +0.23% |
| 2026-09-23 | 0.024512 | +0.72% |
| 2026-09-22 | 0.024337 | -0.02% |
| 2026-09-21 | 0.024341 | -0.09% |
| 2026-09-20 | 0.024364 | -0.06% |
| 2026-09-19 | 0.024378 | -0.09% |
| 2026-09-18 | 0.0244 | -0.20% |
| 2026-09-17 | 0.02445 | -0.40% |
| 2026-09-16 | 0.024547 | -0.40% |
| 2026-09-15 | 0.024646 | -0.23% |
| 2026-09-14 | 0.024703 | +0.00% |
| 2026-09-13 | 0.024702 | -0.04% |
| 2026-09-12 | 0.024712 | -0.93% |
| Date | 1 UGX in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.024943 | -0.93% |
| 2026-09-10 | 0.025178 | +0.24% |
| 2026-09-09 | 0.025118 | +0.08% |
| 2026-09-08 | 0.025098 | +0.30% |
| 2026-09-07 | 0.025024 | +0.09% |
| 2026-09-06 | 0.025001 | -0.07% |
| 2026-09-05 | 0.025018 | +0.03% |
| 2026-09-04 | 0.02501 | +0.04% |
| 2026-09-03 | 0.025001 | -0.58% |
| 2026-09-02 | 0.025147 | +0.24% |
| 2026-09-01 | 0.025087 | -0.56% |
| 2026-08-31 | 0.025228 | -0.31% |
| 2026-08-30 | 0.025307 | -0.02% |
| 2026-08-29 | 0.025312 | -0.07% |
| 2026-08-28 | 0.025329 | — |
UGX to INR conversion table
1 UGX0.024391 INR
5 UGX0.12196 INR
10 UGX0.24391 INR
25 UGX0.60978 INR
50 UGX1.2196 INR
100 UGX2.4391 INR
500 UGX12.1956 INR
1,000 UGX24.3911 INR
5,000 UGX121.9555 INR
10,000 UGX243.911 INR
Get the UGX/INR rate in your app
One GET request returns the latest UGX → INR 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/INR"fetch('https://rate-api.com/api/v1/pair/UGX/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 UGX = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/UGX/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 UGX = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/UGX/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "UGX",
"to": "INR"
},
"rate": 0.0244,
"timestamp": 1790432241,
"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
INR to UGXIndian Rupee → Ugandan Shilling40.9986Convert UGX to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.