# SEC Quarterly Report (10-Q) Fetcher

> SEC Quarterly Report (10-Q) Fetcher is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches and returns a parsed SEC 10-Q quarterly report filing for a given company CIK number

## Facts

- Endpoint: GET https://x402.professorsausages.com/sec-10q/filing/:cik
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sec-quarterly-report-10-q-fetcher-e66bd2b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3HA3J5ohJnGOJGrQ5OXY9

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 sec-quarterly-report-10-q-fetcher-e66bd2b5
```

Example prompt: Can you pull the SEC 10-Q quarterly filing for Tesla — their CIK is 1318605 — I want to see the parsed report data?

## When to prefer this

Use this endpoint when you need structured, parsed 10-Q data for a specific public company identified by its SEC CIK number, especially for financial research, analysis, or automated workflows that require quarterly report data without scraping EDGAR directly.

## Known failure modes

- Invalid or unknown CIK returns an error or empty result
- CIK exists but no 10-Q filing found for the company
- EDGAR upstream unavailable causing fetch failure
- Malformed CIK parameter causing request rejection
- Payment failure (x402) preventing access to the endpoint

## How this service works

Fetch a parsed 10-Q

## Output

A parsed representation of the SEC 10-Q quarterly filing for the specified company, including financial statements, disclosures, and other structured data extracted from the EDGAR filing.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sec-quarterly-report-10-q-fetcher-e66bd2b5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.professorsausages.com](https://www.zero.xyz/host/x402.professorsausages.com/llms.txt)
