# AnswerPool SEC Daily Filing Digest

> AnswerPool SEC Daily Filing Digest is a paid API for AI agents from answerpool.io, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns today's SEC filings ranked by salience — surfacing bankruptcies, restatements, cyber incidents, insider clusters, and large raises with flags and direct links in a single call.

## Facts

- Endpoint: POST https://answerpool.io/v1/sec/digest
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/answerpool-sec-daily-filing-digest-9a3dcbbf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oS9f7fHN4vangDdviHQDA

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability answerpool-sec-daily-filing-digest-9a3dcbbf -d '<json body>'
```

Example prompt: Pull today's SEC filing digest and give me all the high-salience events — especially anything flagged as a bankruptcy, restatement, cyber incident, or large capital raise, with links to the actual filings.

## When to prefer this

Choose this endpoint when you need a single-call, pre-ranked digest of the day's most important SEC filings rather than raw EDGAR search. It is ideal for morning research agents, news pipelines, or compliance monitors that need salience-ranked events with human-readable flags (bankruptcy, restatement, cyber, insider) without building their own scoring logic. Prefer it over full-text EDGAR search when you want curation and ranking rather than keyword matching, and over individual filing endpoints when you want broad daily coverage in one response.

## Known failure modes

- No filings available for the requested date (e.g. weekend or holiday with no EDGAR activity) — returns empty events array
- Invalid or future since date — may return error or empty result
- Service unavailable or payment not processed — HTTP 402 or 5xx error
- Rate limiting if called too frequently — HTTP 429
- Stale index if SEC EDGAR feed is delayed — index_started_at may lag behind as_of

## How this service works

AnswerPool turns SEC EDGAR, the Federal Register, USAspending, NIH, BLS and OpenAlex into structured JSON answers that AI agents and developers fetch in one call. 69 endpoints free, no account; derived analyses $0.02–$0.05 per call by card credits or USDC (x402). MCP server, full provenance.

## Output

A JSON object containing a ranked list of today's SEC filing events, each with a salience score, one or more flags (e.g. bankruptcy, distress, cyber, restatement, insider cluster), the issuer's ticker and CIK, form type, accession number, a direct URL to the EDGAR filing, the event type, and the timestamp it occurred. Also includes metadata such as the digest's as_of timestamp, the since date, total event count, and when indexing began.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "2026-08-31T14:00:00Z",
  "count": 1,
  "since": "2026-08-31",
  "events": [
   {
    "cik": "0000320193",
    "form": "8-K",
    "flags": [
     "bankruptcy",
     "distress"
    ],
    "score": 1,
    "ticker": "AAPL",
    "company": "APPLE INC",
    "payload": {
     "items": [
      "1.03"
     ],
     "labels": [
      "bankruptcy"
     ]
    },
    "event_id": "ev_2",
    "accession": "0001437749-26-028920",
    "event_type": "form_8k",
    "filing_url": "https://www.sec.gov/Archives/edgar/data/320193/000143774926028920-index.htm",
    "occurred_at": "2026-08-29T00:00:00"
   }
  ],
  "index_started_at": "2026-08-27T00:00:00Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/answerpool-sec-daily-filing-digest-9a3dcbbf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from answerpool.io](https://www.zero.xyz/host/answerpool.io/llms.txt)
