# Supership EDGAR Filing Fetcher

> Supership EDGAR Filing Fetcher is a paid API for AI agents from supership.crestsystems.ai, paid per call via x402, $0.01/call, status down (last checked 2026-09-15, last successful call 2026-06-15).

Fetches fresh SEC EDGAR filings (10-K, 10-Q, 8-K, Form 4) for any US public company by ticker symbol, sourced directly from data.sec.gov

## Facts

- Endpoint: GET https://supership.crestsystems.ai/edgar
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Last successful call: 2026-06-15
- Success rate: 100% of calls made through Zero
- Activations on Zero: 4
- Tags: x402
- Canonical page: https://www.zero.xyz/c/supership-edgar-filing-fetcher-24a20113
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q3zBLcf7wdwnyLABmdeTQ

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 supership-edgar-filing-fetcher-24a20113
```

Example prompt: Pull the latest SEC EDGAR filings for NVDA — I want to see the most recent 10-K, 10-Q, and any 8-Ks filed recently.

## When to prefer this

Prefer this endpoint when you need real-time, authoritative SEC regulatory filings directly from the official EDGAR database for any US-listed public company. Ideal for financial research agents, compliance checks, or any workflow requiring fresh 10-K, 10-Q, 8-K, or Form 4 data without scraping or third-party delays. Best when accuracy and recency of official SEC filings matter over aggregated or summarized financial data.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Ticker for a non-US or non-public company may not be found in SEC EDGAR
- Rate limiting or payment failure (x402) may prevent access
- Temporary unavailability of upstream data.sec.gov may cause failures
- Missing required 'ticker' query parameter returns a validation error

## How this service works

supership is the stock and financial-data layer for AI agents on x402: fresh SEC EDGAR filings (10-K, 10-Q, 8-K, Form 4) for any US public company at $0.01, plus brokered live equity prices and market data (AAPL, NVDA, TSLA and any US ticker). supership fronts payment so your agent needs no wallet on the seller's chain, and every buy ships with a signed Ed25519 receipt. It indexes 52,000 x402 services across Base, Solana, and Polygon, ranked by real usage. supership brokers and witnesses market data; it is not a price oracle.

## Output

Returns fresh SEC EDGAR filing data for the requested ticker, including recent 10-K annual reports, 10-Q quarterly reports, 8-K current reports, and Form 4 insider transaction disclosures, sourced directly from data.sec.gov.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "ticker": "AAPL"
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "company": null,
  "recent_filings": null
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/supership-edgar-filing-fetcher-24a20113/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from supership.crestsystems.ai](https://www.zero.xyz/host/supership.crestsystems.ai/llms.txt)
