FETCH402
← Protocol index

Resource / 13242

unknown

Unnamed resource.

Recent earnings announcements from SEC EDGAR Form 8-K filings. Search by company or get all earnings in past N days.

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

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": {
    "days": "7",
    "ticker": ""
  },
  "schema": {
    "properties": {
      "days": {
        "description": "Lookback days (1-30, default: 7)",
        "type": "integer"
      },
      "ticker": {
        "description": "Optional: filter by ticker (e.g. AAPL)",
        "type": "string"
      }
    },
    "required": []
  },
  "type": "http"
}
OutputJSON
{
  "example": {
    "count": 42,
    "earnings_reports": [
      {
        "cik": "320193",
        "company": "APPLE INC",
        "filed_date": "2024-10-31",
        "period": "2024-09-28"
      }
    ],
    "period_days": 7,
    "source": "SEC EDGAR 8-K Filings",
    "success": true
  }
}