Archrock · JSON Structure

Archrock Investor Relations Api Quarterly Financials Structure

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

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

Properties

year quarter revenue grossMargin ebitda netIncome earningsPerShare dividendPerShare operatingCashFlow capitalExpenditures reportDate

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-quarterly-financials-structure.json",
  "title": "QuarterlyFinancials",
  "type": "object",
  "properties": {
    "year": {
      "type": "integer"
    },
    "quarter": {
      "type": "integer"
    },
    "revenue": {
      "type": "number",
      "description": "Total revenue in millions USD"
    },
    "grossMargin": {
      "type": "number",
      "description": "Gross margin percentage"
    },
    "ebitda": {
      "type": "number",
      "description": "Adjusted EBITDA in millions USD"
    },
    "netIncome": {
      "type": "number",
      "description": "Net income in millions USD"
    },
    "earningsPerShare": {
      "type": "number"
    },
    "dividendPerShare": {
      "type": "number"
    },
    "operatingCashFlow": {
      "type": "number"
    },
    "capitalExpenditures": {
      "type": "number"
    },
    "reportDate": {
      "type": "string",
      "format": "date"
    }
  }
}