Start date (yyyy-MM-dd). Default: yesterday.
Example:2024-01-01
End date (yyyy-MM-dd). Default: today.
Example:2024-03-31
Returns end-of-day archive prices for the supplied commodity
across the requested date window.
GET /api/v1.1/commodities/1/quotes/regular/history?from=2024-01-01&to=2024-01-31
Start date (yyyy-MM-dd). Default: yesterday.
Example:2024-01-01
End date (yyyy-MM-dd). Default: today.
Example:2024-03-31
Commodity identifier (e.g., 1 for Brent).
Success
Returns the historical series for the commodity identified by commodityId.
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
Numeric commodity identifier. Use GET /api/v1.1/commodities for valid values.
Success
Returns chartered / spot shipping prices. Useful for
landed-cost analysis when modeling regional trade flows.
GET /api/v1.1/commodities/1/shipping?from=2024-01-01&to=2024-01-31
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
Numeric commodity identifier. Use GET /api/v1.1/commodities for valid values.
Success
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