Skip to content

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

INR/UZS over YTD: show the values
PointINR/UZS
2025-12-31133.8461
2026-01-07133.3001
2026-01-14133.8352
2026-01-21131.6418
2026-01-28131.9250
2026-02-04135.5140
2026-02-11135.5204
2026-02-18133.9839
2026-02-25134.1374
2026-03-04132.5932
2026-03-11132.1175
2026-03-18130.3207
2026-03-25129.6570
2026-04-01130.7173
2026-04-08132.2068
2026-04-15130.0451
2026-04-22128.7330
2026-04-29127.2535
2026-05-06127.0937
2026-05-14126.1374
2026-05-21125.6328
2026-05-29126.4216
2026-06-05126.1642
2026-06-14125.6477
2026-06-21127.5041
2026-06-28126.8158
2026-07-05125.4596
2026-07-12126.3174
2026-07-19124.6800
2026-07-26124.3325
2026-08-02125.1114
2026-08-09125.2645
2026-08-16124.3608
2026-08-24123.7366
2026-08-31124.3380
2026-09-07124.6540
2026-09-14122.8614
2026-09-21123.5180

High

135.5204

Low

122.8614

Average

128.3661

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.