INR to UZS exchange rate API
Indian Rupee to Uzbekistan Sum · quoted 2026-09-24
122.8771
▼ +4.49% over 6M
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 6 months, INR/UZS traded between 122.7183 and 131.3704, averaged 126.0567 and fell 4.49%. 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 6M: show the values
| Point | INR/UZS |
|---|---|
| 2026-03-28 | 128.6576 |
| 2026-04-04 | 131.3704 |
| 2026-04-11 | 130.6035 |
| 2026-04-18 | 131.0441 |
| 2026-04-25 | 127.8773 |
| 2026-05-02 | 125.9331 |
| 2026-05-09 | 128.5140 |
| 2026-05-17 | 124.6775 |
| 2026-05-25 | 125.7574 |
| 2026-06-01 | 126.4971 |
| 2026-06-10 | 126.5027 |
| 2026-06-17 | 127.0413 |
| 2026-06-24 | 126.9788 |
| 2026-07-01 | 126.3768 |
| 2026-07-08 | 126.0932 |
| 2026-07-15 | 125.3736 |
| 2026-07-22 | 124.1327 |
| 2026-07-29 | 125.8791 |
| 2026-08-05 | 125.1907 |
| 2026-08-12 | 125.0714 |
| 2026-08-20 | 122.7183 |
| 2026-08-27 | 123.7996 |
| 2026-09-03 | 124.8043 |
| 2026-09-10 | 123.7286 |
| 2026-09-17 | 122.8384 |
| 2026-09-24 | 123.1911 |
High
131.3704
Low
122.7183
Average
126.0567
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.