# AgentFiling — SEC EDGAR Filing Events Intelligence

> AgentFiling — SEC EDGAR Filing Events Intelligence is a paid API for AI agents from filing.memoryapi.org, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Retrieves SEC EDGAR material event filings (8-K items) for any public company, including earnings results, insider trading, and other material disclosures, paid per query in USDC via x402.

## Facts

- Endpoint: GET https://filing.memoryapi.org/x402/filing/events
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentfiling-sec-edgar-filing-events-intelligence-84368c33
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7ficPpjIaXhvUOkz3tHf9

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 agentfiling-sec-edgar-filing-events-intelligence-84368c33
```

Example prompt: Pull the most recent SEC EDGAR material event filings for Tesla — I want to see any earnings results, insider trading disclosures, or other 8-K items they've filed.

## When to prefer this

Use this endpoint when an AI agent needs structured access to SEC EDGAR 8-K material event data for public U.S. companies, especially for earnings announcements, insider trading activity, or other material disclosures. Prefer this over raw EDGAR scraping when you need a pay-per-query, agent-friendly API with parsed item codes. Best for financial research workflows, compliance monitoring, or investment analysis tasks.

## Known failure modes

- Company not found on EDGAR — returns error or empty events array
- Invalid or ambiguous ticker/company name — may resolve to wrong entity
- Payment failure via x402 — 402 response requiring USDC payment on Base mainnet
- Rate limiting or service unavailability — HTTP 5xx errors
- No recent filings available for the company — empty events list

## How this service works

x402-powered SEC EDGAR filing intelligence. Get insider trading, earnings data, material events, and recent filings for any public company. Pay per query in USDC on Base mainnet.

## Output

Returns a list of SEC EDGAR filing events for the requested company, including the SEC.gov filing URL, filing date, and a breakdown of 8-K item codes with descriptions (e.g. 2.02 Results of Operations, 9.01 Financial Statements), plus a success flag and the resolved company name.

## Example request

```json
{
 "unit": "USD",
 "ticker": "AAPL",
 "concept": "revenue"
}
```

## Response schema (JSON Schema)

```json
{
 "example": {
  "events": [
   {
    "url": "https://sec.gov/...",
    "date": "2026-05-01",
    "items": [
     {
      "code": "2.02",
      "description": "Results of Operations (Earnings)"
     },
     {
      "code": "9.01",
      "description": "Financial Statements and Exhibits"
     }
    ]
   }
  ],
  "company": "Tesla Inc.",
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentfiling-sec-edgar-filing-events-intelligence-84368c33/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from filing.memoryapi.org](https://www.zero.xyz/host/filing.memoryapi.org/llms.txt)
