Central Bank of Uzbekistan Exchange Rates Today & Official API

Official Central Bank of Uzbekistan rates for 25 Sept 2026: 1 USD = 11830.87 UZS, 1 EUR = 13450.52 UZS. All 74 currencies published, history back to 2015. Free JSON API for tax, audits, and compliant invoicing.

Uzbekistan flagCentral Bank of Uzbekistan: every UZS rate the bank publishes, as JSON. 74 currencies, archive back to 2015, latest table free on every plan. Get your API key.

About Central Bank of Uzbekistan

The Central Bank of the Republic of Uzbekistan sets official som exchange rates for around 75 currencies, used for mandatory accounting and customs valuation in Uzbekistan. The bank publishes rates daily with a full open JSON archive.

Quick start

You need a free API key to run these. Register in under a minute — no card required.

Get a free API key Already registered? Copy your key from the dashboard.

One request for the pair you need — USD to UZS at the official Central Bank of Uzbekistan rate:

curl "https://allratestoday.com/api/v1/central-bank/cbu/latest?source=USD&target=UZS" \
  -H "Authorization: Bearer art_live_your_key"

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/cbu/latest" \
  -H "Authorization: Bearer art_live_your_key"

On paid plans, any historical date or a time series:

curl "https://allratestoday.com/api/v1/central-bank/cbu/history?source=USD&target=UZS&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-25)

Central Bank of Uzbekistan's newest published table, verbatim — the same rows the /latest endpoint returns at this moment. Values are UZS per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

Download history:
Choose currencies: USD
Excel (.xlsx) CSV

One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.

BaseQuoteTypeRate
AED UZS reference 3221.04
AFN UZS reference 182.6
AMD UZS reference 32.59
ARS UZS reference 7.8
AUD UZS reference 8314.74
AZN UZS reference 6959.34
BDT UZS reference 96.15
BHD UZS reference 31381.62
BND UZS reference 9243.59
BRL UZS reference 2287.62
BYN UZS reference 3893.65
CAD UZS reference 8379.99
CHF UZS reference 14297.12
CNY UZS reference 1762.49
CUP UZS reference 492.95
CZK UZS reference 551.38
DKK UZS reference 1799.13
DZD UZS reference 88.36
EGP UZS reference 228.49
EUR UZS reference 13450.52
GBP UZS reference 15643.96
GEL UZS reference 4537.25
HKD UZS reference 1508.52
HUF UZS reference 36.73
IDR UZS reference 0.661
ILS UZS reference 3881.39
INR UZS reference 123.29
IQD UZS reference 9.03
IRR UZS reference 0.009
ISK UZS reference 97.46
JOD UZS reference 16686.7
JPY UZS reference 74.49
KGS UZS reference 135.25
KHR UZS reference 2.91
KRW UZS reference 8.64
KWD UZS reference 38449.37
KZT UZS reference 26.75
LAK UZS reference 0.53
LBP UZS reference 0.13
LYD UZS reference 1849.82
MAD UZS reference 1230.41
MDL UZS reference 664.84
MMK UZS reference 5.63
MNT UZS reference 3.29
MXN UZS reference 673.07
MYR UZS reference 2894.76
NOK UZS reference 1246.5
NZD UZS reference 6706.92
OMR UZS reference 30729.53
PHP UZS reference 188.53
PKR UZS reference 42.7
PLN UZS reference 3070
QAR UZS reference 3245.78
RON UZS reference 2547.94
RSD UZS reference 114.56
RUB UZS reference 139.27
SAR UZS reference 3150.95
SDG UZS reference 19.71
SEK UZS reference 1194.07
SGD UZS reference 9243.59
SYP UZS reference 96.96
THB UZS reference 353.32
TJS UZS reference 1283.87
TMT UZS reference 3380.25
TND UZS reference 3979.97
TRY UZS reference 242.22
UAH UZS reference 262.93
USD UZS reference 11830.87
UYU UZS reference 295.29
VES UZS reference 13.86
VND UZS reference 0.45499999999999996
XDR UZS reference 16107.36
YER UZS reference 50.02
ZAR UZS reference 720

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — cbu-exchange-rate:

npm install cbu-exchange-rate
import { getRate } from 'cbu-exchange-rate';

const pair = await getRate('USD', 'UZS', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

Zero dependencies, TypeScript types included, and it runs anywhere fetch exists — Node 18+, Bun, Deno, and edge runtimes.

Full reference — installation, all four functions, response shapes, error codes: cbu-exchange-rate documentation.

Why use the official Central Bank of Uzbekistan rate?

A market rate is a moving target; the rate Central Bank of Uzbekistan publishes is a fixed, citable figure that stays put once printed — which is why invoicing, customs, audit evidence, and statutory accounting in Uzbekistan lean on it rather than on a live feed. Every response from this API carries the bank's own rate_date, and on days with no publication you get the most recent published table — the one compliance rules tell you to apply.

Pairs the bank doesn't print directly are resolved from its table (inverse or cross via UZS) and explicitly flagged "derived": true — so what the bank printed and what was computed are never confused.

Endpoints

Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a published table locally makes a small quota go far.

Frequently asked questions

Does an exchange rate API exist for Central Bank of Uzbekistan data?

Yes. This endpoint returns Central Bank of Uzbekistan's official daily figures as JSON; the newest table is free on every plan.

How often are the rates updated?

Central Bank of Uzbekistan publishes once per business day; the API ingests each new table shortly after publication (latest: 2026-09-25).

Are these really Central Bank of Uzbekistan's official figures?

Yes. Every value comes from Central Bank of Uzbekistan's own publication and is served unmodified, carrying the bank's publication date; computed pairs are explicitly flagged derived.

Central Bank of Uzbekistan rates, one API key

Latest table on every plan. History back to 2015 on paid plans. No credit card to start.

Get Free API Key Read the Docs