Home Documentation Central Bank Rates Tax Authority Rates Playground Pricing API Status Blog About FAQ Contact Us

Central Bank of Uzbekistan Exchange Rate API

Official Central Bank of Uzbekistan (Uzbekistan) daily exchange rates as JSON: 74 currencies, history back to 2015. The published UZS rates required for tax, audits, and compliant invoicing.

Uzbekistan flagCentral Bank of Uzbekistan official daily exchange rates as JSON: 74 currencies against the UZS, history back to 2015. Latest table 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-08-12)

The most recent table as published by Central Bank of Uzbekistan โ€” exactly what the /latest endpoint returns right now. Values are UZS per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

BaseQuoteTypeRate
AED UZS reference 3237.21
AFN UZS reference 182.22
AMD UZS reference 32.53
ARS UZS reference 7.94
AUD UZS reference 8395.49
AZN UZS reference 6994.09
BDT UZS reference 96.31
BHD UZS reference 31529.97
BND UZS reference 9286.12
BRL UZS reference 2328.21
BYN UZS reference 4010.51
CAD UZS reference 8529.38
CHF UZS reference 14660.85
CNY UZS reference 1762.7
CUP UZS reference 495.41
CZK UZS reference 565.73
DKK UZS reference 1834.81
DZD UZS reference 89.47
EGP UZS reference 236.63
EUR UZS reference 13717.44
GBP UZS reference 16044.3
GEL UZS reference 4541.62
HKD UZS reference 1515.36
HUF UZS reference 37.63
IDR UZS reference 0.667
ILS UZS reference 3960.41
INR UZS reference 124.58
IQD UZS reference 9.08
IRR UZS reference 0.009
ISK UZS reference 96.46
JOD UZS reference 16770.03
JPY UZS reference 74.66
KGS UZS reference 135.92
KHR UZS reference 2.93
KRW UZS reference 8.41
KWD UZS reference 38716.87
KZT UZS reference 25.51
LAK UZS reference 0.53
LBP UZS reference 0.13
LYD UZS reference 1864.36
MAD UZS reference 1277.83
MDL UZS reference 684.51
MMK UZS reference 5.66
MNT UZS reference 3.31
MXN UZS reference 694.2
MYR UZS reference 2905.3
NOK UZS reference 1250.32
NZD UZS reference 6986.53
OMR UZS reference 30882.99
PHP UZS reference 194.32
PKR UZS reference 42.84
PLN UZS reference 3192.1
QAR UZS reference 3261.27
RON UZS reference 2617.32
RSD UZS reference 116.88
RUB UZS reference 143.93
SAR UZS reference 3166.6
SDG UZS reference 19.81
SEK UZS reference 1250.55
SGD UZS reference 9286.12
SYP UZS reference 97.46
THB UZS reference 359
TJS UZS reference 1290.28
TMT UZS reference 3397.13
TND UZS reference 4072.74
TRY UZS reference 249.07
UAH UZS reference 265.08
USD UZS reference 11889.95
UYU UZS reference 295.29
VES UZS reference 15.64
VND UZS reference 0.45499999999999996
XDR UZS reference 16252.69
YER UZS reference 50.13
ZAR UZS reference 734.14

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.

Why use the official Central Bank of Uzbekistan rate?

Live market rates move continuously, but tax filings, customs declarations, audits, and statutory accounting in Uzbekistan and beyond typically require the official rate published by Central Bank of Uzbekistan for a given date โ€” a fixed, citable number that never changes after publication. This API serves those published tables with the bank's own rate_date on every response; weekends and holidays return the most recent published date, which is the rate compliance rules require 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

Is there an API for Central Bank of Uzbekistan exchange rates?

Yes โ€” this one. Official daily UZS rates as clean JSON, latest table on every plan including free.

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-08-12).

Are these the official rates?

Yes โ€” ingested from Central Bank of Uzbekistan's own published data, served unmodified with the bank's publication date. Anything computed rather than published is 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