ToolAssay

SEC filing risk analysis by stock symbol / 按股票代码自动做财报风险体检

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.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.25listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://43-135-4-66.sslip.io/v1/filings/risk-check-by-symbol

CategoryCompany and compliance
Provider host43-135-4-66.sslip.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "period": "latest",
    "report_type": "10-K",
    "symbol": "AAPL"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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"
}

This page as JSON