Skip to content

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

INR/UZS over 1Y: show the values
PointINR/UZS
2025-09-25137.5570
2025-10-02136.3075
2025-10-09135.7911
2025-10-16138.6933
2025-10-23137.2143
2025-10-30135.3230
2025-11-06135.2689
2025-11-13135.2505
2025-11-20134.2922
2025-11-27132.8332
2025-12-04133.4145
2025-12-12132.8773
2025-12-19134.3000
2025-12-26134.0769
2026-01-02133.2466
2026-01-09133.7891
2026-01-16132.0755
2026-01-23132.2128
2026-01-30132.0437
2026-02-06135.5661
2026-02-13135.4351
2026-02-20133.6238
2026-02-27133.2536
2026-03-06132.6259
2026-03-13131.2266
2026-03-20130.0216
2026-03-27128.5317
2026-04-03130.8572
2026-04-10131.5583
2026-04-17131.0479
2026-04-24127.8481
2026-05-01125.3941
2026-05-08128.6627
2026-05-16124.8581
2026-05-24124.9607
2026-05-31126.2218
2026-06-09126.1227
2026-06-16126.9431
2026-06-23126.8008
2026-06-30127.3673
2026-07-07126.6768
2026-07-14126.0484
2026-07-21124.3862
2026-07-28125.3962
2026-08-04125.7511
2026-08-11124.9656
2026-08-18124.1993
2026-08-26123.3693
2026-09-02124.4037
2026-09-09124.1629
2026-09-16122.6625
2026-09-23123.1157

High

138.6933

Low

122.6625

Average

130.0662

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.