Skip to content

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

INR/UZS over 1Y: show the values
PointINR/UZS
2025-09-24137.6746
2025-10-01136.3472
2025-10-08135.6166
2025-10-15138.0085
2025-10-22136.4627
2025-10-29136.5335
2025-11-05135.1042
2025-11-12135.2723
2025-11-19135.0405
2025-11-26133.6864
2025-12-03132.0381
2025-12-11132.5184
2025-12-18133.6580
2025-12-25134.4319
2026-01-01133.6922
2026-01-08133.7372
2026-01-15133.1773
2026-01-22131.9503
2026-01-29131.9443
2026-02-05135.9655
2026-02-12136.3146
2026-02-19133.0406
2026-02-26133.4998
2026-03-05132.9655
2026-03-12132.2520
2026-03-19131.1609
2026-03-26129.6927
2026-04-02130.4984
2026-04-09131.9872
2026-04-16130.3988
2026-04-23129.3208
2026-04-30126.9557
2026-05-07128.1100
2026-05-15125.5079
2026-05-23125.3981
2026-05-30126.5791
2026-06-06126.7311
2026-06-15126.6129
2026-06-22127.3029
2026-06-29127.1655
2026-07-06125.4435
2026-07-13126.4532
2026-07-20124.6494
2026-07-27125.6494
2026-08-03125.0431
2026-08-10125.0622
2026-08-17124.5121
2026-08-25123.7249
2026-09-01124.3973
2026-09-08124.1372
2026-09-15122.2625
2026-09-22123.4069

High

138.0085

Low

122.2625

Average

130.2259

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=UZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=UZS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=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&currencies=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.