Algeria market data, built for production.
Use one predictable JSON API for DZD exchange rates, localized asset metadata and Algeria gold references. Start with a Bearer key and make your first request in minutes.
Service status
Authenticated v1 requests are available over HTTPS.
Dates use ISO 8601 and rates are quoted against DZD.
Your first request
Put your key in an environment variable, then request the latest EUR parallel-market rate.
curl "https://api.exchangedz.com/v1/rates/latest?currency=EUR&source=parallel" \
-H "Authorization: Bearer $EXDZ_API_KEY" {
"data": [
{
"currency": "EUR",
"names": { "en": "Euro", "fr": "Euro", "ar": "يورو" },
"type": "currency",
"source": "parallel",
"quote": "DZD",
"buy": 274.67,
"sell": 277.17,
"updatedAt": "2026-08-24T00:00:00.000Z"
}
],
"meta": {
"requestId": "req_01J6EXDZ...",
"count": 1,
"source": "parallel",
"quote": "DZD",
"currencies": ["EUR"]
}
} Every response includes a request ID. Authenticated responses also expose burst and monthly quota headers.
Available data
Choose the smallest endpoint that answers your question. This keeps payloads and quota usage easy to reason about.
Latest rates
Current parallel, official or transfer quotes for up to 25 assets.
Rate history
Cursor-paginated daily observations across a maximum 366-day window.
Asset directory
Symbols, localized names and asset types for your product interface.
Market premium
Compare matched latest parallel and official observations in DZD and percent.
Gold references
Latest and historical 18K, 21K and 24K per-gram DZD references.