Central Bank of the UAE Exchange Rates Today & Official API

Official Central Bank of the UAE rates for 25 Sept 2026: 1 USD = 3.6725 AED, 1 EUR = 4.1866 AED. All 75 currencies published, history back to 2019. Free JSON API for tax, audits, and compliant invoicing.

United Arab Emirates flagCentral Bank of the UAE: every AED rate the bank publishes, as JSON. 75 currencies, archive back to 2019, latest table free on every plan. Get your API key.

About Central Bank of the UAE

The Central Bank of the UAE publishes daily dirham exchange rates for over 70 currencies. With the dirham pegged to the US dollar since 1997, these official rates are the reference for UAE customs, VAT and corporate-tax conversion.

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 AED at the official Central Bank of the UAE rate:

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

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/cbuae/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/cbuae/history?source=USD&target=AED&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-25)

Central Bank of the UAE's newest published table, verbatim — the same rows the /latest endpoint returns at this moment. Values are AED 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
ARS AED reference 0.002414
AUD AED reference 2.580453
AZN AED reference 2.160294
BDT AED reference 0.029846
BGN AED reference 2.205706
BHD AED reference 9.741896
BND AED reference 2.875431
BRL AED reference 0.707025
BWP AED reference 0.269662
BYN AED reference 1.213929
CAD AED reference 2.596875
CHF AED reference 4.430571
CLP AED reference 0.003802
CNH AED reference 0.546105
CNY AED reference 0.547048
COP AED reference 0.001106
CZK AED reference 0.171934
DKK AED reference 0.560063
DZD AED reference 0.027459
EGP AED reference 0.070939
ETB AED reference 0.022638
EUR AED reference 4.186617
GBP AED reference 4.866062
HKD AED reference 0.468186
HUF AED reference 0.011454
IDR AED reference 0.000205
ILS AED reference 1.205323
INR AED reference 0.038328
IQD AED reference 0.002803
ISK AED reference 0.030513
JOD AED reference 5.179831
JPY AED reference 0.023374
KES AED reference 0.028359
KRW AED reference 0.002708
KWD AED reference 11.935327
KZT AED reference 0.008294
LKR AED reference 0.01112
LYD AED reference 0.574403
MAD AED reference 0.382313
MKD AED reference 0.067896
MUR AED reference 0.077267
MXN AED reference 0.206877
MYR AED reference 0.901448
NGN AED reference 0.002766
NOK AED reference 0.386534
NPR AED reference 0.023955
NZD AED reference 2.080265
OMR AED reference 9.538713
PEN AED reference 1.07638
PHP AED reference 0.058776
PKR AED reference 0.013253
PLN AED reference 0.956829
QAR AED reference 1.007987
RON AED reference 0.793299
RSD AED reference 0.035652
RUB AED reference 0.043616
SAR AED reference 0.978186
SDG AED reference 0.006119
SEK AED reference 0.370596
SGD AED reference 2.87498
SYP AED reference 0.030098
THB AED reference 0.109856
TMT AED reference 1.049286
TND AED reference 1.246563
TRY AED reference 0.075002
TTD AED reference 0.539931
TWD AED reference 0.115644
TZS AED reference 0.001388
UGX AED reference 0.000938
USD AED reference 3.6725
UZS AED reference 0.000311
VND AED reference 0.000141
YER AED reference 0.015526
ZAR AED reference 0.224685
ZMW AED reference 0.18906

Node.js / TypeScript client

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

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

const pair = await getRate('USD', 'AED', { 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: cbuae-exchange-rate documentation.

Why use the official Central Bank of the UAE rate?

A market rate is a moving target; the rate Central Bank of the UAE publishes is a fixed, citable figure that stays put once printed — which is why invoicing, customs, audit evidence, and statutory accounting in United Arab Emirates 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 AED) 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 the UAE data?

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

How often are the rates updated?

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

Are these really Central Bank of the UAE's official figures?

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

Central Bank of the UAE rates, one API key

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

Get Free API Key Read the Docs