Archrock · JSON Structure

Archrock Investor Relations Api Fleet Statistics Structure

Type: object Properties: 9
Natural GasCompression ServicesOil And GasEnergyIndustrialNYSE: AROC

Archrock Investor Relations Api Fleet Statistics Structure is a JSON Structure definition published by Archrock, describing 9 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

year quarter totalHorsepower activeHorsepower utilizationRate averageHorsepowerPerUnit totalUnits newUnitDeployments unitRetirements

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/archrock/refs/heads/main/json-structure/archrock-investor-relations-api-fleet-statistics-structure.json",
  "title": "FleetStatistics",
  "type": "object",
  "properties": {
    "year": {
      "type": "integer"
    },
    "quarter": {
      "type": "integer"
    },
    "totalHorsepower": {
      "type": "integer",
      "description": "Total fleet horsepower"
    },
    "activeHorsepower": {
      "type": "integer",
      "description": "Active fleet horsepower"
    },
    "utilizationRate": {
      "type": "number",
      "description": "Fleet utilization rate as percentage"
    },
    "averageHorsepowerPerUnit": {
      "type": "number"
    },
    "totalUnits": {
      "type": "integer"
    },
    "newUnitDeployments": {
      "type": "integer"
    },
    "unitRetirements": {
      "type": "integer"
    }
  }
}