Start of the date range, inclusive. Format YYYY-MM-DD.
Example:2024-01-01
End of the date range, inclusive. Format YYYY-MM-DD.
Example:2024-03-31
Returns the refining margins available on this layer.
Bound the result with the from and to date parameters.
Start of the date range, inclusive. Format YYYY-MM-DD.
Example:2024-01-01
End of the date range, inclusive. Format YYYY-MM-DD.
Example:2024-03-31
Success
Returns the full taxonomy: material id, name (Ar/En),
category (food, beverages, building, fuel, etc.), unit, and
reference region.
GET /api/v1.1/consumer-goods
Success
Returns the prices available on this layer.
Success
Single-material variant of /prices. Returns the most
recent quote plus daily change.
GET /api/v1.1/consumer-goods/42/prices
Material ID from /.
Success
Time series for trend analysis. Returns end-of-day archive
prices over the requested window.
GET /api/v1.1/consumer-goods/42/prices/history?from=2023-01-01&to=2023-12-31
Start date (yyyy-MM-dd). Defaults to yesterday.
Example:2024-01-01
End date (yyyy-MM-dd). Defaults to today.
Example:2024-03-31
Material ID.
Material name and a list of date/price observations for the requested window.
Price history for a single material.
A single date-price observation in a history series.