INR to UZS exchange rate API
Indian Rupee to Uzbekistan Sum · quoted 2026-09-24
122.8771
▼ +8.20% over YTD
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 year to date, INR/UZS traded between 122.8614 and 135.5204, averaged 128.3661 and fell 8.20%. 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 YTD: show the values
| Point | INR/UZS |
|---|---|
| 2025-12-31 | 133.8461 |
| 2026-01-07 | 133.3001 |
| 2026-01-14 | 133.8352 |
| 2026-01-21 | 131.6418 |
| 2026-01-28 | 131.9250 |
| 2026-02-04 | 135.5140 |
| 2026-02-11 | 135.5204 |
| 2026-02-18 | 133.9839 |
| 2026-02-25 | 134.1374 |
| 2026-03-04 | 132.5932 |
| 2026-03-11 | 132.1175 |
| 2026-03-18 | 130.3207 |
| 2026-03-25 | 129.6570 |
| 2026-04-01 | 130.7173 |
| 2026-04-08 | 132.2068 |
| 2026-04-15 | 130.0451 |
| 2026-04-22 | 128.7330 |
| 2026-04-29 | 127.2535 |
| 2026-05-06 | 127.0937 |
| 2026-05-14 | 126.1374 |
| 2026-05-21 | 125.6328 |
| 2026-05-29 | 126.4216 |
| 2026-06-05 | 126.1642 |
| 2026-06-14 | 125.6477 |
| 2026-06-21 | 127.5041 |
| 2026-06-28 | 126.8158 |
| 2026-07-05 | 125.4596 |
| 2026-07-12 | 126.3174 |
| 2026-07-19 | 124.6800 |
| 2026-07-26 | 124.3325 |
| 2026-08-02 | 125.1114 |
| 2026-08-09 | 125.2645 |
| 2026-08-16 | 124.3608 |
| 2026-08-24 | 123.7366 |
| 2026-08-31 | 124.3380 |
| 2026-09-07 | 124.6540 |
| 2026-09-14 | 122.8614 |
| 2026-09-21 | 123.5180 |
High
135.5204
Low
122.8614
Average
128.3661
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.