Success
Latest value of the Argaam Petrochemical Price Index.
Returns the current index level plus daily / weekly / monthly
changes. Drop into a header ticker on a sector dashboard.
Example
GET /api/v1.1/petrochemicals/index
Response
200 application/json
Response
Authentication
Historical values of the Argaam Petrochemical Price Index.
Daily index history for the supplied window. Use for trend
charts and rolling-window analytics.
Example
GET /api/v1.1/petrochemicals/index/history?from=2023-01-01&to=2023-12-31
Query Parameters
Start date (yyyy-MM-dd).
Example:2024-01-01
End date (yyyy-MM-dd).
Example:2024-03-31
Response
200 application/json
Response
Success
Authentication
Query Parameters
List products
Returns the products available on this layer.
Response
200 application/json
Response
Success
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