INR to UZS exchange rate API
Indian Rupee to Uzbekistan Sum · quoted 2026-09-24
122.8771
▼ +10.75% over 1Y
1 INR = 122.8771 UZS · 1 UZS = 0.008138 INR · Get this rate via the API
1 INR buys 122.8771 UZS as of 2026-09-24, so 1 UZS buys 0.008138 INR. Over the last year, INR/UZS traded between 122.2625 and 138.0085, averaged 130.2259 and fell 10.75%. The API holds daily INR/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
INR/UZS over 1Y: show the values
| Point | INR/UZS |
|---|---|
| 2025-09-24 | 137.6746 |
| 2025-10-01 | 136.3472 |
| 2025-10-08 | 135.6166 |
| 2025-10-15 | 138.0085 |
| 2025-10-22 | 136.4627 |
| 2025-10-29 | 136.5335 |
| 2025-11-05 | 135.1042 |
| 2025-11-12 | 135.2723 |
| 2025-11-19 | 135.0405 |
| 2025-11-26 | 133.6864 |
| 2025-12-03 | 132.0381 |
| 2025-12-11 | 132.5184 |
| 2025-12-18 | 133.6580 |
| 2025-12-25 | 134.4319 |
| 2026-01-01 | 133.6922 |
| 2026-01-08 | 133.7372 |
| 2026-01-15 | 133.1773 |
| 2026-01-22 | 131.9503 |
| 2026-01-29 | 131.9443 |
| 2026-02-05 | 135.9655 |
| 2026-02-12 | 136.3146 |
| 2026-02-19 | 133.0406 |
| 2026-02-26 | 133.4998 |
| 2026-03-05 | 132.9655 |
| 2026-03-12 | 132.2520 |
| 2026-03-19 | 131.1609 |
| 2026-03-26 | 129.6927 |
| 2026-04-02 | 130.4984 |
| 2026-04-09 | 131.9872 |
| 2026-04-16 | 130.3988 |
| 2026-04-23 | 129.3208 |
| 2026-04-30 | 126.9557 |
| 2026-05-07 | 128.1100 |
| 2026-05-15 | 125.5079 |
| 2026-05-23 | 125.3981 |
| 2026-05-30 | 126.5791 |
| 2026-06-06 | 126.7311 |
| 2026-06-15 | 126.6129 |
| 2026-06-22 | 127.3029 |
| 2026-06-29 | 127.1655 |
| 2026-07-06 | 125.4435 |
| 2026-07-13 | 126.4532 |
| 2026-07-20 | 124.6494 |
| 2026-07-27 | 125.6494 |
| 2026-08-03 | 125.0431 |
| 2026-08-10 | 125.0622 |
| 2026-08-17 | 124.5121 |
| 2026-08-25 | 123.7249 |
| 2026-09-01 | 124.3973 |
| 2026-09-08 | 124.1372 |
| 2026-09-15 | 122.2625 |
| 2026-09-22 | 123.4069 |
High
138.0085
Low
122.2625
Average
130.2259
Get this rate via the API
One GET request returns the INR/UZS 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=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=UZS").json()Replace YOUR_API_KEY with the key from your dashboard.
INR/UZS API questions
How do I get the INR/UZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/UZS rate in rates.UZS.
How far back does INR/UZS historical data go?
Daily INR/UZS 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/UZS 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.