Latest gold
Retrieve the newest EXDZ 18K, 21K and 24K gold references per gram in Algerian dinar.
GET
/v1/gold/latestReturns one latest gold record with all supported karats. This endpoint has no query parameters.
Example request
curlLatest gold
curl "https://api.exchangedz.com/v1/gold/latest" \
-H "Authorization: Bearer $EXDZ_API_KEY" Response
json200 OK
{
"data": {
"date": "2026-08-24",
"quote": "DZD",
"unit": "gram",
"prices": {
"18k": 26422.50,
"21k": 30826.25,
"24k": 35230
},
"source": "yahoo-finance-gc-f",
"updatedAt": "2026-08-24T07:02:18.000Z"
},
"meta": {
"requestId": "req_01J6EXDZ...",
"count": 1,
"quote": "DZD",
"unit": "gram"
}
}