{
  "x402Version": 2,
  "id": 14335,
  "slug": "14335",
  "resource": "https://market.memoryapi.org/x402/market/earnings",
  "description": "Recent earnings announcements from SEC EDGAR Form 8-K filings. Search by company or get all earnings in past N days.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "description": "SEC EDGAR Form 8-K earnings announcements. Default shows earnings from the past 7 days. Filter by ticker for specific company.",
        "iconUrl": "https://memoryapi.org/icon.png",
        "input": {
          "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"
        },
        "output": {
          "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
          }
        },
        "serviceName": "MemoryAPI Market",
        "tags": [
          "finance",
          "stocks",
          "crypto",
          "market"
        ]
      },
      "schema": {
        "properties": {
          "input": {
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              }
            },
            "required": [
              "method"
            ]
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "market.memoryapi.org",
  "lastUpdated": "2026-08-28T13:02:05.984Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-28T13:02:05.835Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "market.memoryapi.org",
    "manifest_name": "market.memoryapi.org",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}