Bank of Algeria Exchange Rate API

Official Bank of Algeria (Algeria) daily exchange rates as JSON: 18 currencies, history back to 2000. The published DZD rates required for tax, audits, and compliant invoicing.

Algeria flagBank of Algeria official daily exchange rates as JSON: 18 currencies against the DZD, history back to 2000. Latest table on every plan. Get your API key.

About Bank of Algeria

The Bank of Algeria publishes daily interbank exchange-rate fixings for the Algerian dinar — 18 currencies including the SDR, quoted each business day (Sunday to Thursday). It is the official rate series for Algeria's managed dinar, and the bank's historical workbook carries the daily series back to 2000.

Quick start

One request for the pair you need — USD to DZD at the official Bank of Algeria rate:

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

Or the bank's full published table:

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

Latest published rates (2026-08-21)

The most recent table as published by Bank of Algeria — exactly what the /latest endpoint returns right now. Values are DZD 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 DZD reference 36.1711
CAD DZD reference 96.5202
CHF DZD reference 166.0259
CNY DZD reference 19.7668
DKK DZD reference 20.7722
EUR DZD reference 155.0773
GBP DZD reference 181.2355
JPY DZD reference 0.836375
KWD DZD reference 433.0745
LYD DZD reference 20.9757
MAD DZD reference 14.3301
MRU DZD reference 3.3212
NOK DZD reference 14.2449
SAR DZD reference 35.3812
SEK DZD reference 14.0276
TND DZD reference 45.686
USD DZD reference 132.8456
XDR DZD reference 182.5264

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — bank-of-algeria-exchange-rate:

npm install bank-of-algeria-exchange-rate
import { getRate } from 'bank-of-algeria-exchange-rate';

const pair = await getRate('USD', 'DZD', { 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 Bank of Algeria rate?

Live market rates move continuously, but tax filings, customs declarations, audits, and statutory accounting in Algeria and beyond typically require the official rate published by Bank of Algeria 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 DZD) 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 Bank of Algeria exchange rates?

Yes — this one. Official daily DZD rates as clean JSON, latest table on every plan including free.

How often are the rates updated?

Bank of Algeria publishes once per business day; the API ingests each new table shortly after publication (latest: 2026-08-21).

Are these the official rates?

Yes — ingested from Bank of Algeria's own published data, served unmodified with the bank's publication date. Anything computed rather than published is flagged derived.

Bank of Algeria rates, one API key

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

Get Free API Key Read the Docs