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.
250000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-10
updated
Provider
43-135-4-66.sslip.io · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x7AAC1ccE7113306c7af59F82637d0A38B3e5C6b0",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "250000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"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": {}
}Use it
curl
curl "https://43-135-4-66.sslip.io/v1/filings/risk-check-by-symbol" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://43-135-4-66.sslip.io/v1/filings/risk-check-by-symbol");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://43-135-4-66.sslip.io/v1/filings/risk-check-by-symbol")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/8011.json, and this resource appears in /discovery/resources and /discovery/search.