{
  "x402Version": 2,
  "id": 8011,
  "slug": "8011",
  "resource": "https://43-135-4-66.sslip.io/v1/filings/risk-check-by-symbol",
  "description": "SEC filing risk analysis by stock symbol / 按股票代码自动做财报风险体检. Submit a US ticker, report type and period; the service retrieves the official SEC filing and company facts, identifies its source and period, extracts key metrics, analyzes accounting, earnings-quality, cash-flow, debt/liquidity and governance risks, and returns traceable evidence with SEC URLs.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x7AAC1ccE7113306c7af59F82637d0A38B3e5C6b0",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "250000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "period": "latest",
            "report_type": "10-K",
            "symbol": "AAPL"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "confidence": "high",
            "data_freshness": {
              "age_days": 2,
              "status": "fresh"
            },
            "document_sha256": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
            "evidence_quote": "Operating cash flow declined 28% while net income increased 9%.",
            "evidence_trace": [
              {
                "document_sha256": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
                "evidence_id": "evidence_001",
                "evidence_quote": "Operating cash flow declined 28% while net income increased 9%.",
                "evidence_verification": "verified_in_input_document",
                "source_location": {
                  "character_end": 18711,
                  "character_start": 18642,
                  "match_basis": "exact"
                },
                "source_url": "https://www.sec.gov/Archives/edgar/data/000000/example.htm"
              }
            ],
            "evidence_verification": "verified_filing_text",
            "filing": {
              "accession": "0000320193-25-000079",
              "report_period": "2025-09-27",
              "report_type": "10-K",
              "source_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019325000079/aapl-20250927.htm",
              "symbol": "AAPL"
            },
            "key_metrics": [
              {
                "concept": "RevenueFromContractWithCustomerExcludingAssessedTax",
                "metric": "revenue",
                "source_url": "https://data.sec.gov/api/xbrl/companyfacts/CIK0000320193.json",
                "unit": "USD",
                "value": 391000000000
              }
            ],
            "missing_information": [],
            "ok": true,
            "recommended_follow_up": [
              "Review the cash-flow statement and working-capital footnotes."
            ],
            "report_period": "2025-09-27",
            "risk_category": "cash_flow",
            "risk_level": "medium",
            "risk_score": 40,
            "risks": [
              {
                "evidence_ref": "evidence_001",
                "item": "Cash flow trails earnings",
                "rank": 1,
                "risk_category": "cash_flow",
                "severity": "high"
              }
            ],
            "schema_version": "2026-09-10",
            "severity": "high",
            "source_location": {
              "character_end": 18711,
              "character_start": 18642,
              "type": "sec_filing_extracted_text"
            },
            "source_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019325000079/aapl-20250927.htm"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "period": {
                    "description": "latest, FY2025, 2025, 2025-Q4 or YYYY-MM-DD",
                    "pattern": "^(latest|FY?20[0-9]{2}|20[0-9]{2}(-?Q[1-4]|-[0-9]{2}-[0-9]{2})?)$",
                    "type": "string"
                  },
                  "report_type": {
                    "description": "SEC filing form",
                    "enum": [
                      "10-K",
                      "10-Q",
                      "8-K"
                    ],
                    "type": "string"
                  },
                  "symbol": {
                    "description": "US-listed stock ticker, for example AAPL or BRK.B",
                    "pattern": "^[A-Za-z][A-Za-z0-9.-]{0,14}$",
                    "type": "string"
                  }
                },
                "required": [
                  "symbol",
                  "report_type",
                  "period"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "builder-code": {
      "info": {
        "a": "signal_ledger",
        "s": [
          "cdp_sdk_server"
        ]
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "a": {
            "description": "App builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "description": "Service builder codes",
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "maxItems": 11,
            "type": "array"
          },
          "w": {
            "description": "Wallet builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "eip2612GasSponsoring": {},
    "erc20ApprovalGasSponsoring": {}
  },
  "tags": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "sourceHost": "43-135-4-66.sslip.io",
  "lastUpdated": "2026-09-10T08:53:35.633Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-10T08:53:34.528Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "43-135-4-66.sslip.io",
    "manifest_name": "43-135-4-66.sslip.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"
  }
}