# cn-earnings-defense

> cn-earnings-defense is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns financial report data with AI commentary for China's top 12 A-share defense sector companies (aviation, aerospace, defense electronics, shipbuilding)

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/cn-earnings-defense
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cn-earnings-defense-14ef14ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GlRWc6jJAcjmpo-ys5X19

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 cn-earnings-defense-14ef14ea
```

Example prompt: Pull the latest earnings snapshot for China's top 12 A-share defense companies — I want revenue and profit growth (year-over-year and quarter-over-quarter), gross margins, ROE, cash flow, plus the Chinese AI commentary on sector sentiment.

## When to prefer this

Choose this endpoint when you need a consolidated, AI-interpreted financial snapshot of China's A-share defense sector in a single call, rather than scraping individual company filings or using a general-purpose financial data API. Particularly valuable when you want both raw metrics (revenue, profit, margins, ROE, cash flow) and a Chinese-language qualitative commentary without having to build your own analysis layer. Best suited for agents serving China-focused equity research, sector rotation strategies, or defense industry monitoring workflows.

## Known failure modes

- Data may be delayed if latest quarterly reports have not yet been filed or processed
- Returns HTTP 402 if payment (0.01 USDC via x402 protocol) is not included
- Sector data may be incomplete if individual companies have not yet released earnings
- Network or upstream data source errors may result in partial responses

## How this service works

A股军工财报+AI解读 — 12家A股军工龙头(中航沈飞/航发动力/中国船舶/中航光电等航空-航天-军工电子-船舶营收前12): 营收净利同比+环比、毛利率、ROE、现金流, 中文AI解读, 板块景气概览。

## Output

Returns structured financial metrics (revenue, net profit with YoY and QoQ comparisons, gross margin, ROE, operating cash flow) for 12 leading A-share defense companies across aviation, aerospace, defense electronics, and shipbuilding segments, plus a Chinese-language AI-generated interpretation of each company's results and an overall sector sentiment/prosperity overview.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "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/cn-earnings-defense-14ef14ea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
