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