ToolAssay

Financial statement coverage check / 财报可分析性检查

Financial statement coverage check / 财报可分析性检查. Verify whether supplied filing text contains the statements, period, metric basis and original source needed for reliable analysis before buying a full audit. Deterministic; no AI.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.005listed 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/coverage-check

CategoryCode and developer
Provider host43-135-4-66.sslip.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 2 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": {
    "company": "Example Corp",
    "reportText": "Example Corp reported revenue growth of 12%. Operating cash flow declined 28% while net income increased 9%. The company disclosed higher short-term debt and refinancing needs. Gross margin improved by two percentage points. This sample is long enough to demonstrate the expected request body for a paid financial-report risk endpoint.",
    "sourceContext": {
      "crossCheckedSources": [
        "SEC filing",
        "Company investor relations"
      ],
      "metricBasis": "Reported, full-year, USD millions",
      "publishedAt": "2026-03-20T08:00:00Z",
      "reportPeriod": "FY2025",
      "retrievedAt": "2026-03-20T08:05:00Z",
      "sourceName": "SEC EDGAR",
      "sourceUrl": "https://www.sec.gov/Archives/edgar/data/000000/example.htm"
    }
  },
  "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": {
            "company": {
              "description": "Optional company name",
              "maxLength": 120,
              "type": "string"
            },
            "reportText": {
              "description": "Plain-text 10-K, 10-Q, annual report, quarterly report or financial statement supplied by the caller",
              "maxLength": 100000,
              "minLength": 200,
              "type": "string"
            },
            "sourceContext": {
              "additionalProperties": false,
              "description": "Optional provenance metadata for report-period, freshness, metric-basis and source traceability checks",
              "properties": {
                "crossCheckedSources": {
                  "items": {
                    "maxLength": 2048,
                    "type": "string"
                  },
                  "maxItems": 5,
                  "type": "array"
                },
                "metricBasis": {
                  "maxLength": 160,
                  "type": "string"
                },
                "publishedAt": {
                  "description": "ISO 8601 publication timestamp",
                  "maxLength": 40,
                  "type": "string"
                },
                "reportPeriod": {
                  "maxLength": 160,
                  "type": "string"
                },
                "retrievedAt": {
                  "description": "ISO 8601 retrieval timestamp",
                  "maxLength": 40,
                  "type": "string"
                },
                "sourceName": {
                  "maxLength": 160,
                  "type": "string"
                },
                "sourceUrl": {
                  "description": "Original regulator or issuer filing URL",
                  "maxLength": 2048,
                  "pattern": "^https?://",
                  "type": "string"
                }
              },
              "type": "object"
            }
          },
          "required": [
            "reportText"
          ],
          "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