# Alpha402x 10-Q Highlights Extractor

> Alpha402x 10-Q Highlights Extractor is a paid API for AI agents from alpha402x.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-16).

Extracts verbatim, line-cited quantitative sentences from a U.S. company's SEC 10-Q filing covering debt, buybacks, acquisitions, and litigation by ticker symbol.

## Facts

- Endpoint: GET https://alpha402x.com/10q-highlights/AAPL
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/alpha402x-10-q-highlights-extractor-53d354f4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-pb_C51oddRsdKys1w6uB

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 alpha402x-10-q-highlights-extractor-53d354f4
```

Example prompt: Pull the verbatim quantitative highlights from Apple's (AAPL) latest SEC 10-Q — specifically the material sentences about debt, share buybacks, acquisitions, and litigation, with exact filing line citations.

## When to prefer this

Use this endpoint when you need exact, auditable, verbatim quotes from an SEC 10-Q filing rather than AI-generated summaries or paraphrases. Ideal for compliance, due diligence, investment research, or any workflow where traceability to the original filing text is required. Prefer this over generative summarization APIs when citation accuracy and extractive fidelity matter more than narrative prose.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Company has not yet filed a 10-Q for the current period (e.g. newly public or fiscal year end timing)
- SEC EDGAR filing not yet indexed or available for the requested period
- Ticker refers to a non-U.S. company that does not file 10-Qs with the SEC
- Rate limiting or payment failure at $0.05 USDC per call via x402 protocol

## How this service works

Verbatim, line-cited extraction of the material quantitative sentences from any U.S. company's SEC 10-Q (debt, buybacks, acquisitions, litigation). Extractive, not generative. Any ticker.

## Output

A set of verbatim, line-cited sentences extracted directly from the specified company's most recent SEC 10-Q filing, covering material quantitative disclosures across debt obligations, share repurchase programs, acquisitions, and litigation — no paraphrasing or generation, only extractive quotes with source citations.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/alpha402x-10-q-highlights-extractor-53d354f4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from alpha402x.com](https://www.zero.xyz/host/alpha402x.com/llms.txt)
