Success
Latest quotes for "regular" actively-traded commodities.
Refreshed continuously during market hours. Use this endpoint
for trading screens and price tickers.
Example
GET /api/v1.1/commodities/quotes/regular
Response
200 application/json
Response
Authentication
Historical quotes for a "regular" commodity.
Returns end-of-day archive prices for the supplied commodity
across the requested date window.
Example
GET /api/v1.1/commodities/1/quotes/regular/history?from=2024-01-01&to=2024-01-31
Query Parameters
Start date (yyyy-MM-dd). Default: yesterday.
Example:2024-01-01
End date (yyyy-MM-dd). Default: today.
Example:2024-03-31
Path Parameters
Commodity identifier (e.g., 1 for Brent).
Response
200 application/json
Response
Success
Authentication
Path Parameters
Query Parameters
Get historical series for a commodity
Returns the historical series for the commodity identified by commodityId.
Bound the result with the from and to date parameters.
Query 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
Path Parameters
Numeric commodity identifier. Use GET /api/v1.1/commodities for valid values.
Response
200 application/json
Response
Success
Authentication
Path Parameters
Query Parameters
Shipping rates / freight prices for a commodity.
Returns chartered / spot shipping prices. Useful for
landed-cost analysis when modeling regional trade flows.
Example
GET /api/v1.1/commodities/1/shipping?from=2024-01-01&to=2024-01-31
Query 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
Path Parameters
Numeric commodity identifier. Use GET /api/v1.1/commodities for valid values.
Response
200 application/json
Response
Success
Authentication
Path Parameters
Query Parameters
List refining margins
Returns the refining margins available on this layer.
Bound the result with the from and to date parameters.
Query 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
Response
200 application/json
Response
Success