---
title: "PetrochemicalPriceIndex"
url: "https://developer.argaam.com/apis/macroeconomic-layer-api-production-v1/versions/eeada0b4-178b-4972-8713-f497c9940530/schemas/PetrochemicalPriceIndex"
---

> Full API specification: https://developer.argaam.com/apis/macroeconomic-layer-api-production-v1/versions/eeada0b4-178b-4972-8713-f497c9940530.md

# PetrochemicalPriceIndex

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Macroeconomic Layer API
  version: v1.1
servers:
  - url: https://api.argaam.com
    description: Argaam API Gateway (Production)
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
```
