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

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

# RigCount

## 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:
    RigCount:
      type: object
      properties:
        rigCountID:
          type: integer
          format: int32
        forDate:
          type: string
          format: date-time
        oilRigCount:
          type: number
          format: double
          nullable: true
        regionID:
          type: integer
          format: int32
          nullable: true
        gasRigCount:
          type: number
          format: double
          nullable: true
        misc:
          type: number
          format: double
          nullable: true
        total:
          type: number
          format: double
          nullable: true
        dataFor:
          type: string
          nullable: true
        regionNameAr:
          type: string
          nullable: true
        regionNameEn:
          type: string
          nullable: true
        announceDate:
          type: string
          format: date-time
        close:
          type: number
          format: double
          nullable: true
      additionalProperties: false
```
