Arch Coal · JSON Structure

Arch Coal Investor Relations Api Earnings Report Structure

Type: object Properties: 6
MiningCoalMetallurgical CoalThermal CoalEnergyFortune 500

EarningsReport is a JSON Structure definition published by Arch Coal, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

year quarter revenue ebitda netIncome earningsPerShare

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "year": {
      "type": "int32",
      "description": "Fiscal year",
      "example": 2025
    },
    "quarter": {
      "type": "int32",
      "description": "Quarter (null for annual)",
      "example": 4
    },
    "revenue": {
      "type": "int32",
      "description": "Total revenue in USD",
      "example": 782000000
    },
    "ebitda": {
      "type": "int32",
      "description": "Adjusted EBITDA in USD",
      "example": 245000000
    },
    "netIncome": {
      "type": "int32",
      "description": "Net income in USD",
      "example": 198000000
    },
    "earningsPerShare": {
      "type": "double",
      "description": "Diluted earnings per share in USD",
      "example": 12.45
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/arch-coal/refs/heads/main/json-structure/arch-coal-investor-relations-api-earnings-report-structure.json",
  "name": "EarningsReport"
}