# alpha402x Quarterly Qualitative Card

> alpha402x Quarterly Qualitative Card is a paid API for AI agents from alpha402x.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-16).

Returns a qualitative analysis card for a specific company-quarter from its 10-Q filing, including footnote findings, dated event clock, lead-window markers, and next-quarter tests.

## Facts

- Endpoint: GET https://alpha402x.com/quarterly-qual-card/AMD/fy2026-q2
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/alpha402x-quarterly-qualitative-card-187f5573
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nhIaaallQREUbngsHS6Hr

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-quarterly-qualitative-card-187f5573
```

Example prompt: Pull the quarterly qualitative card for AMD's FY2026 Q2 10-Q — I want to see the footnote findings, event clock, lead-window markers, and what next-quarter tests they flagged.

## When to prefer this

Use this endpoint when you need qualitative, narrative-level intelligence from a 10-Q filing — specifically footnote disclosures, forward-looking lead indicators, and management-flagged next-quarter tests — rather than quantitative metrics. Prefer this over earnings transcript summaries when you want filing-sourced, citation-grounded qualitative signals. Best for equity analysts, due-diligence workflows, and pre-earnings preparation where soft signals from the 10-Q matter as much as the numbers.

## Known failure modes

- Ticker not covered or filing not yet available — endpoint may return 404 or empty card
- Fiscal year/quarter combination does not exist or has not been processed yet
- 10-Q filing for the specified period has not been filed with the SEC yet
- Network or payment processing failure resulting in no response

## How this service works

Read from the footnotes, not the statements — what moves before the numbers do, each event dated to the filing it first shows in. Complete card free: /quarterly-qual-card/sample/AMD

## Output

A structured qualitative card derived from AMD's FY2026-Q2 10-Q filing, containing: footnote findings (notable disclosures buried in filing footnotes), a dated event clock (timeline of material events mentioned), lead-window markers (forward-looking qualitative signals), and next-quarter tests (specific conditions or thresholds management indicated to watch in the following quarter).

## 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-quarterly-qualitative-card-187f5573/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)
