Central Bank of Uzbekistan Exchange Rate API

Official Central Bank of Uzbekistan rates for 10 Sept 2026: 1 USD = 11797.92 UZS, 1 EUR = 13739.86 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-10)

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 3212.33
AFN UZS reference 183.74
AMD UZS reference 32.46
ARS UZS reference 7.8
AUD UZS reference 8520.46
AZN UZS reference 6939.95
BDT UZS reference 95.9
BHD UZS reference 31294.22
BND UZS reference 9336.75
BRL UZS reference 2318.04
BYN UZS reference 3850.5
CAD UZS reference 8566.6
CHF UZS reference 14605
CNY UZS reference 1758.84
CUP UZS reference 491.58
CZK UZS reference 566.69
DKK UZS reference 1838.14
DZD UZS reference 88.73
EGP UZS reference 230.47
EUR UZS reference 13739.86
GBP UZS reference 15999.16
GEL UZS reference 4534.17
HKD UZS reference 1504.4
HUF UZS reference 37.76
IDR UZS reference 0.674
ILS UZS reference 3906.34
INR UZS reference 124.05
IQD UZS reference 9.01
IRR UZS reference 0.009
ISK UZS reference 97.86
JOD UZS reference 16640.23
JPY UZS reference 76.99
KGS UZS reference 134.87
KHR UZS reference 2.91
KRW UZS reference 8.82
KWD UZS reference 38467.3
KZT UZS reference 25.95
LAK UZS reference 0.53
LBP UZS reference 0.13
LYD UZS reference 1865.11
MAD UZS reference 1260.25
MDL UZS reference 682.95
MMK UZS reference 5.62
MNT UZS reference 3.28
MXN UZS reference 697.8
MYR UZS reference 2898.75
NOK UZS reference 1284.81
NZD UZS reference 6900.6
OMR UZS reference 30643.95
PHP UZS reference 188.79
PKR UZS reference 42.55
PLN UZS reference 3184.32
QAR UZS reference 3236.47
RON UZS reference 2614.09
RSD UZS reference 117.06
RUB UZS reference 138
SAR UZS reference 3142.01
SDG UZS reference 19.66
SEK UZS reference 1232.17
SGD UZS reference 9336.75
SYP UZS reference 96.7
THB UZS reference 358.87
TJS UZS reference 1277.52
TMT UZS reference 3370.83
TND UZS reference 4074.57
TRY UZS reference 243.37
UAH UZS reference 264.16
USD UZS reference 11797.92
UYU UZS reference 293.19
VES UZS reference 14.4
VND UZS reference 0.45499999999999996
XDR UZS reference 16194.61
YER UZS reference 49.79
ZAR UZS reference 735.2

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

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