Success
List prices
Returns the prices available on this layer.
Response
200 application/json
Response
Authentication
Latest price for a specific material.
Single-material variant of /prices. Returns the most
recent quote plus daily change.
Example
GET /api/v1.1/consumer-goods/42/prices
Path Parameters
Material ID from /.
Response
200 application/json
Response
Success
Authentication
Path Parameters
Historical prices for a specific material.
Time series for trend analysis. Returns end-of-day archive
prices over the requested window.
Example
GET /api/v1.1/consumer-goods/42/prices/history?from=2023-01-01&to=2023-12-31
Query Parameters
Start date (yyyy-MM-dd). Defaults to yesterday.
Example:2024-01-01
End date (yyyy-MM-dd). Defaults to today.
Example:2024-03-31
Path Parameters
Material ID.
Response
200 application/json
Response
Material name and a list of date/price observations for the requested window.
ConsumerGoodPriceHistoryResponse
Price history for a single material.
A single date-price observation in a history series.
Show Child Parameters
Authentication
Path Parameters
Query Parameters
List all indicator groups.
Returns the catalogue of groups (e.g., Saudi GDP, UAE
inflation, GCC monetary aggregates). Each entry includes
id, name (Ar/En), country, frequency, and field count.
Example
GET /api/v1.1/indicators/groups
Response
200
Response
Success
Authentication
Get fields for a group
Returns the fields for the group identified by groupId.
Path Parameters
Economic indicator group identifier.
Response
200
Response
Success