research · research · sec · edgar · company · filings · xbrl · form-4 · due-diligence · official-data · public-company · financial · insider-transactions

SEC public company evidence bundle

Bundle recent SEC filing signals, normalized issuer-reported XBRL facts, and Form 4 insider transactions into one bounded public-company evidence report with explicit section coverage and official-source provenance.

$0.1 USDCBasex402 v2POST
Pay $0.1 USDC and run in your browserView free result sample

Endpoint

https://apiacre.com/v1/research/sec-company-evidence

Send the JSON body below. An unpaid request returns HTTP 402 with a PAYMENT-REQUIRED header; an x402-compatible buyer signs the requirement and retries with PAYMENT-SIGNATURE.

Pay $0.1 USDC and run in your browser

Official Coinbase agent path

Coinbase Agentic Wallet can satisfy this x402 request in one command. Running it may pay automatically, so --max-amount is fixed to $0.1 USDC in atomic units. Copying the command does not install, authenticate, sign, or pay; review the request and use a separate low-value wallet before running it.

npx --yes awal@latest x402 pay https://apiacre.com/v1/research/sec-company-evidence \
  -X POST \
  -d '{"identifier":"AAPL","filing_lookback_days":365,"max_filings":25,"forms":["10-K","10-Q","8-K"],"financial_metrics":["revenue","net_income","total_assets","diluted_eps"],"financial_period_type":"both","financial_periods":4,"insider_lookback_days":90,"max_insider_filings":5,"include_derivatives":true}' \
  --max-amount 100000 \
  --json

Coinbase pay-for-service documentation · Buyer setup and wallet safety

Alternative third-party AgentCash commands

Run check first without payment. Its fetch command may automatically pay up to the exact listed price.

npx --yes agentcash@latest check https://apiacre.com/v1/research/sec-company-evidence
npx --yes agentcash@latest fetch https://apiacre.com/v1/research/sec-company-evidence \
  --method POST \
  --header 'content-type: application/json' \
  --body '{"identifier":"AAPL","filing_lookback_days":365,"max_filings":25,"forms":["10-K","10-Q","8-K"],"financial_metrics":["revenue","net_income","total_assets","diluted_eps"],"financial_period_type":"both","financial_periods":4,"insider_lookback_days":90,"max_insider_filings":5,"include_derivatives":true}' \
  --payment-protocol x402 \
  --payment-network base \
  --max-amount 0.100

AgentCash CLI documentation

Input example

{
  "identifier": "AAPL",
  "filing_lookback_days": 365,
  "max_filings": 25,
  "forms": [
    "10-K",
    "10-Q",
    "8-K"
  ],
  "financial_metrics": [
    "revenue",
    "net_income",
    "total_assets",
    "diluted_eps"
  ],
  "financial_period_type": "both",
  "financial_periods": 4,
  "insider_lookback_days": 90,
  "max_insider_filings": 5,
  "include_derivatives": true
}

Response shape

View free static sample JSON

{
  "request_id": "018f1f54-7f38-7ba2-8dc3-5f90272d9f1a",
  "service": "research.sec-company-evidence",
  "version": "1",
  "data": {
    "company": {
      "cik": "0000320193",
      "name": "Apple Inc.",
      "tickers": [
        "AAPL"
      ],
      "exchanges": [
        "Nasdaq"
      ],
      "sic": "3571",
      "sicDescription": "Electronic Computers",
      "fiscalYearEnd": "0928"
    },
    "parameters": {
      "filingLookbackDays": 365,
      "maxFilings": 25,
      "forms": [
        "10-K",
        "10-Q",
        "8-K"
      ],
      "financialMetrics": [
        "revenue",
        "net_income",
        "total_assets",
        "diluted_eps"
      ],
      "financialPeriodType": "both",
      "financialPeriods": 4,
      "insiderLookbackDays": 90,
      "maxInsiderFilings": 5,
      "includeDerivatives": true
    },
    "coverage": {
      "requestedSectionCount": 3,
      "availableSectionCount": 3,
      "partial": false,
      "sections": {
        "filingActivity": "available",
        "financialFacts": "available",
        "insiderTransactions": "available"
      }
    },
    "filingActivity": {
      "status": "available",
      "data": {
        "cik": "0000320193",
        "name": "Apple Inc.",
        "filingCount": 5,
        "attentionScore": 5,
        "attentionLevel": "low",
        "signals": [
          {
            "code": "leadership_change",
            "form": "8-K",
            "item": "5.02",
            "detail": "8-K reports director or principal-officer changes"
          }
        ],
        "filings": [
          {
            "form": "10-Q",
            "filingDate": "2026-01-30",
            "documentUrl": "https://www.sec.gov/Archives/edgar/data/320193/example/filing.htm"
          }
        ],
        "source": "https://data.sec.gov/submissions/CIK0000320193.json"
      }
    },
    "financialFacts": {
      "status": "available",
      "data": {
        "cik": "0000320193",
        "entityName": "Apple Inc.",
        "taxonomy": "us-gaap",
        "metrics": {
          "revenue": {
            "unit": "USD",
            "observations": [
              {
                "end": "2025-09-27",
                "val": 416161000000,
                "form": "10-K",
                "filed": "2025-10-31"
              }
            ]
          }
        },
        "missingMetrics": [],
        "source": "https://data.sec.gov/api/xbrl/companyfacts/CIK0000320193.json"
      }
    },
    "insiderTransactions": {
      "status": "available",
      "data": {
        "cik": "0000320193",
        "name": "Apple Inc.",
        "lookbackDays": 90,
        "includeDerivatives": true,
        "summary": {
          "filingCount": 1,
          "transactionCount": 3,
          "codeCounts": {
            "M": 2,
            "F": 1
          }
        },
        "filings": [
          {
            "accessionNumber": "0001140361-26-025622",
            "form": "4",
            "filingDate": "2026-06-17",
            "transactionCount": 3
          }
        ],
        "warnings": [],
        "source": "https://data.sec.gov/submissions/CIK0000320193.json"
      }
    },
    "warnings": [],
    "sources": [
      "https://data.sec.gov/api/xbrl/companyfacts/CIK0000320193.json",
      "https://data.sec.gov/submissions/CIK0000320193.json"
    ],
    "retrievedAt": "2026-08-12T00:00:00Z",
    "limitations": [
      "Coverage is bounded by the requested lookback periods, filing limits, and supported XBRL metrics.",
      "Issuer filings can be amended, restated, delayed, incomplete, or reported under company-specific concepts.",
      "Form 4 transaction codes and footnotes require contextual review and do not establish intent."
    ],
    "disclaimer": "Official SEC evidence normalized for research only; not investment, legal, tax, accounting, credit, sanctions, or compliance advice."
  },
  "meta": {
    "duration_ms": 42,
    "cached": false,
    "sources": [],
    "warnings": [],
    "next_actions": []
  }
}

Try the payment challenge

curl -i -X POST 'https://apiacre.com/v1/research/sec-company-evidence' \
  -H 'content-type: application/json' \
  --data '{"identifier":"AAPL","filing_lookback_days":365,"max_filings":25,"forms":["10-K","10-Q","8-K"],"financial_metrics":["revenue","net_income","total_assets","diluted_eps"],"financial_period_type":"both","financial_periods":4,"insider_lookback_days":90,"max_insider_filings":5,"include_derivatives":true}'