Archrock · Schema

SecFilingList

Natural GasCompression ServicesOil And GasEnergyIndustrialNYSE: AROC

Properties

Name Type Description
total integer
offset integer
limit integer
filings array
View JSON Schema on GitHub

JSON Schema

archrock-investor-relations-api-sec-filing-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/archrock/refs/heads/main/json-schema/archrock-investor-relations-api-sec-filing-list-schema.json",
  "title": "SecFilingList",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer"
    },
    "offset": {
      "type": "integer"
    },
    "limit": {
      "type": "integer"
    },
    "filings": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {},
          "type": {},
          "filingDate": {},
          "periodOfReport": {},
          "description": {},
          "secUrl": {},
          "documentUrl": {}
        }
      }
    }
  }
}