Arch Coal · JSON Structure

Arch Coal Investor Relations Api Filing List Structure

Type: object Properties: 2
MiningCoalMetallurgical CoalThermal CoalEnergyFortune 500

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

Properties

filings totalCount

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "filings": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "type": {},
          "date": {},
          "title": {},
          "url": {}
        }
      }
    },
    "totalCount": {
      "type": "int32",
      "description": "Total number of filings",
      "example": 25
    }
  },
  "$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-filing-list-structure.json",
  "name": "FilingList"
}