INR to UGX exchange rate API
Indian Rupee to Uganda Shilling · quoted 2026-09-24
40.5709
▲ +0.74% over YTD
1 INR = 40.5709 UGX · 1 UGX = 0.02465 INR · Get this rate via the API
1 INR buys 40.5709 UGX as of 2026-09-24, so 1 UGX buys 0.02465 INR. Over the year to date, INR/UGX traded between 37.7759 and 41.0829, averaged 39.4975 and rose 0.74%. The API holds daily INR/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
INR/UGX over YTD: show the values
| Point | INR/UGX |
|---|---|
| 2025-12-31 | 40.2746 |
| 2026-01-07 | 40.3233 |
| 2026-01-14 | 39.6634 |
| 2026-01-21 | 37.7759 |
| 2026-01-28 | 38.8633 |
| 2026-02-04 | 39.4201 |
| 2026-02-11 | 39.0438 |
| 2026-02-18 | 38.9662 |
| 2026-02-25 | 39.3987 |
| 2026-03-04 | 40.4239 |
| 2026-03-11 | 40.3964 |
| 2026-03-18 | 40.5256 |
| 2026-03-25 | 39.8494 |
| 2026-04-01 | 40.2643 |
| 2026-04-08 | 40.6995 |
| 2026-04-15 | 39.7297 |
| 2026-04-22 | 39.4882 |
| 2026-04-29 | 39.2121 |
| 2026-05-06 | 39.8167 |
| 2026-05-14 | 39.1987 |
| 2026-05-21 | 39.2038 |
| 2026-05-29 | 39.7426 |
| 2026-06-05 | 39.7235 |
| 2026-06-14 | 39.3068 |
| 2026-06-21 | 38.5169 |
| 2026-06-28 | 38.7738 |
| 2026-07-05 | 38.2445 |
| 2026-07-12 | 38.5397 |
| 2026-07-19 | 38.2912 |
| 2026-07-26 | 39.0351 |
| 2026-08-02 | 39.2263 |
| 2026-08-09 | 39.0547 |
| 2026-08-16 | 38.7980 |
| 2026-08-24 | 38.8766 |
| 2026-08-31 | 39.6379 |
| 2026-09-07 | 39.9606 |
| 2026-09-14 | 40.4833 |
| 2026-09-21 | 41.0829 |
High
41.0829
Low
37.7759
Average
39.4975
Get this rate via the API
One GET request returns the INR/UGX rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=UGX").json()Replace YOUR_API_KEY with the key from your dashboard.
INR/UGX API questions
How do I get the INR/UGX exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=UGX, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/UGX rate in rates.UGX.
How far back does INR/UGX historical data go?
Daily INR/UGX rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free INR/UGX exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.