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: show the values
| Point | NIO/UZS |
|---|---|
| 2025-09-26 | 332.3055 |
| 2025-10-03 | 329.3701 |
| 2025-10-10 | 328.6327 |
| 2025-10-17 | 331.9428 |
| 2025-10-24 | 329.4980 |
| 2025-10-31 | 326.0210 |
| 2025-11-07 | 326.7479 |
| 2025-11-14 | 326.1816 |
| 2025-11-21 | 323.1846 |
| 2025-11-28 | 323.1011 |
| 2025-12-05 | 324.7564 |
| 2025-12-13 | 327.8241 |
| 2025-12-20 | 326.8343 |
| 2025-12-27 | 328.2606 |
| 2026-01-03 | 327.4798 |
| 2026-01-10 | 330.2162 |
| 2026-01-17 | 325.7453 |
| 2026-01-24 | 327.8369 |
| 2026-01-31 | 333.1428 |
| 2026-02-07 | 335.4675 |
| 2026-02-14 | 331.6834 |
| 2026-02-21 | 330.8875 |
| 2026-02-28 | 332.1223 |
| 2026-03-07 | 331.6118 |
| 2026-03-14 | 329.1879 |
| 2026-03-21 | 331.4732 |
| 2026-03-28 | 332.3768 |
| 2026-04-04 | 331.8775 |
| 2026-04-11 | 331.0611 |
| 2026-04-18 | 330.4705 |
| 2026-04-25 | 328.0369 |
| 2026-05-02 | 325.5211 |
| 2026-05-09 | 330.5185 |
| 2026-05-17 | 326.8478 |
| 2026-05-25 | 325.9824 |
| 2026-06-01 | 326.5184 |
| 2026-06-10 | 327.5280 |
| 2026-06-17 | 326.7344 |
| 2026-06-24 | 326.4665 |
| 2026-07-01 | 327.1997 |
| 2026-07-08 | 327.5342 |
| 2026-07-15 | 328.4849 |
| 2026-07-22 | 325.7375 |
| 2026-07-29 | 327.7370 |
| 2026-08-05 | 323.8469 |
| 2026-08-12 | 324.1385 |
| 2026-08-20 | 320.1051 |
| 2026-08-27 | 321.5024 |
| 2026-09-03 | 320.6967 |
| 2026-09-10 | 321.2036 |
| 2026-09-17 | 321.2260 |
| 2026-09-24 | 320.7477 |
High
335.4675
Low
320.1051
Average
327.4209
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=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¤cies=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.