Central Bank of Uzbekistan Exchange Rate API

Official Central Bank of Uzbekistan rates for 4 Sept 2026: 1 USD = 11795.00 UZS, 1 EUR = 13698.71 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

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-04)

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 3211.18
AFN UZS reference 182.47
AMD UZS reference 32.49
ARS UZS reference 7.81
AUD UZS reference 8482.96
AZN UZS reference 6938.24
BDT UZS reference 95.97
BHD UZS reference 31286.47
BND UZS reference 9302.05
BRL UZS reference 2317.79
BYN UZS reference 3819.62
CAD UZS reference 8550.82
CHF UZS reference 14585.14
CNY UZS reference 1755.44
CUP UZS reference 491.46
CZK UZS reference 565.65
DKK UZS reference 1832.43
DZD UZS reference 88.51
EGP UZS reference 231.59
EUR UZS reference 13698.71
GBP UZS reference 15917.35
GEL UZS reference 4514.83
HKD UZS reference 1504.16
HUF UZS reference 37.29
IDR UZS reference 0.6679999999999999
ILS UZS reference 3905.11
INR UZS reference 124.83
IQD UZS reference 9
IRR UZS reference 0.009
ISK UZS reference 97.42
JOD UZS reference 16636.11
JPY UZS reference 75.56
KGS UZS reference 134.84
KHR UZS reference 2.92
KRW UZS reference 8.69
KWD UZS reference 38420.2
KZT UZS reference 25.83
LAK UZS reference 0.53
LBP UZS reference 0.13
LYD UZS reference 1858.12
MAD UZS reference 1260.06
MDL UZS reference 681.4
MMK UZS reference 5.62
MNT UZS reference 3.28
MXN UZS reference 693.57
MYR UZS reference 2918.47
NOK UZS reference 1268.35
NZD UZS reference 6924.84
OMR UZS reference 30636.36
PHP UZS reference 188.66
PKR UZS reference 42.53
PLN UZS reference 3166.02
QAR UZS reference 3235.67
RON UZS reference 2607.49
RSD UZS reference 116.71
RUB UZS reference 135.8
SAR UZS reference 3141.15
SDG UZS reference 19.65
SEK UZS reference 1231.6
SGD UZS reference 9302.05
SYP UZS reference 96.66
THB UZS reference 357.59
TJS UZS reference 1275.14
TMT UZS reference 3370
TND UZS reference 4054.1
TRY UZS reference 244.13
UAH UZS reference 264.11
USD UZS reference 11795
UYU UZS reference 293.01
VES UZS reference 14.67
VND UZS reference 0.45199999999999996
XDR UZS reference 16127.84
YER UZS reference 49.78
ZAR UZS reference 735.27

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-04).

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