---
title: "PetrochemicalPriceIndex"
url: "https://developer.argaam.com/apis/macroeconomic-layer-api-sandbox-v1/versions/e4c9f983-817a-417e-bfa3-115c2b14f8bd/schemas/PetrochemicalPriceIndex"
---

> Full API specification: https://developer.argaam.com/apis/macroeconomic-layer-api-sandbox-v1/versions/e4c9f983-817a-417e-bfa3-115c2b14f8bd.md

# PetrochemicalPriceIndex

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Macroeconomic Layer API
  version: v1.1
servers:
  - url: https://api-sandbox.argaam.com
    description: Argaam API Gateway (Sandbox)
components:
  schemas:
    PetrochemicalPriceIndex:
      type: object
      properties:
        date:
          type: string
          format: date-time
        priceValue:
          type: number
          format: double
          nullable: true
        change:
          type: number
          format: double
          nullable: true
      additionalProperties: false
```
