Success
List products
Returns the products available on this layer.
Response
200 application/json
Response
Authentication
Latest prices for a petrochemical product (rolling window).
Returns prices observed during the requested rolling period
(1D, 1W, 1M, 3M, 1Y, MAX).
Example
GET /api/v1.1/petrochemicals/products/12/prices?regionId=1&period=1M
Query Parameters
Region ID. Defaults to Asia (1).
Example:1
Rolling window. Default: 1M. Defaults to 1M.
Default:1M
Example:year
Path Parameters
Product ID from /products.
Response
200 application/json
Response
Success
Authentication
Path Parameters
Query Parameters
Historical prices for a petrochemical product (custom date range).
Like /products/{id}/prices but takes an explicit
from/to window for arbitrary historical analysis.
Example
GET /api/v1.1/petrochemicals/products/12/prices/history?regionId=1&from=2023-01-01&to=2023-12-31
Query Parameters
Numeric region identifier.
Example:1
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 petrochemical product identifier.
Response
200 application/json
Response
Success
Authentication
Path Parameters
Query Parameters
Active rig counts for a region as of a date.
Rig counts are a classic leading indicator for upstream
oil & gas activity, and a useful sentiment proxy for
mid-stream and downstream sectors.
Example
GET /api/v1.1/petrochemicals/rig-counts?regionId=4&asOf=2024-01-15
Query Parameters
Region ID.
Example:1
As-of date (yyyy-MM-dd).
Example:2024-01-15
Response
200 application/json
Response
Success