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

Central Bank of the UAE Exchange Rate API

Official Central Bank of the UAE (United Arab Emirates) daily exchange rates as JSON: 75 currencies, history back to 2019. The published AED rates required for tax, audits, and compliant invoicing.

United Arab Emirates flagCentral Bank of the UAE official daily exchange rates as JSON: 75 currencies against the AED, history back to 2019. Latest table 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

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-08-11)

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

Download this table: Excel (.xlsx) CSV

BaseQuoteTypeRate
ARS AED reference 0.002459
AUD AED reference 2.595406
AZN AED reference 2.160294
BDT AED reference 0.029749
BGN AED reference 2.205706
BHD AED reference 9.740088
BND AED reference 2.868916
BRL AED reference 0.718548
BWP AED reference 0.272609
BYN AED reference 1.238743
CAD AED reference 2.635072
CHF AED reference 4.531154
CLP AED reference 0.004019
CNH AED reference 0.544389
CNY AED reference 0.544453
COP AED reference 0.001177
CZK AED reference 0.174856
DKK AED reference 0.567006
DZD AED reference 0.027616
EGP AED reference 0.073187
ETB AED reference 0.02286
EUR AED reference 4.238804
GBP AED reference 4.958148
HKD AED reference 0.468049
HUF AED reference 0.011634
IDR AED reference 0.000206
ILS AED reference 1.225883
INR AED reference 0.03848
IQD AED reference 0.002803
ISK AED reference 0.02985
JOD AED reference 5.179831
JPY AED reference 0.023061
KES AED reference 0.028403
KRW AED reference 0.002601
KWD AED reference 11.958645
KZT AED reference 0.007873
LKR AED reference 0.01098
LYD AED reference 0.577101
MAD AED reference 0.394774
MKD AED reference 0.068864
MUR AED reference 0.078072
MXN AED reference 0.214572
MYR AED reference 0.897373
NGN AED reference 0.002695
NOK AED reference 0.386445
NPR AED reference 0.024049
NZD AED reference 2.16093
OMR AED reference 9.538466
PEN AED reference 1.088729
PHP AED reference 0.060042
PKR AED reference 0.01323
PLN AED reference 0.985985
QAR AED reference 1.007323
RON AED reference 0.808885
RSD AED reference 0.036132
RUB AED reference 0.044456
SAR AED reference 0.978081
SDG AED reference 0.006119
SEK AED reference 0.386494
SGD AED reference 2.868692
SYP AED reference 0.03009
THB AED reference 0.110885
TMT AED reference 1.049286
TND AED reference 1.258352
TRY AED reference 0.076992
TTD AED reference 0.541507
TWD AED reference 0.113936
TZS AED reference 0.001383
UGX AED reference 0.000986
USD AED reference 3.6725
UZS AED reference 0.000309
VND AED reference 0.000141
YER AED reference 0.015483
ZAR AED reference 0.226866
ZMW AED reference 0.1961

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.

Why use the official Central Bank of the UAE rate?

Live market rates move continuously, but tax filings, customs declarations, audits, and statutory accounting in United Arab Emirates and beyond typically require the official rate published by Central Bank of the UAE 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 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

Is there an API for Central Bank of the UAE exchange rates?

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

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

Are these the official rates?

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