{
  "x402Version": 2,
  "id": 3195,
  "slug": "3195",
  "resource": "https://filedge.io/v1/parse",
  "description": "Parse SEC filings (10-Q, 10-K, 8-K, Form 4) and earnings transcripts into structured JSON. Supports EDGAR by ticker or direct URL.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xa98E17D26e1B3A51A10C79c2F52f78914E7D50EB",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "category": "Data",
      "info": {
        "input": {
          "body": {
            "period": "latest",
            "source": "edgar",
            "ticker": "AAPL",
            "type": "10-Q"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "financials": {
              "eps_diluted": 1.65,
              "net_income_usd_cents": 2478000000000,
              "revenue_usd_cents": 9535900000000
            },
            "guidance": {
              "provided": false
            },
            "meta": {
              "company": "Apple Inc.",
              "document_type": "10-Q",
              "filed_date": "2025-05-02",
              "period_end": "2025-03-29",
              "ticker": "AAPL"
            },
            "risk_flags": [
              {
                "flag": "regulatory",
                "severity": "medium"
              }
            ],
            "segments": [
              {
                "name": "Services",
                "revenue_usd_cents": 2664500000000
              }
            ]
          },
          "type": "json"
        }
      },
      "integrationType": "3P",
      "providerName": "Filedge",
      "providerUrl": "https://filedge.io",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "period": {
                    "default": "latest",
                    "description": "Reporting period selector: latest, YYYY-QN, or YYYY.",
                    "examples": [
                      "latest",
                      "2024-Q1",
                      "2024"
                    ],
                    "type": "string"
                  },
                  "source": {
                    "description": "Document source to parse.",
                    "enum": [
                      "edgar",
                      "transcript",
                      "url"
                    ],
                    "examples": [
                      "edgar"
                    ],
                    "type": "string"
                  },
                  "ticker": {
                    "description": "Public company ticker symbol; required for EDGAR lookup unless url is supplied.",
                    "examples": [
                      "AAPL",
                      "MSFT",
                      "NVDA"
                    ],
                    "type": "string"
                  },
                  "type": {
                    "description": "SEC filing type; required when source is edgar.",
                    "enum": [
                      "10-Q",
                      "10-K",
                      "8-K",
                      "form4"
                    ],
                    "examples": [
                      "10-Q"
                    ],
                    "type": "string"
                  },
                  "url": {
                    "description": "Direct filing, transcript, or document URL; required when source is url.",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "required": [
                  "source"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "financials": {
                    "type": "object"
                  },
                  "guidance": {
                    "type": "object"
                  },
                  "meta": {
                    "type": "object"
                  },
                  "risk_flags": {
                    "type": "array"
                  },
                  "segments": {
                    "type": "array"
                  }
                },
                "required": [
                  "meta",
                  "financials",
                  "segments",
                  "guidance",
                  "risk_flags"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      },
      "serviceName": "Filedge",
      "tags": [
        "sec",
        "edgar",
        "financials",
        "earnings",
        "10-K"
      ]
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "filedge.io",
  "lastUpdated": "2026-09-17T06:12:33.789Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-17T06:12:33.241Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "filedge.io",
    "manifest_name": "filedge.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}