Archrock · Example Payload

Archrock Investor Relations Api Quarterly Financials Example

Natural GasCompression ServicesOil And GasEnergyIndustrialNYSE: AROC

Archrock Investor Relations Api Quarterly Financials Example is an example object payload from Archrock, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

$schemaexample

Example Payload

Raw ↑
{
  "$schema": "https://raw.githubusercontent.com/api-evangelist/archrock/refs/heads/main/json-schema/archrock-investor-relations-api-quarterly-financials-schema.json",
  "example": {
    "year": 42,
    "quarter": 42,
    "revenue": 1.0,
    "grossMargin": 1.0,
    "ebitda": 1.0,
    "netIncome": 1.0,
    "earningsPerShare": 1.0,
    "dividendPerShare": 1.0,
    "operatingCashFlow": 1.0,
    "capitalExpenditures": 1.0,
    "reportDate": "2026-01-01"
  }
}