FETCH402
← Protocol index

Resource / 12889

unknown

SEC Quarterly Report (10-Q).

Fetch a parsed 10-Q

Eligibility
unprobeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 1 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 10000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0x54ebFCF3870439B9db62381848c5DabC05c70d5B

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "method": "GET",
  "queryParams": {
    "period": "Period-end date YYYY-MM-DD, or a year (defaults to the latest)",
    "sections": "Comma-separated section keys to include in full, or `all` (default: manifest only)"
  },
  "type": "http"
}
OutputJSON
{
  "properties": {
    "accessionNumber": {
      "type": "string"
    },
    "cik": {
      "type": "string"
    },
    "companyName": {
      "type": "string"
    },
    "filedAt": {
      "format": "date",
      "type": "string"
    },
    "fiscalYear": {
      "type": "integer"
    },
    "form": {
      "enum": [
        "10-K",
        "10-Q",
        "8-K"
      ],
      "type": "string"
    },
    "sections": {
      "additionalProperties": {
        "type": "string"
      },
      "type": "object"
    },
    "ticker": {
      "type": "string"
    },
    "url": {
      "format": "uri",
      "type": "string"
    }
  },
  "required": [
    "cik",
    "ticker",
    "companyName",
    "form",
    "fiscalYear",
    "filedAt",
    "accessionNumber",
    "url",
    "sections"
  ],
  "type": "object"
}