Arch Coal · JSON Structure

Arch Coal Investor Relations Api Filing Structure

Type: object Properties: 4
MiningCoalMetallurgical CoalThermal CoalEnergyFortune 500

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

Properties

type date title url

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "SEC filing type",
      "enum": [
        "10-K",
        "10-Q",
        "8-K",
        "DEF-14A",
        "SC-13G"
      ],
      "example": "10-K"
    },
    "date": {
      "type": "date",
      "description": "Filing date",
      "example": "2026-02-15"
    },
    "title": {
      "type": "string",
      "description": "Filing title",
      "example": "Annual Report for Fiscal Year 2025"
    },
    "url": {
      "type": "string",
      "description": "URL to SEC EDGAR filing",
      "example": "https://www.sec.gov/cgi-bin/browse-edgar"
    }
  },
  "$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-structure.json",
  "name": "Filing"
}