INR to UZS exchange rate API
Indian Rupee to Uzbekistan Sum · quoted 2026-09-25
122.8771
▼ +10.67% 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-25, so 1 UZS buys 0.008138 INR. Over the last year, INR/UZS traded between 122.6625 and 138.6933, averaged 130.0662 and fell 10.67%. 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-25 | 137.5570 |
| 2025-10-02 | 136.3075 |
| 2025-10-09 | 135.7911 |
| 2025-10-16 | 138.6933 |
| 2025-10-23 | 137.2143 |
| 2025-10-30 | 135.3230 |
| 2025-11-06 | 135.2689 |
| 2025-11-13 | 135.2505 |
| 2025-11-20 | 134.2922 |
| 2025-11-27 | 132.8332 |
| 2025-12-04 | 133.4145 |
| 2025-12-12 | 132.8773 |
| 2025-12-19 | 134.3000 |
| 2025-12-26 | 134.0769 |
| 2026-01-02 | 133.2466 |
| 2026-01-09 | 133.7891 |
| 2026-01-16 | 132.0755 |
| 2026-01-23 | 132.2128 |
| 2026-01-30 | 132.0437 |
| 2026-02-06 | 135.5661 |
| 2026-02-13 | 135.4351 |
| 2026-02-20 | 133.6238 |
| 2026-02-27 | 133.2536 |
| 2026-03-06 | 132.6259 |
| 2026-03-13 | 131.2266 |
| 2026-03-20 | 130.0216 |
| 2026-03-27 | 128.5317 |
| 2026-04-03 | 130.8572 |
| 2026-04-10 | 131.5583 |
| 2026-04-17 | 131.0479 |
| 2026-04-24 | 127.8481 |
| 2026-05-01 | 125.3941 |
| 2026-05-08 | 128.6627 |
| 2026-05-16 | 124.8581 |
| 2026-05-24 | 124.9607 |
| 2026-05-31 | 126.2218 |
| 2026-06-09 | 126.1227 |
| 2026-06-16 | 126.9431 |
| 2026-06-23 | 126.8008 |
| 2026-06-30 | 127.3673 |
| 2026-07-07 | 126.6768 |
| 2026-07-14 | 126.0484 |
| 2026-07-21 | 124.3862 |
| 2026-07-28 | 125.3962 |
| 2026-08-04 | 125.7511 |
| 2026-08-11 | 124.9656 |
| 2026-08-18 | 124.1993 |
| 2026-08-26 | 123.3693 |
| 2026-09-02 | 124.4037 |
| 2026-09-09 | 124.1629 |
| 2026-09-16 | 122.6625 |
| 2026-09-23 | 123.1157 |
High
138.6933
Low
122.6625
Average
130.0662
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.