biquote
Home/Forex/USDUZS
FOREX · Forex

USDUZS

US Dollar vs Uzbekistan Som
11,818
Market closed · last price 2d ago
Last 24 hours
Bid
11,685
Ask
11,951
Day High
11,695
Day Low
11,685

USDUZS key statistics

1 week
-1.20%
1 month
-1.58%
52w high
12,997.00
52w low
11,768.00
Avg daily range
+0.10%
History from
28 Oct 2024

Highs and lows are taken from 261 daily bars — the high was set on 18 Feb 2025 and the low on 26 Nov 2025. USDUZS is quoted to 5 decimal places, minimum tick 0.00001, spread at last quote 266.00000, quoted in USD on FOREX, sourced from MetaTrader 5 (Broker 1).

USDUZS daily history

DateOpenHighLowCloseChange
09 Sept 202611,828.0011,828.0011,818.0011,818.00-0.08%
01 Sept 202611,818.0011,818.0011,818.0011,818.00+0.00%
28 Aug 202611,813.0011,825.0011,813.0011,825.00+0.10%
26 Aug 202611,828.0011,828.0011,828.0011,828.00+0.00%
14 Aug 202611,953.0011,953.0011,953.0011,953.00+0.00%
12 Aug 202611,962.0011,962.0011,962.0011,962.00+0.00%
11 Aug 202611,932.0011,932.0011,917.0011,917.00-0.13%
07 Aug 202611,955.0011,955.0011,955.0011,955.00+0.00%
21 Jul 202611,998.0011,998.0011,998.0011,998.00+0.00%
14 Jul 202612,048.0012,048.0012,048.0012,048.00+0.00%

USDUZS API access

US Dollar vs Uzbekistan Som prices are available over REST and WebSocket with no API key and no signup. Rate limit is 15,000 requests per minute per IP.

curl
curl "https://biquote.io/api/USDUZS"
Python
import requests

r = requests.get("https://biquote.io/api/USDUZS")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])
JavaScript
const r = await fetch("https://biquote.io/api/USDUZS");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);
WebSocket
// SignalR hub — pushes every tick for USDUZS
const conn = new signalR.HubConnectionBuilder()
  .withUrl("https://biquote.io/hubs/tick")
  .build();
conn.on("ReceiveTick", t => console.log(t.symbol, t.mid));
await conn.start();
await conn.invoke("Subscribe", "USDUZS");

Also available for USDUZS: daily candles, hourly candles · full API documentation

More forex instruments

USDUZS Live Rate — US Dollar vs Uzbekistan Som Price and Chart | biquote