Convert INR to UGX
Indian Rupee → Ugandan Shilling
1 INR = 40.861044 UGX(1 UGX = 0.0244732 INR)
Currency converter
1 INR =
40.861 UGX
INR to UGX: last 30 days
Over the last 30 days, 1 INR traded between 39.5077 and 41.0903 UGX, averaging 40.3583 UGX. The INR/UGX rate is up 3.43% since 2026-08-29.
- 30-day high
- 41.0903
- 2026-09-22
- 30-day low
- 39.5077
- 2026-08-29
- 30-day average
- 40.3583
- Days with data: 30
- 30-day change
- +3.43%
- since 2026-08-29
41.0903
39.50772026-08-29 → 2026-09-27
| Date | 1 INR in UGX | Daily change |
|---|---|---|
| 2026-09-27 | 40.861 | 0.00% |
| 2026-09-26 | 40.861 | -0.34% |
| 2026-09-25 | 40.9986 | +0.73% |
| 2026-09-24 | 40.7026 | -0.23% |
| 2026-09-23 | 40.7967 | -0.71% |
| 2026-09-22 | 41.0903 | +0.02% |
| 2026-09-21 | 41.0831 | +0.09% |
| 2026-09-20 | 41.0443 | +0.06% |
| 2026-09-19 | 41.0205 | +0.09% |
| 2026-09-18 | 40.9831 | +0.20% |
| 2026-09-17 | 40.8998 | +0.40% |
| 2026-09-16 | 40.7379 | +0.40% |
| 2026-09-15 | 40.575 | +0.23% |
| 2026-09-14 | 40.4811 | -0.00% |
| 2026-09-13 | 40.4826 | +0.04% |
| Date | 1 INR in UGX | Daily change |
|---|---|---|
| 2026-09-12 | 40.4655 | +0.93% |
| 2026-09-11 | 40.0909 | +0.94% |
| 2026-09-10 | 39.7174 | -0.24% |
| 2026-09-09 | 39.812 | -0.08% |
| 2026-09-08 | 39.844 | -0.30% |
| 2026-09-07 | 39.9623 | -0.09% |
| 2026-09-06 | 39.9979 | +0.07% |
| 2026-09-05 | 39.9713 | -0.03% |
| 2026-09-04 | 39.9833 | -0.04% |
| 2026-09-03 | 39.998 | +0.58% |
| 2026-09-02 | 39.7663 | -0.24% |
| 2026-09-01 | 39.8613 | +0.56% |
| 2026-08-31 | 39.6386 | +0.31% |
| 2026-08-30 | 39.5146 | +0.02% |
| 2026-08-29 | 39.5077 | — |
INR to UGX conversion table
1 INR40.861 UGX
5 INR204.3052 UGX
10 INR408.6104 UGX
25 INR1,021.5261 UGX
50 INR2,043.0522 UGX
100 INR4,086.1044 UGX
500 INR20,430.522 UGX
1,000 INR40,861.044 UGX
5,000 INR204,305.22 UGX
10,000 INR408,610.44 UGX
Get the INR/UGX rate in your app
One GET request returns the latest INR → 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/INR/UGX"fetch('https://rate-api.com/api/v1/pair/INR/UGX', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} UGX`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/UGX",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} UGX")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/UGX');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} UGX\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "UGX"
},
"rate": 40.861,
"timestamp": 1790470843,
"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
UGX to INRUgandan Shilling → Indian Rupee0.024473Convert INR to other currencies
Convert other currencies to UGX
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.