{
  "x402Version": 2,
  "id": 4304,
  "slug": "4304",
  "resource": "https://sec.use.x402atlas.com/filings/:ticker",
  "description": "SEC filings by ticker — recent 10-K, 10-Q and 8-K records with official filing and document URLs.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:42161",
      "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "category": "finance",
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "ticker": "AAPL"
          },
          "queryParams": {
            "forms": "10-K,10-Q,8-K",
            "limit": 20
          },
          "type": "http"
        },
        "output": {
          "example": {
            "cik": 320193,
            "company_name": "Apple Inc.",
            "count": 1,
            "filings": [
              {
                "accession_number": "0000320193-25-000079",
                "description": "10-Q",
                "document_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019325000079/aapl-20250628.htm",
                "filing_date": "2025-08-01",
                "filing_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019325000079/0000320193-25-000079-index.html",
                "form": "10-Q",
                "primary_document": "aapl-20250628.htm"
              }
            ],
            "forms": [
              "10-K",
              "10-Q",
              "8-K"
            ],
            "ticker": "AAPL"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/filings/:ticker",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "ticker": {
                    "description": "US public-company ticker; case-insensitive",
                    "pattern": "^[A-Za-z0-9][A-Za-z0-9.-]{0,9}$",
                    "type": "string"
                  }
                },
                "required": [
                  "ticker"
                ],
                "type": "object"
              },
              "queryParams": {
                "properties": {
                  "forms": {
                    "description": "Comma-separated allowlist of at most 20 SEC form names; defaults to 10-K,10-Q,8-K. Include amendments such as 10-K/A explicitly.",
                    "maxLength": 419,
                    "pattern": "^[A-Za-z0-9/-]+(?:\\s*,\\s*[A-Za-z0-9/-]+){0,19}$",
                    "type": "string"
                  },
                  "limit": {
                    "default": 40,
                    "maximum": 100,
                    "minimum": 1,
                    "type": "integer"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "pathParams"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "additionalProperties": false,
                "properties": {
                  "cik": {
                    "type": "integer"
                  },
                  "company_name": {
                    "type": "string"
                  },
                  "count": {
                    "type": "integer"
                  },
                  "filings": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "accession_number": {
                          "type": "string"
                        },
                        "description": {
                          "type": "string"
                        },
                        "document_url": {
                          "format": "uri",
                          "type": "string"
                        },
                        "filing_date": {
                          "format": "date",
                          "type": "string"
                        },
                        "filing_url": {
                          "format": "uri",
                          "type": "string"
                        },
                        "form": {
                          "type": "string"
                        },
                        "primary_document": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "accession_number",
                        "filing_date",
                        "form",
                        "primary_document",
                        "filing_url",
                        "document_url"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "forms": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "note": {
                    "type": "string"
                  },
                  "ticker": {
                    "type": "string"
                  }
                },
                "required": [
                  "ticker",
                  "forms",
                  "count",
                  "filings"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      },
      "tags": [
        "sec",
        "edgar",
        "filings",
        "10-k",
        "10-q",
        "8-k",
        "stocks"
      ]
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "sec.use.x402atlas.com",
  "lastUpdated": "2026-09-15T06:32:04.178Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-15T06:32:04.04Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "sec.use.x402atlas.com",
    "manifest_name": "sec.use.x402atlas.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}