Skip to content

NIO to UZS exchange rate API

Cordoba Oro to Uzbekistan Sum · quoted 2026-09-26

321.6942

▼ +3.19% over 1Y

1 NIO = 321.6942 UZS · 1 UZS = 0.003109 NIO · Get this rate via the API

1 NIO buys 321.6942 UZS as of 2026-09-26, so 1 UZS buys 0.003109 NIO. Over the last year, NIO/UZS traded between 320.1051 and 335.4675, averaged 327.4209 and fell 3.19%. The API holds daily NIO/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/UZS over 1Y

NIO/UZS over 1Y: show the values
PointNIO/UZS
2025-09-26332.3055
2025-10-03329.3701
2025-10-10328.6327
2025-10-17331.9428
2025-10-24329.4980
2025-10-31326.0210
2025-11-07326.7479
2025-11-14326.1816
2025-11-21323.1846
2025-11-28323.1011
2025-12-05324.7564
2025-12-13327.8241
2025-12-20326.8343
2025-12-27328.2606
2026-01-03327.4798
2026-01-10330.2162
2026-01-17325.7453
2026-01-24327.8369
2026-01-31333.1428
2026-02-07335.4675
2026-02-14331.6834
2026-02-21330.8875
2026-02-28332.1223
2026-03-07331.6118
2026-03-14329.1879
2026-03-21331.4732
2026-03-28332.3768
2026-04-04331.8775
2026-04-11331.0611
2026-04-18330.4705
2026-04-25328.0369
2026-05-02325.5211
2026-05-09330.5185
2026-05-17326.8478
2026-05-25325.9824
2026-06-01326.5184
2026-06-10327.5280
2026-06-17326.7344
2026-06-24326.4665
2026-07-01327.1997
2026-07-08327.5342
2026-07-15328.4849
2026-07-22325.7375
2026-07-29327.7370
2026-08-05323.8469
2026-08-12324.1385
2026-08-20320.1051
2026-08-27321.5024
2026-09-03320.6967
2026-09-10321.2036
2026-09-17321.2260
2026-09-24320.7477

High

335.4675

Low

320.1051

Average

327.4209

For developers

Get this rate via the API

One GET request returns the NIO/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=NIO&currencies=UZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&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=NIO&currencies=UZS").json()

Replace YOUR_API_KEY with the key from your dashboard.

NIO/UZS API questions

How do I get the NIO/UZS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/UZS rate in rates.UZS.

How far back does NIO/UZS historical data go?

Daily NIO/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 NIO/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.