# AnyAPI SEC Filings

> AnyAPI SEC Filings is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-15).

Scrapes and retrieves SEC filing data for publicly traded companies via a pay-per-request API

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/sec.filings
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-sec-filings-33bc6ec3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SdJT5sOth-AQjDzAw8iez

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 anyapi-sec-filings-33bc6ec3 -d '<json body>'
```

Example prompt: Pull the most recent SEC filings for Tesla — I want to see their latest 10-K and any 8-K filings from the past 6 months.

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-use access to SEC filing data without committing to a subscription. Ideal for ad-hoc research, compliance checks, or agent workflows that occasionally need to pull public company filings from EDGAR without maintaining a separate data provider contract.

## Known failure modes

- Invalid or unknown ticker/CIK returns empty results or error
- Company not found in SEC EDGAR database
- Rate limiting or payment failure if wallet balance is insufficient
- Malformed request parameters return 4xx error
- Filing type not available for the specified company or date range

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns structured JSON containing SEC filing metadata and content for the requested company, including filing types (10-K, 10-Q, 8-K, etc.), filing dates, document links, and relevant financial disclosure data sourced from EDGAR.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-sec-filings-33bc6ec3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
