# AnswerPool 8-K Earnings Release Feed

> AnswerPool 8-K Earnings Release Feed 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 a market-wide list of 8-K filings announcing results of operations (Item 2.02), the earnings release tape with company identifiers, timestamps, and filing links.

## Facts

- Endpoint: POST https://answerpool.io/v1/sec/8k/earnings
- 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-8-k-earnings-release-feed-ac0787fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gYn37qMhxqJcFFAZgazAf

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-8-k-earnings-release-feed-ac0787fd -d '<json body>'
```

Example prompt: Show me all the 8-K earnings releases (Item 2.02) that have hit the market since this morning — I want to see which companies just reported and links to their filings.

## When to prefer this

Choose this endpoint when you need a real-time or recent market-wide scan of earnings announcements (8-K Item 2.02) without having to parse the full SEC EDGAR feed yourself. It is ideal for monitoring who just reported earnings across all public companies, building an earnings calendar, or triggering downstream analysis when new results are published. Prefer it over full EDGAR search when you specifically want the earnings release tape with minimal filtering overhead.

## Known failure modes

- Empty events array if no 8-K Item 2.02 filings were published in the requested window
- Stale or missing data if index_started_at is later than the requested since date
- Pagination required if count is high and all events are not returned in a single response
- Invalid or malformed since cursor returns an error or empty result
- Rate limiting or payment failure if the $0.005 USDC per-call fee is not settled via x402

## 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 with an as_of timestamp, a count of matching events, a since cursor, a list of earnings release events (each with company identifiers, filing time, and links), a next_cursor for pagination, and an index_started_at field indicating data coverage start.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "2026-08-31T14:00:00Z",
  "count": 0,
  "since": "2026-08-24T00:00:00",
  "events": [],
  "next_cursor": "2026-08-24T00:00:00",
  "index_started_at": "2026-08-27T00:00:00Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/answerpool-8-k-earnings-release-feed-ac0787fd/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)
